Search found 126 matches

by praburaj
Wed Apr 06, 2011 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identify Unique and Non_Unique Records...
Replies: 2
Views: 1687

Identify Unique and Non_Unique Records...

Hi, My source is a file. I have one column name like ENAME and data's are like below. ENAME 1 1 2 3. Now, my problem is I need to capture all the unique records in one file. The records not unique need to capture in other files. I know only If any duplicate records are there, I will capture that rec...
by praburaj
Mon Mar 28, 2011 6:35 am
Forum: General
Topic: Run all the jobs concurrently
Replies: 10
Views: 3713

You can put all the jobs in one Parallel job if job parameters are common and the run this job. So all the jobs will run concurrently. Sorry I didn't explain my requirement clearly. Please apologies for that. I have developed 7 jobs. All the jobs have moved to other job. That means one job consists...
by praburaj
Mon Mar 28, 2011 5:55 am
Forum: General
Topic: Run all the jobs concurrently
Replies: 10
Views: 3713

Run all the jobs concurrently

Hi All,

I have developed 7 jobs. Now I need to run all the 7 jobs concurrently. There is no dependency in any of the jobs. Is there any way to do in the sequence. If yes, Please help me how to do?
by praburaj
Mon Mar 28, 2011 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format DD-MM-YYYY
Replies: 5
Views: 4094

Thanks Ray. I fixed my problem :D
by praburaj
Sun Mar 27, 2011 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format DD-MM-YYYY
Replies: 5
Views: 4094

Date Format DD-MM-YYYY

Hi,

In my source file one of the column is Date. My requirement is If any Date Format is DD-MM-YYYY then I have to load the records into target table. If records are not in DD-MM-YYYY format move the records to rejected files. Plz guide me how to Identify that the record in DD-MM-YYYY?.
by praburaj
Fri Feb 11, 2011 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT 'MM-DD-YYYY' to YYYY-MM-DD
Replies: 7
Views: 4187

chulett wrote:Assuming you really need that output format... what is your target datatype for this? String or Date? ...
Thanks for your response chulett. My Target data type is date. I tried even convert function to remove first single quote from the file like this. Convert ('''','',inputcolumn). But no luck.
by praburaj
Thu Feb 10, 2011 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT 'MM-DD-YYYY' to YYYY-MM-DD
Replies: 7
Views: 4187

CONVERT 'MM-DD-YYYY' to YYYY-MM-DD

My source file having one date column. It has value like Ex: '02/03/2001'. I need to load my date column like yyyy-mm-dd. I don't know how to remove the single code from the date value. Plz help me to achieve this Issue?

Input :'01/02/2001'
Output:2001-02-01
by praburaj
Sun Feb 06, 2011 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT DD-MON-YY to YYYY-MM-DD
Replies: 2
Views: 16762

CONVERT DD-MON-YY to YYYY-MM-DD

I have csv source file from that i am getting the date column in the format "dd-mon-yy" but, i need to load into oracle table with the format yyyy-mm-dd. Plz help me how to achieve this.
by praburaj
Mon Jan 31, 2011 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read Temp_<jobname> to OMD.XML.DIR
Replies: 3
Views: 4450

Unable to read Temp_<jobname> to OMD.XML.DIR

I have finished my job successfully but with warnings. When I was checking the director I got error message like this " Unable to read Temp_Final_Balance to OMD.XML.DIR. I don't have any temprorary files in my job. But still i am getting this warning. I don't know why it's coming. Plz guide me ...
by praburaj
Sat Dec 25, 2010 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Threshold for Reject Records
Replies: 4
Views: 2669

yes!I need to do like that. Plz help me how to do this?
by praburaj
Fri Dec 24, 2010 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Threshold for Reject Records
Replies: 4
Views: 2669

Threshold for Reject Records

Hi,

My source file is having more than 10 lakhs records. When I execute my jobs some of the records are going to reject files. Now, my requirement Is If reject records are greater than 10% then I have to stop the job. I don't know how to achieve this?.

Please give me valuable Input for this
by praburaj
Tue Sep 28, 2010 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we Migrate datastage jobs from LInux to Unix Environment
Replies: 5
Views: 2312

Thx for your Information ray. I need one more Information. Can you tell me what are all the functions are not common between UNIX and LINUX?
by praburaj
Tue Sep 28, 2010 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we Migrate datastage jobs from LInux to Unix Environment
Replies: 5
Views: 2312

Can we Migrate datastage jobs from LInux to Unix Environment

Hi All,

I just wanted to know few Information from you. I am planning to Install datastage in Linux Environment. After some time I want to migrate all datastage jobs to Unix Environment.

Is it possible to do that? If it is possible, how to do that?

Please provide all your valuable reply for this
by praburaj
Wed Sep 15, 2010 12:29 am
Forum: General
Topic: Need Output for XML CLOB DATATYPE
Replies: 4
Views: 2592

Thanx for your reply eostic. The question how to parse the xml string. I am new to DB2 Env. I don't know how to achieve this result. Plz help me to resolve this issue. Sample data: <Object name="Person"><Attribute name="Name"><Scalar>david</Scalar></Attribute><Attribute name=&quo...