Search found 53125 matches
- Thu Nov 18, 2010 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data scrubbing/scrambling
- Replies: 4
- Views: 2598
- Thu Nov 18, 2010 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I restart loading after a job abort?
- Replies: 2
- Views: 3088
- Thu Nov 18, 2010 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server job aborts abruptly
- Replies: 2
- Views: 1301
- Thu Nov 18, 2010 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Routine issue - Job aborting
- Replies: 3
- Views: 1424
- Thu Nov 18, 2010 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: parse file
- Replies: 13
- Views: 4245
- Thu Nov 18, 2010 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pattern Matching
- Replies: 14
- Views: 5514
Yes but, as noted, you can not use Char(any) in the value of a routine argument. This needs to have been pre-evaluated. Char(254) is pre-evaluated into the @FM system variable and Char(253) is pre-evaluated into the @VM system variable. But it's more difficult than that. You can not use any form of ...
- Thu Nov 18, 2010 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job with Merge Stage Abort
- Replies: 6
- Views: 2178
- Thu Nov 18, 2010 4:34 pm
- Forum: General
- Topic: Recover Datastage 7.5.2.1 from Error calling subroutin
- Replies: 2
- Views: 2636
- Wed Nov 17, 2010 11:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: help needed in understanding SQL to Internal data type conv
- Replies: 6
- Views: 1967
- Wed Nov 17, 2010 7:52 pm
- Forum: General
- Topic: How to pass a variable date as a parameter in dsjob
- Replies: 11
- Views: 4565
Create the job with a Date type job parameter.
When the job is submitted, provide a legal date value (in YYYY-MM-DD format).
For example
When the job is submitted, provide a legal date value (in YYYY-MM-DD format).
For example
Code: Select all
dsjob -run -param jpMyDate='2010-11-18' -jobstatus project jobname- Wed Nov 17, 2010 7:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Stage - wI/O
- Replies: 15
- Views: 5848
- Wed Nov 17, 2010 7:46 pm
- Forum:
- Topic: transcation size in datastage
- Replies: 6
- Views: 2721
- Wed Nov 17, 2010 7:44 pm
- Forum:
- Topic: transcation size in datastage
- Replies: 6
- Views: 2721
- Wed Nov 17, 2010 1:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to Update and insert at the same time
- Replies: 1
- Views: 916
- Wed Nov 17, 2010 1:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pattern Matching
- Replies: 14
- Views: 5514