Search found 5168 matches

by kumar_s
Tue Jan 09, 2007 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cause of RT_STATUSxxx
Replies: 3
Views: 1329

Is it only that that job with job no xxx, or for all the jobs that exist in project? It it confined to one, you can try to create a copy of the job and delete the old one and rename the existing one, which will create a new set of interfile hashed file and hence solves the problem. If you have probl...
by kumar_s
Tue Jan 09, 2007 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove all Non-Unique records
Replies: 14
Views: 6547

Sort the records based on the key with KeyChangeCol enabled. Now sort in Descending and using transformer, filter those rows whose previous records has KeyChangeCol = 0 (No duplicates).
by kumar_s
Mon Jan 08, 2007 5:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Warehouse
Replies: 20
Views: 4659

How are you triggering the job, by JobSequence or from script?
If its script, you can fram the loop easily. If its through JobSequence, maintain a log table to extract dates/tablename and update the same table after each extract. And you can schedule the same for n times.
by kumar_s
Mon Jan 08, 2007 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Warehouse
Replies: 20
Views: 4659

Ok so, you need to run Loadn for SYSDATE-1 or SYSDATE as Initial load by looping it. And schedule the jobs from tomorrow or whatever.
by kumar_s
Mon Jan 08, 2007 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to Pad zeros at the begining of the field
Replies: 19
Views: 4355

us1aslam1us wrote:But if you specify the 'Scale' you won't get that zeros.

There you go... Removing the scale produces the result. So it does a string manipulation first and does a implicit conversion later.
by kumar_s
Mon Jan 08, 2007 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Warehouse
Replies: 20
Views: 4659

Does your Historic table have data from 2000 to 2007?
Do you need 1/1/2000 data for current comparison or manipulation?
by kumar_s
Mon Jan 08, 2007 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to Pad zeros at the begining of the field
Replies: 19
Views: 4355

Ok 7.5.1A (Server Edition) seems to be good enough to handle.
As Kim use to say 7.0 sucks. :wink:
by kumar_s
Mon Jan 08, 2007 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create a table ONLY if this table does not exist?
Replies: 13
Views: 5070

My bad... Dont konw how I assumed it as Oracle.
SYSCAT.TABLES can be used for DB2.
by kumar_s
Mon Jan 08, 2007 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning: Job control process (pid XXXX) has failed
Replies: 17
Views: 7502

Hi, Is it consistent for all the jobs? Just try to create a simple routine which have nothing but CALL DSLogInfo("Hello World",""); TEST the Routine and check if you get any warning? Call it in a Jobsequence and see it the same happens. If the same warning appears, check the generated Job Control fo...
by kumar_s
Mon Jan 08, 2007 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy stage is not working
Replies: 9
Views: 2067

Check if you have columns been mapped to the second link.
by kumar_s
Mon Jan 08, 2007 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: config file
Replies: 19
Views: 4140

Dose this error prompts for all the Job you run or some specific job which handles huge volume data? Or when you run many job parallely?
by kumar_s
Mon Jan 08, 2007 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extended ASCII characters
Replies: 3
Views: 1147

Try to maintain the Unicode from source.
by kumar_s
Mon Jan 08, 2007 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to Pad zeros at the begining of the field
Replies: 19
Views: 4355

Hi Narasimha,
Are you sure? I just ran a quick test, in Version 7.0. Though I pass leading 0'a as input, the sequential file truncates the zero.
by kumar_s
Mon Jan 08, 2007 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle NULLs in natural keys of the dimension tables
Replies: 8
Views: 1929

As specified, Null can be defaulted from the source during extraction and if the Business rule compels the key to remain Null, the same can be reverted using DefaultNullValues and NullFieldValue can be used.
by kumar_s
Mon Jan 08, 2007 4:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SEETING UP PROJECT DEFAULTS
Replies: 10
Views: 4127

Good to see a doubt got clarified after 3 years. :wink: