Report the bug.
There are too many stage types coming out that can't handle large things, including the Folder stage. D'oh!
Search found 53125 matches
- Tue Feb 22, 2005 8:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to process large XML file
- Replies: 4
- Views: 1450
- Tue Feb 22, 2005 8:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Range Lookup
- Replies: 16
- Views: 4882
- Tue Feb 22, 2005 7:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASH FILE MANAGEMENT
- Replies: 11
- Views: 3288
- Tue Feb 22, 2005 7:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can't run any job
- Replies: 3
- Views: 916
It may help to delete the hashed file completely and then to re-create it. The aborted process may still be holding locks. Possibly the quickest "fix" is to recycle the DataStage services (shut down and re-start). Obviously no jobs can be running when you do this, but if you can't start any, that's ...
- Tue Feb 22, 2005 7:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Code
- Replies: 17
- Views: 8251
However, this syntax is valid:
Some people prefer to use parentheses to indicate that a conditional expression, rather than a conditional statement, has been used.
Code: Select all
Ans = If Club = 'c' THEN COUNTRY_CDE = '2' else '0'Some people prefer to use parentheses to indicate that a conditional expression, rather than a conditional statement, has been used.
Code: Select all
Ans = (If Club = 'c' THEN COUNTRY_CDE = '2' else '0')- Tue Feb 22, 2005 6:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Nested Condition Expression
- Replies: 7
- Views: 12993
- Tue Feb 22, 2005 6:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: string "0" = "00" but integer 0 = 00
- Replies: 3
- Views: 1043
Only if both arguments are numeric.
Conceptually:
Conceptually:
Code: Select all
If Num(Arg1) And Num(Arg2)
Then
Result = Compare(Arg1, Arg2, "R")
End
Else
Result = Compare(Arg1, Arg2, "L")
End- Tue Feb 22, 2005 4:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error calling job through sequencer
- Replies: 10
- Views: 4291
The limit is initially imposed by the physical size limit on the job log (2GB by default). More instances = more log entries. It's also affected by how many events are logged by each instance. One could, of course, convert the log file to 64-bit addressing. Then the limit is probably constrained by ...
- Tue Feb 22, 2005 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hex to integer in transfrmer stage
- Replies: 10
- Views: 4002
- Tue Feb 22, 2005 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing parameter from the before-job line to unix script
- Replies: 3
- Views: 1303
- Tue Feb 22, 2005 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Certification
- Replies: 7
- Views: 3340
- Tue Feb 22, 2005 3:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration help and ideas
- Replies: 4
- Views: 1551
- Tue Feb 22, 2005 3:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date column value
- Replies: 19
- Views: 3473
- Tue Feb 22, 2005 3:26 pm
- Forum: Data Integration
- Topic: how we can reset surrogate key?if record count more than 2 b
- Replies: 1
- Views: 2256
- Tue Feb 22, 2005 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Incorrect incrementing of sequences
- Replies: 5
- Views: 1113