Search found 15603 matches
- Tue Jun 17, 2008 3:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: is there is any stage or option that we can do arthematic fu
- Replies: 3
- Views: 652
- Tue Jun 17, 2008 3:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading from COBOL file
- Replies: 5
- Views: 949
- Tue Jun 17, 2008 3:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Number
- Replies: 27
- Views: 8053
ag_ram, your list command is incorrect. The syntax of the list command is | SYNTAX | | | | LIST [DICT | USING [DICT] dictname] filename [records | | | FROM n] [selection] [output.limiter] [sort] [output] | | [report.qualifiers] note, the first mandatory parameter is the filename. It just so happens ...
- Tue Jun 17, 2008 2:43 am
- Forum: General
- Topic: Datastage Installation in laptop
- Replies: 15
- Views: 5968
- Tue Jun 17, 2008 2:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDate Conversion Problem/issue with 7.5.1 to 7.5.2
- Replies: 8
- Views: 4611
- Tue Jun 17, 2008 2:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading from COBOL file
- Replies: 5
- Views: 949
That is not the COBOL definition, but is close and might be enough. I don't like the "0c" hex at the beginning which would indicate a leading sign which is nonstandard. If your COBOL doesn't have a leading sign specificed then you probably already have a wrong position. Also, the data type is 2 digi...
- Tue Jun 17, 2008 1:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error with DSJOB command
- Replies: 8
- Views: 2775
- Tue Jun 17, 2008 1:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading from COBOL file
- Replies: 5
- Views: 949
- Tue Jun 17, 2008 1:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file
- Replies: 7
- Views: 1537
- Tue Jun 17, 2008 1:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Number
- Replies: 27
- Views: 8053
The LIST command is incorrect, ag_ram
Code: Select all
LIST DS_JOBS ID.SUP JOBNO WITH NAME EQ '{YourJobName}'- Tue Jun 17, 2008 1:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort
- Replies: 6
- Views: 1563
- Tue Jun 17, 2008 1:17 am
- Forum: General
- Topic: Datastage Installation in laptop
- Replies: 15
- Views: 5968
- Tue Jun 17, 2008 1:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Number
- Replies: 27
- Views: 8053
- Tue Jun 17, 2008 1:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error with DSJOB command
- Replies: 8
- Views: 2775
- Tue Jun 17, 2008 12:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Number
- Replies: 27
- Views: 8053
I just realized that this thread is in the Server forum and the solution with the job number that I posted was for Parallel jobs; so you are quite correct that it was the wrong answer. You can get the job number by going into TCL or using the Admin command line and issuing a "LIST" or "SELECT" state...