Search found 15603 matches
- Tue Jul 12, 2005 3:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: plz guide me how to capture the logdetails
- Replies: 5
- Views: 2381
- Tue Jul 12, 2005 1:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use IF within IF
- Replies: 9
- Views: 2388
Kumar, you can also look at the CASE statement. This is somewhat different in execution than other CASE statements (C, Pascal, Ada, etc.) in that the condition is queried on each case and can involve different variables. I've found that a well-structured CASE is easier to read than a complex and dee...
- Tue Jul 12, 2005 1:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File error
- Replies: 34
- Views: 8630
The file size limits depend upon your OS (AIX in your case), the version and perhaps the file system type. You will need to read the UNIX documentation for your version to see what the file size limits are, but if you are using a recent DS version I will assume that your system can handle files >2Gb...
- Tue Jul 12, 2005 1:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Load row limit
- Replies: 4
- Views: 1991
- Mon Jul 11, 2005 9:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: code to convert EBCDIC to ASCII
- Replies: 13
- Views: 4097
- Mon Jul 11, 2005 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: %PROJECT%
- Replies: 2
- Views: 1262
jlock23, I found this reference in the book, but it was referring specifically to the dependencies attributes. I think you might be mistaken about being able to use this, perhaps you could say which PDF document on which page you found it. (if it's Server Job Developer's Gui de on 17-11 you found wh...
- Mon Jul 11, 2005 8:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Status code = 81002 for command dsjob -lprojects
- Replies: 4
- Views: 3596
- Mon Jul 11, 2005 8:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: An Interesting Problem
- Replies: 15
- Views: 4275
- Mon Jul 11, 2005 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: An Interesting Problem
- Replies: 15
- Views: 4275
- Mon Jul 11, 2005 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: An Interesting Problem
- Replies: 15
- Views: 4275
- Mon Jul 11, 2005 7:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: code to convert EBCDIC to ASCII
- Replies: 13
- Views: 4097
- Mon Jul 11, 2005 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Basic routine from shell script
- Replies: 10
- Views: 2410
- Mon Jul 11, 2005 7:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: code to convert EBCDIC to ASCII
- Replies: 13
- Views: 4097
- Mon Jul 11, 2005 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: code to convert EBCDIC to ASCII
- Replies: 13
- Views: 4097
Craig - who's pack ing I intentionally avoided that minefield, I though that Kumar has enough problems without my adding to them. I once got a copybook with several hundred columns that matched the actual data file .... except all the columns were shifted around ... so I can sympathize with the post...
- Mon Jul 11, 2005 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Basic routine from shell script
- Replies: 10
- Views: 2410
The easiest way would be to create a server job that contains only job control (BASIC) code. This way you could use all of the DataStage job functionality through the UNIX/Windows command line call of "dsjob". The other methods require a bit more knowledge of UniVerse and are more effort than that l...