Search found 3 matches

by karmadasai
Mon Jan 08, 2007 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetCustInfo Usage
Replies: 5
Views: 1876

Do you have a solution for Server Job ?
ray.wurlod wrote:DSGetCustInfo() is only for parallel jobs. You can get a list of the custom properties of a stage from DSGetStageInfo() - for a parallel job, of course - and then use DSGetCustInfo() to get the value ...
by karmadasai
Mon Jan 08, 2007 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetCustInfo Usage
Replies: 5
Views: 1876

DSGetCustInfo Usage

I would like to keep information about a ORAOCI Stage , I need the SQL string defined by the user. Do you have exemples with the DS function : DSGetCustInfo(JobHandle, StageName, CustInfoName, InfoType) * Possible Var InfoType tokens: Equ DSJ.CUSTINFOVALUE To 1 ;* Cust Info value Equ DSJ.CUSTINFODES...
by karmadasai
Fri Jan 05, 2007 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Logs in Universe table ?
Replies: 11
Views: 6556

Ok you use a loop in this case, but not below. this routine works fine if you respect argument used by the DSGetStageInfo Function. DSGetStageInfo (<JobHandle>, <JobStageName> ,DSJ.STAGETYPE) Change the delimiter "," by @FM * Loop thru all the Stages JobStageCount = dcount(JobStageList, @F...