Search found 6797 matches
- Tue Apr 10, 2007 7:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential processing of Files
- Replies: 43
- Views: 11926
The second file can only support a reject mode and not an input stream to your second transformer. What exactly are you trying to achieve. From your design and explanation it is clear that you are reading from a sequential file and writing to another which inturn is writing to another. Why do you ne...
- Tue Apr 10, 2007 7:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling C program from DataStage Job
- Replies: 16
- Views: 6469
- Tue Apr 10, 2007 6:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling C program from DataStage Job
- Replies: 16
- Views: 6469
- Tue Apr 10, 2007 6:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage vs COBOL
- Replies: 12
- Views: 5590
- Mon Apr 09, 2007 5:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Connecting from Client in Windows to DS Server in Unix
- Replies: 19
- Views: 6065
- Mon Apr 09, 2007 5:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hash table warning
- Replies: 3
- Views: 2189
Search the forums. This has been asked and answered before.
Try the following link
http://www.dsxchange.com/viewtopic.php? ... +has+grown
Try the following link
http://www.dsxchange.com/viewtopic.php? ... +has+grown
- Mon Apr 09, 2007 2:06 pm
- Forum: General
- Topic: Parameterizing output of Job
- Replies: 9
- Views: 2872
- Mon Apr 09, 2007 1:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic file creation based on a value
- Replies: 9
- Views: 2134
- Mon Apr 09, 2007 1:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installing DB2 plug in
- Replies: 1
- Views: 531
- Mon Apr 09, 2007 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: concatenate two fields in Transformer
- Replies: 9
- Views: 12979
I dont think there is an easy solution. You cannot concatenate null to another string and expect to get the other string. It will always give you null. You will have to change your jobs. The other easy way that I can see is to update your source to a space whereever a null is present. But even for t...
- Mon Apr 09, 2007 1:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to know how to clean up datasets (whose header is gone)
- Replies: 3
- Views: 987
- Mon Apr 09, 2007 1:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading the Target
- Replies: 13
- Views: 3150
Code: Select all
OCONV(in.Col, "MC/N")
Use the above for alphabet column. This will give you A-, B+ etc.
Code: Select all
OCONV(in.Col, "MCN")
Use the above for numeric field. This will give you only numbers.
- Mon Apr 09, 2007 12:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading the Target
- Replies: 13
- Views: 3150
- Mon Apr 09, 2007 12:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting a nullable Source to a non-nullable result
- Replies: 4
- Views: 3456
Well, is your target column set as nullable or not nullable? Make it the same as the field your fetching from the lookup. You might not need the modify stage as this is a new column that your fetching. If you were changing an existing non-nullable column to nullable then, I believe, you will have to...
- Mon Apr 09, 2007 12:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit Conversion From Source Type
- Replies: 4
- Views: 1182