Search found 4 matches

by jayanthkaliappan
Thu Jun 25, 2009 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Want to rename Datastage job using script
Replies: 2
Views: 1755

Want to rename Datastage job using script

1. I want to rename the job by using scripts.
2. I need to know where the jobnames stored in the server as a file format or any other.Is that easy to rename the job.
3. Please advise me.
by jayanthkaliappan
Thu Feb 19, 2009 12:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetch Column derivation for all Active stages
Replies: 5
Views: 1670

How many fields are actually returned in the dynamic array? DCount(Result,@FM) What's happening in the eighth field? You talk about the first seven, then the ninth? I'm wond ... "The column derivation has been retireved for the first transformer which has single output link. In the second tran...
by jayanthkaliappan
Wed Feb 18, 2009 2:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetch Column derivation for all Active stages
Replies: 5
Views: 1670

nearly upto 40 columns are there in that link? Please advice.
by jayanthkaliappan
Tue Feb 17, 2009 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetch Column derivation for all Active stages
Replies: 5
Views: 1670

Fetch Column derivation for all Active stages

Im reiterating the problem we have faced when fetching metadata from active to passive stage. Call DSGetLinkMetaData(Result,JobName,stgname,stglinkname) WriteSeq "the deriavtion is:":Result<9,k> To FileVar Stg1------>Transformer1----->Transformer2-------->Stg2 There are three links link1, ...