You bet.
Arlo Guthrie is touring (or has just toured) here at the moment. Brought back a few memories, even though he doesn't do "that song" any more. Also, I ride a motorcycle.
echo "$DEITY has called in sick."
Search found 53125 matches
- Thu Jul 08, 2004 6:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete jobs
- Replies: 13
- Views: 3973
- Thu Jul 08, 2004 5:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: difference between Datastage's release 6x and 7x
- Replies: 6
- Views: 2008
- Thu Jul 08, 2004 5:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading variable length records in Sequencial Stage
- Replies: 9
- Views: 4394
- Thu Jul 08, 2004 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML2 Reader and ">" Character
- Replies: 11
- Views: 4291
- Thu Jul 08, 2004 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [Resolved]Promoted jobs with Version Controll
- Replies: 5
- Views: 1240
- Thu Jul 08, 2004 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-08177: Cannot serialize access for this transaction
- Replies: 5
- Views: 2477
- Thu Jul 08, 2004 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete jobs
- Replies: 13
- Views: 3973
- Wed Jul 07, 2004 4:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Capture of Job Log Entries
- Replies: 2
- Views: 864
Since a job log is a table in the Repository, you can also use SQL, executed within the DataStage environment on the server or through the Administrator client Command window. SELECT TIMESTAMP, SEVERITY, FULL.TEXT FROM RT_LOGnnn WHERE @ID NOT LIKE '//%' ORDER BY @ID; where nnn is the job number obta...
- Wed Jul 07, 2004 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Capture of Job Log Entries
- Replies: 2
- Views: 864
There is a series of functions for capturing log information. DSGetLogSummary DSGetNewestLogId DSGetLogEntry You can use these within DataStage BASIC code, for example in a job control routine or in a before/after subroutine. Statements for working with text files include OpenSeq , WeofSeq , WriteSe...
- Wed Jul 07, 2004 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing a Progress Database table definition
- Replies: 8
- Views: 2333
- Wed Jul 07, 2004 3:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading variable length records in Sequencial Stage
- Replies: 9
- Views: 4394
- Wed Jul 07, 2004 3:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while renaming
- Replies: 8
- Views: 1670
Overkill.
All you needed was
perhaps through the Administrator client Command window.
All you needed was
Code: Select all
SELECT NAME, CATEGORY FROM DS_JOBS WHERE NAME = 'MyJobName';- Wed Jul 07, 2004 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Information
- Replies: 4
- Views: 1071
- Wed Jul 07, 2004 2:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mainframe upload of Jobs
- Replies: 1
- Views: 774
The COBOL and JCL are generated by DS390 into files on the server. You specify the location! You can upload them from there by any means you like. However, the Upload button is constrained - as far as I am aware - to using FTP and the properties specified in the machine profile. (You marked your pos...
- Wed Jul 07, 2004 2:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Licensing and mulithreading
- Replies: 5
- Views: 2122