Search found 42189 matches
- Tue Oct 21, 2008 10:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to get the count from the inputlink
- Replies: 9
- Views: 1973
- Tue Oct 21, 2008 10:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Character set (UTF8) in NON-NLS enabled environment
- Replies: 14
- Views: 8102
- Tue Oct 21, 2008 10:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rejected Row still being transferred
- Replies: 7
- Views: 1919
- Tue Oct 21, 2008 10:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to get the count from the inputlink
- Replies: 9
- Views: 1973
- Tue Oct 21, 2008 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to get the count from the inputlink
- Replies: 9
- Views: 1973
- Tue Oct 21, 2008 8:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Character set (UTF8) in NON-NLS enabled environment
- Replies: 14
- Views: 8102
- Tue Oct 21, 2008 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: clearing log files at one shot
- Replies: 14
- Views: 5754
- Tue Oct 21, 2008 7:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace null field in record with double pipe
- Replies: 2
- Views: 1358
Still confused, but if that's really what you want to do simply use the IsNull() function to check and if true then replace the value with two pipes:
Yes, for every column.
Code: Select all
If IsNull(Link.Field) Then '||' Else Link.FieldYes, for every column.
- Tue Oct 21, 2008 7:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mail Notification
- Replies: 1
- Views: 681
- Tue Oct 21, 2008 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Before Job SQL" in PX
- Replies: 3
- Views: 975
- Tue Oct 21, 2008 6:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Permissions from FTP Stage
- Replies: 1
- Views: 824
- Tue Oct 21, 2008 6:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to call stored procedure with in the before sub routine
- Replies: 9
- Views: 1693
- Tue Oct 21, 2008 6:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace null field in record with double pipe
- Replies: 2
- Views: 1358
- Tue Oct 21, 2008 6:45 am
- Forum: General
- Topic: where the job logs getting stored
- Replies: 11
- Views: 3447
- Tue Oct 21, 2008 6:42 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Infinite Loop in Webservices Pack
- Replies: 7
- Views: 3305
For Designing the Polling process job we dont need RTI or webservices pack in Datastage? No. Polling for files has been around a heck of a lot longer than web services. So, there's no actual "arrival"? Meaning, they are not sent to you but rather you need to poll a remote system for their generatio...