Search found 4 matches

by tytoi
Fri Jul 01, 2005 10:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bulk Loader for 10g
Replies: 1
Views: 872

Bulk Loader for 10g

Hi guys,

Just a very quick question
Is there an orabulk stage for Oracle 10G? If not can I use the current Orabulk stage (For Oracle 8.1) instead to generate the control file and data file?

Again, thanks in advance for all your help

Regards
TY
by tytoi
Tue Jun 07, 2005 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call DSJobReport from another subroutine??
Replies: 1
Views: 1114

How to call DSJobReport from another subroutine??

Hello, I have an after job subroutine and I would like it to call the DSJobReport at the end of the routine. However, I can't seem to execute the CALL DSJobReport(abcd) I even tried using CALL DSU.DSJobReport(abcd) but it did not work. And I tried defining it first. And this didn't work too Deffun D...
by tytoi
Mon Jun 06, 2005 9:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job completion status
Replies: 5
Views: 1449

Thanks guys for all your help. I found the command to get the interim status DSGetJobInfo(JobHandle,DSJ.JOBINTERIMSTATUS). One more question, are the return codes from DSJ.JOBINTERIMSTATUS the same as DSJ.JOBSTATUS? I can't seem to find the return codes for DSJ.JOBINTERIMSTATUS in JOBCONTROL.H or am...
by tytoi
Mon Jun 06, 2005 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job completion status
Replies: 5
Views: 1449

Job completion status

Hi, I am trying to write a end job routine to populate a Oracle table with some job status lke start time, end time and job status. I am finding some difficulty in obtaining the job status. It always returns '0' (running) at the end of the job. JOB_STATUS = DSGetJobInfo(JobHandle,DSJ.JOBSTATUS) Howe...