Can you be more specific as to how you are passing this around?
Search found 42189 matches
- Mon Apr 08, 2013 7:16 am
- Forum: General
- Topic: Using $PROJDEF in basic
- Replies: 9
- Views: 2224
- Mon Apr 08, 2013 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete,0: Query returned no results.
- Replies: 6
- Views: 1616
- Sun Apr 07, 2013 9:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Operator terminated abnormally: received signal SIGSEGV
- Replies: 1
- Views: 2240
- Sat Apr 06, 2013 8:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading a Dimension Table with Type 1
- Replies: 2
- Views: 1026
:?: Just want to make sure this is in the correct forum - Server job as you've marked the post or a PX job based on the forum posted in? Doesn't change the answer, just where this should live. For a type 1 dimension where no change history is tracked then yes, the business key is the primary attribu...
- Sat Apr 06, 2013 7:08 am
- Forum: General
- Topic: Getting job status before running a job
- Replies: 4
- Views: 1912
- Fri Apr 05, 2013 2:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Losing data without warning or abort message.
- Replies: 3
- Views: 1368
- Fri Apr 05, 2013 2:36 pm
- Forum: General
- Topic: Getting job status before running a job
- Replies: 4
- Views: 1912
You can easily get the message using grep and cut on the results: grep 'Job Status' (the results) | cut -d ':' -f 2 The grep would find the line you wanted and then the cut would deliver the second semi-colon delimited field. You could then further chop it down if you need. For an aborted run you wo...
- Fri Apr 05, 2013 10:37 am
- Forum: General
- Topic: Using parameters in DB2 Stage in DS 8.7
- Replies: 11
- Views: 5598
- Fri Apr 05, 2013 8:16 am
- Forum: General
- Topic: Issue while running the job from Unix
- Replies: 7
- Views: 2869
- Fri Apr 05, 2013 7:51 am
- Forum: General
- Topic: Suppressing Job logs.
- Replies: 1
- Views: 800
- Fri Apr 05, 2013 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sql help
- Replies: 6
- Views: 2165
- Fri Apr 05, 2013 7:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete,0: Query returned no results.
- Replies: 6
- Views: 1616
What database is this?
- Fri Apr 05, 2013 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: getting erroe on Decimal values update
- Replies: 4
- Views: 2430
- Fri Apr 05, 2013 7:18 am
- Forum: General
- Topic: Using parameters in DB2 Stage in DS 8.7
- Replies: 11
- Views: 5598
I don't know... it may be a bug with the connector, you'd need to contact your official support provider to know if that's the case. It may also be something that shouldn't have worked in the earlier version and is being (properly) caught now. We've seen both general situations here before. A couple...
- Fri Apr 05, 2013 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: getting erroe on Decimal values update
- Replies: 4
- Views: 2430