Search found 42189 matches
- Fri Jan 05, 2007 10:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Input Stage
- Replies: 10
- Views: 3705
- Fri Jan 05, 2007 10:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Input Stage
- Replies: 10
- Views: 3705
You might need to translate this into PX, but EReplace or Convert can do that for you:
Would replace each CR with an empty string, in essence removing it.
Code: Select all
EReplace(YourField,CHAR(13),"")Would replace each CR with an empty string, in essence removing it.
- Fri Jan 05, 2007 10:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecCommand output value
- Replies: 44
- Views: 10563
There must be something you're not telling us, everything you've posted should be working fine. Can you perhaps post some screen prints of the job and the triggers? We do these kind of things 'all the time' and really haven't had any issues getting them to work. You should also consider contacting S...
- Fri Jan 05, 2007 10:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Input Stage
- Replies: 10
- Views: 3705
- Fri Jan 05, 2007 9:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: launch the same job with different parameters
- Replies: 3
- Views: 1527
- Fri Jan 05, 2007 9:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to generate multiple rows?
- Replies: 11
- Views: 3091
- Fri Jan 05, 2007 9:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml output - not writing to file
- Replies: 10
- Views: 2851
Start your own thread, don't jump on the end of someone else's. That way we know your particulars. Do a better job of explaining what your job looks like in this new thread and what you are actually seeing or not seeing. For example, do you get no file whatsoever or only an empty output file? What ...
- Fri Jan 05, 2007 9:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Knowing the job creator
- Replies: 7
- Views: 1443
- Fri Jan 05, 2007 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Job hangs for a while and then aborts
- Replies: 10
- Views: 2196
The question is - what client are you using? The OCI8 stage should be using an 8i client to connect to your 10g database to minimize issues. Better yet, switch to the OCI9 stage and a 9i client. Better yet, upgrage to 7.5.x which actually supports 10g. From what I recall, there is a utility on the c...
- Fri Jan 05, 2007 8:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get source file's name into a transformer?
- Replies: 12
- Views: 4328
- Fri Jan 05, 2007 8:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecCommand output value
- Replies: 44
- Views: 10563
- Fri Jan 05, 2007 12:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Datastage Job
- Replies: 1
- Views: 1090
- Thu Jan 04, 2007 10:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecCommand output value
- Replies: 44
- Views: 10563
Start over. This isn't rocket science so should be pretty easy to straighten out. Your script is fine. I build it here and put it through its paces and it outputs a 0 or a 1 appropriately, so there's nothing wrong there. Its Return Code will always be zero which is why you have to check the 'output'...
- Thu Jan 04, 2007 7:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Input Stage
- Replies: 10
- Views: 3705
- Thu Jan 04, 2007 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get source file's name into a transformer?
- Replies: 12
- Views: 4328