Search found 2 matches
- Fri Oct 15, 2004 9:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: View job log in batch job
- Replies: 1
- Views: 892
View job log in batch job
Have a batch job that calls say 4 jobs( job1,job2,job3,job4) Then a sequence job will call this batch job first then send out email notification. However in the email, it does not show the log for the individual jobs (job1,job2,job3,job4, like how many rows have been moved). If in the sequence job, ...
- Wed Sep 22, 2004 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML output to an URL
- Replies: 2
- Views: 1358
XML output to an URL
I need to read from an Oracle table and produce XML format output, and HTTP the output stream to an URL (one row at a time). Can DS do this? If yes how?