Search found 53125 matches
- Tue Oct 26, 2010 7:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Protected Project
- Replies: 14
- Views: 3295
- Tue Oct 26, 2010 7:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View data Related Querry
- Replies: 6
- Views: 2667
- Tue Oct 26, 2010 7:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage client login error in 8.1 in linux Configuration
- Replies: 5
- Views: 4842
- Tue Oct 26, 2010 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issues compiling Parallel External Routine
- Replies: 16
- Views: 6055
- Tue Oct 26, 2010 7:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to integer conversion
- Replies: 2
- Views: 2275
- Tue Oct 26, 2010 7:10 am
- Forum: General
- Topic: ExceptionHanlder is not working
- Replies: 4
- Views: 1413
- Tue Oct 26, 2010 12:10 am
- Forum: General
- Topic: Passing data as parameter values
- Replies: 8
- Views: 5235
- Mon Oct 25, 2010 6:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to read a sequential file with out delimiters.
- Replies: 4
- Views: 1595
- Mon Oct 25, 2010 5:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: need logic to filter
- Replies: 6
- Views: 1850
- Mon Oct 25, 2010 5:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to read a sequential file with out delimiters.
- Replies: 4
- Views: 1595
That's not a problem. Do you mean field delimiters or record delimiters? If the sequential file has no record delimiter it contains at most one line, so that's not a problem. If the data structure lacks field delimiters then either there is only one field or the fields are identified by their length...
- Mon Oct 25, 2010 5:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ^m (new line character) between statments
- Replies: 2
- Views: 1153
Get version 8.5 and use a looping construct within a Transformer stage. Easy! Until you do that, the easiest way is simply to write to a text file (the Char(13) characters become line terminators. Then (in a separate job, if you're using a parallel job) read back from that file. Otherwise you can pa...
- Mon Oct 25, 2010 5:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UTF-16
- Replies: 3
- Views: 1437
- Mon Oct 25, 2010 5:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating packed field in Sequential File stage
- Replies: 2
- Views: 1209
- Mon Oct 25, 2010 5:21 pm
- Forum: General
- Topic: DataStage Certification
- Replies: 2
- Views: 1877
Just passed it. At IOD. Same level of difficulty as the previous one - after all, not too many changes to DataStage between 8.0 and 8.5. Needless to say, many of the questions relate equally to 8.0, 8.1 or 8.5. But, yes, there were some questions about the new version; I faced one each on looping in...
- Mon Oct 25, 2010 12:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pad leading zeroes to a smallint field
- Replies: 9
- Views: 4440