Search found 53125 matches
- Wed Mar 05, 2008 2:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing logs to a file
- Replies: 3
- Views: 1092
That's a much different matter than the whole job log. You can easily append to the file. Use the OpenSequentialFile routine (search the forum) to open the file in "Append" mode, then use WriteSeq statement(s) to write a line at a time to the file. Don't forget to CloseSeq the file when done. Or you...
- Wed Mar 05, 2008 2:11 am
- Forum: Site/Forum
- Topic: cuse of could not get current wave number in my job
- Replies: 1
- Views: 2076
- Tue Mar 04, 2008 10:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NOT GETTING PERFORMANCE STATISTICS
- Replies: 16
- Views: 5235
- Tue Mar 04, 2008 10:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing logs to a file
- Replies: 3
- Views: 1092
- Tue Mar 04, 2008 10:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding content validation
- Replies: 6
- Views: 1442
Code: Select all
Field(InLink.policy_no, "-", 1, 1)- Tue Mar 04, 2008 9:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to find the period "." in a string in transfor
- Replies: 5
- Views: 1296
Or just:
There are many ways to skin this particular cat!
Code: Select all
Count(InLink.TheString, ".")There are many ways to skin this particular cat!
- Tue Mar 04, 2008 5:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to find the period "." in a string in transfor
- Replies: 5
- Views: 1296
Code: Select all
Index(InLink.TheString, ".", 1) > 0- Tue Mar 04, 2008 5:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing all characters before a certain type of character
- Replies: 6
- Views: 1543
- Tue Mar 04, 2008 5:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing all characters before a certain type of character
- Replies: 6
- Views: 1543
- Tue Mar 04, 2008 5:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error while setting oracle path
- Replies: 1
- Views: 781
- Tue Mar 04, 2008 5:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to read from an Excel file using java client stage
- Replies: 3
- Views: 1144
- Tue Mar 04, 2008 5:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Input Stage Replace Empty Values with Null
- Replies: 6
- Views: 2540
- Tue Mar 04, 2008 5:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: delete datastage log in director
- Replies: 10
- Views: 4741
- Tue Mar 04, 2008 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff. Node pool vs Node map
- Replies: 1
- Views: 1006
- Tue Mar 04, 2008 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generating flat file from xml file
- Replies: 29
- Views: 7547