Search found 6797 matches
- Mon Jan 22, 2007 12:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditionnal run of a job
- Replies: 9
- Views: 1502
- Mon Jan 22, 2007 12:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditionnal run of a job
- Replies: 9
- Views: 1502
- Mon Jan 22, 2007 12:44 pm
- Forum: Site/Forum
- Topic: Forum Etiquette - Should I Answer Old Posts?
- Replies: 4
- Views: 2723
- Mon Jan 22, 2007 11:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before and After job subroutine
- Replies: 11
- Views: 2839
- Mon Jan 22, 2007 11:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before and After job subroutine
- Replies: 11
- Views: 2839
- Mon Jan 22, 2007 11:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parameter
- Replies: 42
- Views: 6765
- Mon Jan 22, 2007 11:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: import error
- Replies: 15
- Views: 5055
See if this helps
Provide that derivation for column TEMP2 and see if it works.
Change the source as varchar for this column too.
Code: Select all
IF LEN(trim(in.TEMP2)) < 1 then SetNull() else in.TEMP2Provide that derivation for column TEMP2 and see if it works.
Change the source as varchar for this column too.
- Mon Jan 22, 2007 11:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to intercept warnings from Oracle stage
- Replies: 10
- Views: 2520
In the transformer stage you have such options. In the constraint of the reject link specify
Code: Select all
DBLINK.REJECTED
- Mon Jan 22, 2007 11:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to call unix shell script from the sequences
- Replies: 4
- Views: 1813
- Mon Jan 22, 2007 11:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: import error
- Replies: 15
- Views: 5055
- Mon Jan 22, 2007 10:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date to Timestamp conversion in Transformer.................
- Replies: 6
- Views: 2027
- Mon Jan 22, 2007 10:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: import error
- Replies: 15
- Views: 5055
- Mon Jan 22, 2007 10:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parameter
- Replies: 42
- Views: 6765
Load them into a file. Use cat filename.txt to read the contents of that file via Execute Command Stage and pass it to your sequence job. Just covered this over the weekend. Refer herefor details.
- Mon Jan 22, 2007 10:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to call unix shell script from the sequences
- Replies: 4
- Views: 1813
- Mon Jan 22, 2007 10:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with uing check point run
- Replies: 11
- Views: 2699