Search found 15603 matches
- Tue Nov 23, 2010 9:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Find Number of years between 2 dates.
- Replies: 11
- Views: 13750
- Tue Nov 23, 2010 9:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to read BODY data by using sequential file
- Replies: 3
- Views: 1585
- Tue Nov 23, 2010 8:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: GET FILENAME
- Replies: 37
- Views: 9673
- Tue Nov 23, 2010 8:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to read BODY data by using sequential file
- Replies: 3
- Views: 1585
- Tue Nov 23, 2010 8:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic in transformer required
- Replies: 4
- Views: 1571
- Tue Nov 23, 2010 8:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to reference input columns listed in schema file
- Replies: 7
- Views: 2870
- Tue Nov 23, 2010 8:33 am
- Forum: General
- Topic: Backup Automation
- Replies: 3
- Views: 1573
- Tue Nov 23, 2010 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sftp ing the files and deleting files on remote server.
- Replies: 17
- Views: 11644
- Tue Nov 23, 2010 8:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic in transformer required
- Replies: 4
- Views: 1571
- Tue Nov 23, 2010 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex flat file reading
- Replies: 5
- Views: 1791
- Tue Nov 23, 2010 6:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Count Of records
- Replies: 12
- Views: 3093
DataStage stages are designed so that they execute one row at a time, so your requested approach poses some difficulties so that it doesn't get executed once per row. The best was has alread been suggested, to get the count in a job sequence and then pass that value as a parameter to your job. In yo...
- Tue Nov 23, 2010 3:26 am
- Forum: General
- Topic: Backup Automation
- Replies: 3
- Views: 1573
- Tue Nov 23, 2010 2:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sftp ing the files and deleting files on remote server.
- Replies: 17
- Views: 11644
- Tue Nov 23, 2010 2:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Return codes for controlled looping in Data Stage 8.1
- Replies: 1
- Views: 2497
What is not working in the job sequence checking for the return code? That functionality is often used and unlikely to be buggy, perhaps your shell script / SQL code is not returning a non-zero return value? Since you can read stdout into a variable in your sequence you might be able to parse that s...
- Tue Nov 23, 2010 2:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Multiple record types in a file using CFF stage
- Replies: 4
- Views: 2462
I'm currently not at a DataStage client where I can post the exact steps, perhaps someone else might post the steps or you could look at the documentation for the CFF where the procedure is described. Just as in a COBOL program, you use one field to determine which record type is being used in that ...