Search found 4605 matches
- Thu Nov 18, 2004 10:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting log info for multi-instance job
- Replies: 5
- Views: 1589
- Thu Nov 18, 2004 10:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is there a way to generate report as per mapings from DS Ser
- Replies: 2
- Views: 666
- Thu Nov 18, 2004 10:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: AutoPurge of Log Entries
- Replies: 5
- Views: 885
- Thu Nov 18, 2004 10:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: AutoPurge of Log Entries
- Replies: 5
- Views: 885
- Thu Nov 18, 2004 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting log info for multi-instance job
- Replies: 5
- Views: 1589
- Wed Nov 17, 2004 8:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting a project......
- Replies: 12
- Views: 5044
- Wed Nov 17, 2004 7:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Engine commands?
- Replies: 15
- Views: 5342
I want to make sure people understand you can use these queries in a job. You need to use a UV stage instead of a hash file. You may need to put the SQL all on one line. I noticed I could not execute a multiple line SQL statement in BASIC. Try it and let us know. I would love it if someone would tak...
- Wed Nov 17, 2004 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Engine commands?
- Replies: 15
- Views: 5342
- Wed Nov 17, 2004 2:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Engine commands?
- Replies: 15
- Views: 5342
- Wed Nov 17, 2004 2:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I want to know more with in DS_JOBS commands
- Replies: 3
- Views: 1712
If you LIST DICT DS_JOBS then you can see the published fields in DS_JOBS. This is the equivilent of DESCRIBE in Oracle. Most of what you want is hidden. Ex-employees of ASCL have access to what these fields are and what they do but the rest of us have learned the hard way by hacking into the data. ...
- Wed Nov 17, 2004 12:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting log info for multi-instance job
- Replies: 5
- Views: 1589
- Wed Nov 17, 2004 12:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Engine commands?
- Replies: 15
- Views: 5342
- Wed Nov 17, 2004 8:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Capture Director log
- Replies: 4
- Views: 1139
- Wed Nov 17, 2004 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call Perl Program
- Replies: 2
- Views: 974
You can use ExecSH or execute. In a routine
The variable Output has what would of went to the screen. RtnValue is the exit code of the Perl script.
Code: Select all
execute 'SH -c "MyPerl.pl"' capturing Output returning RtnValue
The variable Output has what would of went to the screen. RtnValue is the exit code of the Perl script.
- Wed Nov 17, 2004 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Engine commands?
- Replies: 15
- Views: 5342
Good luck. I doubt if Ray could get all that easily. Job and category are easy. They are already been posted. Do a search. I am sure some of the rest may be in Reporting Assistant or MetaStage. JobReport may pull that out as well. I would almost think an XML export or using Perl against the DSX file...