Search found 8 matches

by askvishal
Tue Jun 17, 2014 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: GET N rows in output based on counts
Replies: 11
Views: 5711

My bad... ignore the previous suggestion.. the older suggestion should give you the desired result. Please try again
by askvishal
Tue Jun 17, 2014 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: GET N rows in output based on counts
Replies: 11
Views: 5711

Please select all the 4 columns as the key in Sort stage for the suggestion mentioned above and try.
by askvishal
Thu Jun 05, 2014 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source and Target row count matching in Datastage job
Replies: 11
Views: 7198

In my view, you can name the Source and Target links with specified keywords. Say, READ and INSERT respectively. Write a Procedure to lookout for links with the defined keywords and call this procedure in a sequencer that would trigger a mail.

Ray, Is this a right approach??
by askvishal
Thu Jun 05, 2014 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: GET N rows in output based on counts
Replies: 11
Views: 5711

Use sort stage (ascending Order) with Row change column- RC.

Then a transformer stage with constraint to output link as :-

RC=1 and @iteration<=Col1
map the input output columns.

Please let me know if it is done succesfully.
by askvishal
Mon May 26, 2014 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convertion of 60 digit Alpha Numeric to 40 digit?
Replies: 9
Views: 3411

Try using DBMS utility function with parameter as the input column. Utility function would be dependent on ur DB..
by askvishal
Mon Jan 06, 2014 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Failure
Replies: 2
Views: 2168

Thanks for the reply.. It worked.
by askvishal
Sat Jan 04, 2014 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Failure
Replies: 2
Views: 2168

Lookup Failure

Hi, I am trying to do a lookup on Char and varchar columns. My job design is as follows:- (DB1 --> Funnel <-- DB2) -->Transformer --> (Lookup <-- Seq File) --> DB Target DB1 has Code (Char 3) and Scheme (Varchar 20) as Key columns DB2 has Code (Char 3) and Scheme (Varchar 20) as Key colums. DB2 howe...
by askvishal
Wed Oct 23, 2013 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivoting
Replies: 1
Views: 1295

Pivoting

Hi, Please help me developing a parallel job for the following set of input-output data. Input:- Name Subject Marks XYZ Maths 100 XYZ Science 100 XYZ History 100 Output:- Name Maths Science History XYZ 100 100 100 Please note the Subject column can increase dynamically Thanks, Vishal