Search found 53125 matches
- Tue Apr 09, 2013 1:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Order of Columns in Vertical Pivot
- Replies: 4
- Views: 1419
- Tue Apr 09, 2013 1:14 am
- Forum: General
- Topic: file DS_STAGETYPES cannot be written
- Replies: 3
- Views: 3029
- Mon Apr 08, 2013 7:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CORE files created when using dsjob
- Replies: 4
- Views: 1231
- Mon Apr 08, 2013 7:01 pm
- Forum: General
- Topic: Using $PROJDEF in basic
- Replies: 9
- Views: 2224
Well that's not horribly difficult, but you can't use $PROJDEF. Getting the value from the environment can be done via the env command (perhaps called through DSExecute), then that value can be used as required. If the value is not available in the shell environment, then it could be read directly f...
- Mon Apr 08, 2013 2:19 pm
- Forum: General
- Topic: Using $PROJDEF in basic
- Replies: 9
- Views: 2224
- Mon Apr 08, 2013 2:14 pm
- Forum: Data Integration
- Topic: ODI Vs DS
- Replies: 12
- Views: 34396
- Mon Apr 08, 2013 3:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential file with a new line character within a column
- Replies: 2
- Views: 1197
- Mon Apr 08, 2013 3:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete,0: Query returned no results.
- Replies: 6
- Views: 1616
- Sat Apr 06, 2013 2:32 am
- Forum: General
- Topic: Options in DB2 connector
- Replies: 1
- Views: 901
- Sat Apr 06, 2013 2:21 am
- Forum: General
- Topic: Getting job status before running a job
- Replies: 4
- Views: 1912
- Fri Apr 05, 2013 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: logic required
- Replies: 20
- Views: 4783
- Fri Apr 05, 2013 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete,0: Query returned no results.
- Replies: 6
- Views: 1616
- Fri Apr 05, 2013 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting a Record based on a Pattern
- Replies: 4
- Views: 1264
- Fri Apr 05, 2013 3:17 pm
- Forum: General
- Topic: Getting job status before running a job
- Replies: 4
- Views: 1912
- Fri Apr 05, 2013 3:14 pm
- Forum: General
- Topic: Variable not defined in User Variable Activity
- Replies: 1
- Views: 2706
It should work as you say. You have exactly matched the spelling and casing of the routine name. Try compiling the routine again, try adding the routine to the job's Dependencies grid (in Job Properties). Make sure the routine is receiving the correct number of arguments. If all of these fail involv...