Search found 5168 matches

by kumar_s
Thu Jun 15, 2006 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Split a record into multiple basing on a condition
Replies: 3
Views: 1076

If it is fixed to field F1, F2 and F3 then you can use transformer to acheive this. Add two links for each field check. Add constraints to each link. For first link check If F1=1, Then do the required transformation in the derivation part. In the second link check for same F1=1 and do the other set ...
by kumar_s
Thu Jun 15, 2006 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in joining 2 tables
Replies: 12
Views: 2648

Or do a lookup to the table2 for a dummy column with a value say '1'. You can check the lookup condition as give by you table1.a>table2.b and table1.a<=table2.c.
by kumar_s
Thu Jun 15, 2006 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: check lines amount with total amount
Replies: 4
Views: 1191

You can still use this code with small modificaiton. vRunningTotal = 0 --> InitialDeclaration. vCorrectFlag => If Type = '08' Then if Amount = vRunningTotal Then "Correct" Else False Else '' vRunningTotal =>IF Type='06' THEN RunningTotal+Value ELSE 0 You havnt mentioned what to do after ch...
by kumar_s
Thu Jun 15, 2006 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Have to remove 0's from varchar field
Replies: 6
Views: 2740

Assuming the data is as shown in your post, you will have to separate the data based on the ',' delimiter before implementing the solutions suggested by Arnd and Guru. Rebuild the string, putting the ',' back in after the manipulation. Rob It is assumed, Amarpreet has given the values for single fi...
by kumar_s
Thu Jun 15, 2006 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of Readers per node
Replies: 5
Views: 4063

Arnd - The sample shows the increase in elapse time of Runtime. Shouldnt it get shorter.
arun@sinmax - If you have large volume of data to run, pls do it and produce the result, which will be optimal to analyze.
by kumar_s
Thu Jun 15, 2006 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup direct from Oracle database
Replies: 6
Views: 1287

Also depends on the database conectivity, it is costly to fetch value for each record, it is considrable to have no sparse lookup. Database available in tele network will be an example.
by kumar_s
Thu Jun 15, 2006 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DatsStage Cetification
Replies: 3
Views: 975

Syllabus is available in the same IBM website. Or do a search.
by kumar_s
Thu Jun 15, 2006 4:45 am
Forum: General
Topic: Job Searching Facility
Replies: 7
Views: 2519

Here we find a person who might use 'dssearch' if it was available in his version.
by kumar_s
Thu Jun 15, 2006 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of Readers per node
Replies: 5
Views: 4063

For a lengthier record, sometime it may not be effecient to increate the number of reader per node.
by kumar_s
Thu Jun 15, 2006 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The job aborts exactly after 10 mins with SISEGV error
Replies: 3
Views: 1056

Infact you can change to size based monitoring.
by kumar_s
Wed Jun 14, 2006 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller Jobs
Replies: 7
Views: 1188

You cannot the way you specified, by you can try to promote the job to the a level up, and equal to the forth comming sub job controler. Hence based on the result of Job (Jobactivity) you can trigger the rest of the stages which inturn controlled by a master job controller.
by kumar_s
Wed Jun 14, 2006 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: count of days
Replies: 6
Views: 1152

I usually convert data into julian date which returns a inteegr, and makes easy to play around with it.
by kumar_s
Wed Jun 14, 2006 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator
Replies: 7
Views: 2376

Just happend to see now...
SQL is a language to query database. Aggregator is a stage which help to acheive just the group by function available in SQL. Not sure what is your exact doubt?
by kumar_s
Wed Jun 14, 2006 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup direct from Oracle database
Replies: 6
Views: 1287

If you reference oracle stage directly, it doesnt create any fileset, (hope you are not talking about virtual dataset). Search for Sparse lookup data will get looked up directly from the database.
by kumar_s
Wed Jun 14, 2006 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator stage
Replies: 10
Views: 3129

The same as been discussed here. But I belive there is a patch already released by IBM for passing string across aggregator stage. Search for more information in this forum.