Search found 53125 matches
- Tue Oct 17, 2006 7:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Output to a flat file of the following structure
- Replies: 2
- Views: 1199
Not easily using a Sequential File stage. Only one record format is permitted. You can use multiple Sequential File stages each writing one record format then assemble the resultant files into one with a cat command. Or you could specify the table definition for the Sequential File as a single, larg...
- Tue Oct 17, 2006 7:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read redefines using parallel complex flat file stage
- Replies: 10
- Views: 2730
- Tue Oct 17, 2006 7:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read .dtl files
- Replies: 15
- Views: 4748
The Sequential File stage reads a line at a time. You would typically pass this line into a Transformer stage and have as many outputs from that as there are different line types. You can derive whatever data you derive from each input line on its own output link. And then send them wherever you wil...
- Tue Oct 17, 2006 7:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading file names from a windows dir
- Replies: 7
- Views: 1914
Or you can use the fact that DataStage can treat a directory as a table in which the file names are the keys.
Code: Select all
OpenPath directory_path To file_variable
Then
Select file_variable To 10
ReadList Ans From 10 Else Ans = ""
End
Close file_variable- Tue Oct 17, 2006 7:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable To Open Job Activity in DataStage Sequence
- Replies: 10
- Views: 3461
Who's on first? (Don't go there.) For younger participants and those who haven't been exposed to the great radio comedies of the 1930s, that quote is a line from an excellent and hilarious comedy duo called Abbott and Costello. There are still some around who can do the whole thing. You can probably...
- Tue Oct 17, 2006 7:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dates (Datetime) comparison in Routines
- Replies: 10
- Views: 2844
- Tue Oct 17, 2006 7:09 pm
- Forum: IBM QualityStage
- Topic: match output's
- Replies: 9
- Views: 2926
- Tue Oct 17, 2006 3:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable To Open Job Activity in DataStage Sequence
- Replies: 10
- Views: 3461
- Tue Oct 17, 2006 3:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting EBCDIC vlaues to UTF8 with NLS enabled
- Replies: 1
- Views: 1190
- Tue Oct 17, 2006 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing Meta-Data from Universe
- Replies: 5
- Views: 2986
- Tue Oct 17, 2006 3:04 pm
- Forum: IBM QualityStage
- Topic: match output's
- Replies: 9
- Views: 2926
- Tue Oct 17, 2006 3:02 pm
- Forum: General
- Topic: client and server in data stage
- Replies: 2
- Views: 2272
- Tue Oct 17, 2006 8:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exception table
- Replies: 5
- Views: 1047
- Tue Oct 17, 2006 8:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exception table
- Replies: 5
- Views: 1047
- Tue Oct 17, 2006 8:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read .dtl files
- Replies: 15
- Views: 4748