Search found 15603 matches
- Fri Oct 05, 2012 4:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File to Seq File join behaviour...
- Replies: 13
- Views: 3580
Phil - it is correct; I just wrote a test job to make sure that it is so. The SQL logic of a left outer states that for each left input row there will be an output row, those fields coming from the right side of the join when unmatched are set to <null>. If, in DataStage, this field is not nullable ...
- Fri Oct 05, 2012 3:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File to Seq File join behaviour...
- Replies: 13
- Views: 3580
- Fri Oct 05, 2012 3:50 am
- Forum: General
- Topic: Search for Data File on share drive
- Replies: 11
- Views: 1935
- Fri Oct 05, 2012 3:45 am
- Forum: General
- Topic: Issue while running After-job subroutine
- Replies: 3
- Views: 1407
- Fri Oct 05, 2012 3:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Tuning for CDC Stage
- Replies: 5
- Views: 2922
- Fri Oct 05, 2012 3:37 am
- Forum: General
- Topic: Troubles replacing server routine - old routine executed
- Replies: 5
- Views: 959
You've hit upon the reason. Since this is a system routine, it is stored and cataloged as DSX.KEYMGTGETNEXTVALUECONCURRENT and when you compile and catalog from DataStage you will get an entry for DSU.KEYMGTGETNEXTVALUECONCURRENT and for this reason you are still getting the original code at runtime...
- Fri Oct 05, 2012 3:27 am
- Forum: General
- Topic: Search for Data File on share drive
- Replies: 11
- Views: 1935
- Thu Oct 04, 2012 12:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Promote Tagged Subrec
- Replies: 1
- Views: 1124
- Thu Oct 04, 2012 10:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inputs to a Link Collector
- Replies: 3
- Views: 1402
- Thu Oct 04, 2012 8:42 am
- Forum: General
- Topic: Error while executing shell script from After-Job subroutine
- Replies: 4
- Views: 958
- Thu Oct 04, 2012 8:39 am
- Forum: General
- Topic: Troubles replacing server routine - old routine executed
- Replies: 5
- Views: 959
- Thu Oct 04, 2012 8:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicate data in source
- Replies: 3
- Views: 2640
- Thu Oct 04, 2012 8:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WriteHash() - Write failed for record id 'CHER'
- Replies: 2
- Views: 1517
- Thu Oct 04, 2012 6:26 am
- Forum: General
- Topic: Error while executing shell script from After-Job subroutine
- Replies: 4
- Views: 958
I wonder if escaping might help here:
Code: Select all
diff file1 file2; if \[ $? == 0 \] then echo "Counts in sync" else exit -1 fi
- Thu Oct 04, 2012 5:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract produces nothing but columns repeated as output
- Replies: 7
- Views: 2717