Search found 6797 matches
- Fri Mar 23, 2007 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling a routine from a Before/After Subroutine
- Replies: 6
- Views: 1450
- Fri Mar 23, 2007 7:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is run time column propagation ?
- Replies: 7
- Views: 1660
- Fri Mar 23, 2007 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: De-Duplication of Invoice data
- Replies: 9
- Views: 3436
- Fri Mar 23, 2007 7:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation error on the transformer
- Replies: 14
- Views: 5661
- Fri Mar 23, 2007 7:20 am
- Forum: General
- Topic: Dynamism in DataStage
- Replies: 13
- Views: 4537
- Thu Mar 22, 2007 3:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 7 Key column Lookup
- Replies: 11
- Views: 2110
- Thu Mar 22, 2007 12:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion Function
- Replies: 15
- Views: 4539
- Thu Mar 22, 2007 12:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing value to environmental variable
- Replies: 2
- Views: 687
You dont need to go the "environment variable" route for this. Write your value to a file. Write a small routine that reads the contents of the file using DSExecute() by doing a cat. Call that routine in the job activity in the derivation of "a" job parameter. This way whatever is present in the fil...
- Thu Mar 22, 2007 12:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion Function
- Replies: 15
- Views: 4539
- Thu Mar 22, 2007 11:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion Function
- Replies: 15
- Views: 4539
- Thu Mar 22, 2007 11:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: change data detection
- Replies: 9
- Views: 1707
- Thu Mar 22, 2007 10:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incorrect values retrieved from Oracle
- Replies: 8
- Views: 3115
- Thu Mar 22, 2007 10:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Between function
- Replies: 3
- Views: 902
- Thu Mar 22, 2007 10:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion Function
- Replies: 15
- Views: 4539
If your using basic transformer to do that then you can use the following
Code: Select all
FMT(in.col,"8'0'R")
- Thu Mar 22, 2007 10:08 am
- Forum: General
- Topic: Parameterizing output of Job
- Replies: 9
- Views: 2872