Search found 15603 matches
- Tue Mar 09, 2010 7:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Routine Compilation Error (on Windows)
- Replies: 10
- Views: 4017
- Tue Mar 09, 2010 6:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Routine Compilation Error (on Windows)
- Replies: 10
- Views: 4017
While I'm just guessing, what happens if you call the routine with - does the compiler error change?
Code: Select all
RoutineName('Dummy')- Tue Mar 09, 2010 6:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can we implement is DS PX
- Replies: 6
- Views: 2201
- Tue Mar 09, 2010 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Substring function problem
- Replies: 8
- Views: 32821
I think one could use , too.
Code: Select all
DSLink149.INTFC_FILE_CATG[1,4]- Tue Mar 09, 2010 6:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic:
- Replies: 9
- Views: 9508
Ok, then your source is Oracle. The two characters you've listed cannot be stored in 7bit ASCII, internally your Oracle is using another character set. You've specified that Oracle converts from the internal character set to 7 bit ASCII and it is there that you are losing these character values. Fin...
- Tue Mar 09, 2010 6:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Classifying Link Types as Source, Reference and Reject
- Replies: 10
- Views: 5690
- Tue Mar 09, 2010 6:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Routine Compilation Error (on Windows)
- Replies: 10
- Views: 4017
- Tue Mar 09, 2010 5:22 am
- Forum: Enhancement Wish List
- Topic: Automated Code review/check
- Replies: 11
- Views: 21920
- Tue Mar 09, 2010 5:08 am
- Forum: General
- Topic: MVS 390, Char columns with complex data types
- Replies: 7
- Views: 1857
- Tue Mar 09, 2010 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting link count into a file
- Replies: 1
- Views: 817
I would add a second output from a transform stage and output just the @OUTROWNUM value, then to an aggregator that takes the MAXimum value of that column, then to a transform stage to create your header record contents, this going to a funnel stage to the main data stream. The join would use the si...
- Tue Mar 09, 2010 2:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Executing Multiple instances of a DS job
- Replies: 2
- Views: 1638
- Tue Mar 09, 2010 2:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup
- Replies: 4
- Views: 1757
- Tue Mar 09, 2010 2:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get Stage Properties from command line
- Replies: 4
- Views: 2112
- Mon Mar 08, 2010 9:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I change the default date format?
- Replies: 0
- Views: 3965
- Mon Mar 08, 2010 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bad state not throwing error till stopping unix process
- Replies: 3
- Views: 1228
The first thing is never to use kill from UNIX, particularly 'kill -9', unless there are no other options. In your case I'm still very confused as to what the situation and/or problem is. Are you, or are you not, using RESET in the job call? Somehow your job must be getting from state 'finished' to ...