Search found 53125 matches
- Wed Sep 19, 2007 1:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: installation enquiry continued
- Replies: 3
- Views: 1335
- Wed Sep 19, 2007 1:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX Sort & Agreggator Stage (Data Volume 10 mil ++ Record
- Replies: 2
- Views: 786
- Wed Sep 19, 2007 1:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of COMMON
- Replies: 12
- Views: 2293
- Wed Sep 19, 2007 1:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ANALYZE.FILE output
- Replies: 1
- Views: 748
A1. File may have been in use. One figure comes from the file header, the per-group figures do not. A2. Total number of data bytes in the file has undergone "arithmetic overflow". This also affects figures based on using this number as a dividend. The number is stored unsigned, but is reported signe...
- Wed Sep 19, 2007 1:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warnings for Null Values
- Replies: 3
- Views: 969
Derive a stage variable as . You don't have to use the stage variable.
Code: Select all
If IsNull(InLink.Level1) Or IsNull(InLink.Level2) Or IsNull(InLink.Level3) Then UtilityWarningToLog("Level field is null") Else 0- Wed Sep 19, 2007 1:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Prob lem running UNIX script for a DataStage job
- Replies: 3
- Views: 2211
"Not in a runnable state" includes "already running". Check that you don't have the script trying to start the same job twice, or two scripts trying to start the same job at similar times. Otherwise check that the job status is one of "finished", "finished (see log)", "validated", "validated (see lo...
- Tue Sep 18, 2007 9:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of COMMON
- Replies: 12
- Views: 2293
- Tue Sep 18, 2007 8:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32 Value different from project to project
- Replies: 5
- Views: 1408
- Tue Sep 18, 2007 6:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to send mail to multiple recipient
- Replies: 5
- Views: 2058
- Tue Sep 18, 2007 6:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of COMMON
- Replies: 12
- Views: 2293
- Tue Sep 18, 2007 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: double quotes
- Replies: 5
- Views: 1549
- Tue Sep 18, 2007 4:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringDecode
- Replies: 3
- Views: 1111
- Tue Sep 18, 2007 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator - Partitioning
- Replies: 12
- Views: 4364
- Tue Sep 18, 2007 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Split Records
- Replies: 7
- Views: 1875
- Tue Sep 18, 2007 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installing IBM Information Server 8.0 on Windows
- Replies: 2
- Views: 1130