Search found 3 matches

by cellule
Mon Jun 12, 2006 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a routine inside a ds routine
Replies: 5
Views: 2242

Using a procedure in a basic routine?

Hi,

And is it possible, in a basic routine, to use a group of statements more then once wihtout having to write it each time? Basically, is it possible to use the procedure concept (as in PL/SQL, C, etc.) without calling another subroutine?

Thanks!
by cellule
Tue May 09, 2006 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkInfo - with Link Variables
Replies: 5
Views: 3104

No, I have 2 OCI related together only by 1 link (named link123). In director, I see the transform. There is only 1 row for the hidden transform. In my after subroutine, I get the message that there is 1 existing stage (the hidden one) but when I use this DSGetStageInfo(DSJ.ME, HiddenStageName, DSJ....
by cellule
Tue May 09, 2006 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkInfo - with Link Variables
Replies: 5
Views: 3104

Question about DSGetJobInfo and DSJ.STAGELIST

I have an after subroutine which use the example provided to use linkrowcount. I'm using Server Edition 6.0. There is something wrong tough... One job reads a DB and writes the data in another DB with a transformer between those 2 DBs. With 'DSGetJobInfo(DSJ.ME, DSJ.STAGELIST)', I get the message th...