Search found 42189 matches
- Thu Dec 26, 2013 1:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Format in Multi-Instance job
- Replies: 6
- Views: 1684
- Thu Dec 26, 2013 11:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Format in Multi-Instance job
- Replies: 6
- Views: 1684
- Thu Dec 26, 2013 10:52 am
- Forum: General
- Topic: Datastage job on prod is changing status
- Replies: 10
- Views: 3339
- Thu Dec 26, 2013 10:21 am
- Forum: General
- Topic: Datastage job on prod is changing status
- Replies: 10
- Views: 3339
- Thu Dec 26, 2013 10:07 am
- Forum: General
- Topic: Datastage job on prod is changing status
- Replies: 10
- Views: 3339
- Thu Dec 26, 2013 8:29 am
- Forum: General
- Topic: To get the status of Jobs
- Replies: 9
- Views: 4775
Several ways, all of which have been discussed here ad nauseam. Classic answer is for you to go to Kim Duke's website and download his free ETLStats package. It does that and a crap-ton more... take what you need from it or leverage the whole package. Nowadays that kind of metadata is collected by D...
- Thu Dec 26, 2013 8:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Buildop design
- Replies: 1
- Views: 1217
- Thu Dec 26, 2013 8:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Playing with Date-type data
- Replies: 4
- Views: 1360
- Mon Dec 23, 2013 1:56 pm
- Forum: General
- Topic: how to supress - no such file or directory unix error
- Replies: 6
- Views: 2455
- Mon Dec 23, 2013 11:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Store procedure call doesnt work
- Replies: 2
- Views: 1136
- Mon Dec 23, 2013 11:13 am
- Forum: General
- Topic: how to supress - no such file or directory unix error
- Replies: 6
- Views: 2455
Code: Select all
ls -1u /blah/blah/blah/FILENAME*.txt > /blah/blah/blah/FILENAME2.txt 2>/dev/null- Mon Dec 23, 2013 9:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage to mimic Transformer TRIM() function
- Replies: 7
- Views: 3220
- Mon Dec 23, 2013 9:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with reading records in pivot
- Replies: 1
- Views: 1396
Sorry but I for one am not really sure what your question / issue is. Are you saying that (for the example data posted) sometimes the output is as posted and other times what ends up in Property_1 isn't 'Name' but one of the other values? If so, let's clarify some things. What is your source and how...
- Mon Dec 23, 2013 9:09 am
- Forum: General
- Topic: how to supress - no such file or directory unix error
- Replies: 6
- Views: 2455
- Mon Dec 23, 2013 8:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Store procedure call doesnt work
- Replies: 2
- Views: 1136
So is this actually a Server job or a Parallel job? Since you mentioned EReplace (and we're in the Server forum) I suspect the former but you marked the Job Type as Parallel and could be in the 9.x world. And it would seem you don't have a stored procedure call issue, just an NLS translation one. So...