Search found 42189 matches
- Tue Jul 13, 2010 9:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete records based on the input file
- Replies: 18
- Views: 4994
No, it's not. Each action should be a separate link from the transformer to a single (not multiple) target database stage, each link with its own discrete action and table. No need for any silly user-defined shenanigans. This assumes all target tables are in the same database 'instance', of course, ...
- Tue Jul 13, 2010 9:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generating sequence numbers using Stage variables
- Replies: 19
- Views: 7536
- Tue Jul 13, 2010 9:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage detected
- Replies: 25
- Views: 10255
What activity? What message? This is how you pull (possible) additional diagnostic information from the phantom directory into the job's log. Saves having to go fish it out yourself. If this is Resolved please mark it so using the big button at the top of the page and let us know what the heck the a...
- Tue Jul 13, 2010 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC connector issue
- Replies: 7
- Views: 1950
- Tue Jul 13, 2010 2:48 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: regarding response to the service
- Replies: 9
- Views: 5678
- Tue Jul 13, 2010 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: user information in ds 8.1
- Replies: 13
- Views: 4850
- Tue Jul 13, 2010 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert HEX 92 Issue
- Replies: 13
- Views: 12187
- Tue Jul 13, 2010 2:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: user information in ds 8.1
- Replies: 13
- Views: 4850
- Tue Jul 13, 2010 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert HEX 92 Issue
- Replies: 13
- Views: 12187
- Tue Jul 13, 2010 2:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: user information in ds 8.1
- Replies: 13
- Views: 4850
- Tue Jul 13, 2010 2:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to increase Size of hash file
- Replies: 5
- Views: 2242
- Tue Jul 13, 2010 2:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Special characters getting converted into boxes
- Replies: 4
- Views: 1157
- Tue Jul 13, 2010 2:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: many Port locks when i want to bring down the DSEngine
- Replies: 5
- Views: 1755
- Tue Jul 13, 2010 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert HEX 92 Issue
- Replies: 13
- Views: 12187
You can't inline them like that. Try something more like:
Note the five spaces in the 'convert to' list.
Code: Select all
else Convert(Char(92):Char(41):Char(10):Char(11):Char(13),' ',DSLink5.DESCRIPTION)