Search found 53125 matches
- Mon May 05, 2008 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is new in DataStage 7.5.3
- Replies: 13
- Views: 63643
- Mon May 05, 2008 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert Single char to multiple chars
- Replies: 9
- Views: 3156
There is a PX version of Ereplace() which a Search of the forum should find for you.
- Mon May 05, 2008 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert DS jobs from Windows to Linux
- Replies: 1
- Views: 683
- Mon May 05, 2008 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: enabling remote execution of parallel jobs
- Replies: 3
- Views: 958
- Mon May 05, 2008 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job aborts everytime unless debugger is running
- Replies: 7
- Views: 2300
- Mon May 05, 2008 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: wait for file activity issues
- Replies: 1
- Views: 1028
- Mon May 05, 2008 3:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage ETL JOB remains in Processing state for hours
- Replies: 2
- Views: 909
- Mon May 05, 2008 3:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute after job subroutine in Transformer
- Replies: 4
- Views: 1001
Your only possibility is to store the value somewhere (for example in the job's user status area or in a system variable such as @USER0) while the stage is running, and to retrieve it from there. The links are not opened until the before-stage subroutine returns, and the links are closed before the ...
- Mon May 05, 2008 3:43 pm
- Forum: General
- Topic: How can we move the repository for Release 8.0?
- Replies: 10
- Views: 3860
- Mon May 05, 2008 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error Reading a Fixed Width File
- Replies: 10
- Views: 3347
Use Char, not VarChar, and specify the display widths.
Code: Select all
fname Char(4) width 4
mark Integer width 4
id Char(1) width 1
lname Char(4) width 4- Mon May 05, 2008 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job status codes
- Replies: 3
- Views: 1792
- Mon May 05, 2008 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to generate a node map
- Replies: 18
- Views: 14660
- Mon May 05, 2008 7:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: thousand separetor in parallel
- Replies: 3
- Views: 1196
- Mon May 05, 2008 7:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Differences between Datasatge 7.5 and Datastage 8 versions
- Replies: 4
- Views: 1222
- Mon May 05, 2008 7:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute after job subroutine in Transformer
- Replies: 4
- Views: 1001