Search found 5168 matches

by kumar_s
Tue Apr 18, 2006 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different Input Records to One Record layout
Replies: 4
Views: 1260

If input files are from different link, use transformer or modify stage to add the buffer field and use funnel to consolidate all.
by kumar_s
Tue Apr 18, 2006 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange errors.
Replies: 5
Views: 1354

HI,

Is the error for only few job or for all the jobs to import?
By any chance did you edit the exported dsx file?
by kumar_s
Tue Apr 18, 2006 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting
Replies: 3
Views: 1173

Search will give your more results.
by kumar_s
Tue Apr 18, 2006 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL(i.e. Blank)values are coming instead of flag values.
Replies: 8
Views: 2015

Are you using the routine to check the values and assign to the fifth field?
If so what are the values for the field 1-4 for the row where field 5 is null?
by kumar_s
Tue Apr 18, 2006 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to stop a running job.
Replies: 7
Views: 1808

After going through the suggestion given, try using clear status file option available in DS Director.
by kumar_s
Tue Apr 18, 2006 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in join stage
Replies: 5
Views: 1758

Is the field Rate_WA in update file being constantly dropped in all the join stage?
by kumar_s
Tue Apr 18, 2006 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: surrogate key generation in server jobs
Replies: 13
Views: 5268

Welcome aboard :D Search for the same in the forum you can find lot of informations related to this. You can derive you own logic to generate the surrogate key using transforer. That may even include the avaiulable keymanagement utility as a part concatinating with the run cycle number...etc based o...
by kumar_s
Tue Apr 18, 2006 2:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL(i.e. Blank)values are coming instead of flag values.
Replies: 8
Views: 2015

Since in the first job, Null is assigned to all the fields and the respective flag values 'Y' or 'N' is assigned in the second job, the condition given to the field should be verifed. Also you get the value of the flag for most of the rows, so you may concentrate on the logic given. Or share the log...
by kumar_s
Tue Apr 18, 2006 1:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Of theJOB
Replies: 5
Views: 1976

Try to replace the database stages into sequential file. If you see the diference, pre populate the databse into a hash file and do a lookup. May be the query hit by the stages to the table for each records in a sparse lookup may lead to slow down of you job.
by kumar_s
Tue Apr 18, 2006 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any bug in Join stage
Replies: 8
Views: 1741

obviously u will be getting excess records I dont think so any Bug in join stage.u are using left outer join the link from left all rows u will be getting it. and the matching records from the right link.just see through the link ordering. Even in this case, the number of output cannot exceed the n...
by kumar_s
Tue Apr 18, 2006 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different Input Records to One Record layout
Replies: 4
Views: 1260

Otherwise, read the whole record as Varchar 255 and check for the delimiter ',' and replace with required characters if missing in a transformer.
by kumar_s
Tue Apr 18, 2006 1:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Event Number 108 not found in RT_LOG191
Replies: 3
Views: 1380

Just check whether you are able to get some information from Even id 108, from the log of that particular job.
by kumar_s
Tue Apr 18, 2006 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge stage warning message
Replies: 6
Views: 6165

Also look into 'Warn on Reject Updates' and 'Warn on Unmatched Masters'
by kumar_s
Tue Apr 18, 2006 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages in PX
Replies: 4
Views: 1254

arasan wrote:1.Data set it works through DS engine.
2.copy stage it will be very use full for taking DUMP. you can check data is passing properly.

Dump can be taken directly from dataset too.