Search found 5 matches

by raewu
Fri Jan 18, 2008 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine outputs director log - record split problem
Replies: 3
Views: 3091

kcbland wrote:If the file already exists it doesn't write anything to it because it's outside your open-else structure. So, if this logic is called multiple times it won't output more than the first time called.
thanks Kennenth, i changed that and it works fine now.
by raewu
Tue Jan 15, 2008 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine outputs director log - record split problem
Replies: 3
Views: 3091

Routine outputs director log - record split problem

I have a routine which takes the name of a job and outputs the log for that job. Here it is below: *Read Job Log hJob = DSAttachJob(Arg1, DSJ.ERRNONE) If hJob <> 0 then Job_Invocation = DSGetJobInfo (hJob,DSJ.JOBINVOCATIONID) Start_TS = DSGetJobInfo (hJob, DSJ.JOBSTARTTIMESTAMP) End_TS = DSGetJobInf...
by raewu
Thu Apr 26, 2007 1:16 am
Forum: Enhancement Wish List
Topic: Deselect all option in Designer, View, Column Display window
Replies: 2
Views: 4276

it would be nice if you could also sort ascending or descending too
by raewu
Wed Apr 25, 2007 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we export joblog to a file
Replies: 27
Views: 16136

that's a great tool you've made there
by raewu
Wed Apr 25, 2007 1:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting XML attributes
Replies: 2
Views: 2188

i have always used a routine myself in this situation, but i'd be interested to here of a more efficient way to do this.