Search found 42189 matches
- Fri Jan 14, 2011 8:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File
- Replies: 19
- Views: 20686
- Fri Jan 14, 2011 8:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File
- Replies: 19
- Views: 20686
- Fri Jan 14, 2011 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file creation
- Replies: 3
- Views: 1915
So, a problem similar to this? Column names in the output file use the associated field name from the job, so your issue is only an issue if there are spaces in the column name. Otherwise, as noted, simply checking the option noted should suffice, regardless of type since sequential files have no da...
- Fri Jan 14, 2011 7:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: difference between V7.5.1.A and 7.5.3
- Replies: 9
- Views: 2802
- Fri Jan 14, 2011 7:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File
- Replies: 19
- Views: 20686
- Thu Jan 13, 2011 9:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File
- Replies: 19
- Views: 20686
- Thu Jan 13, 2011 8:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage
- Replies: 2
- Views: 1007
- Thu Jan 13, 2011 8:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple recs through looping
- Replies: 3
- Views: 987
Please don't post a question multiple times or in multiple forums. If anyone wants to continue to help with this, here is the original thread:
viewtopic.php?p=387009
This one is done.
viewtopic.php?p=387009
This one is done.
- Thu Jan 13, 2011 1:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File
- Replies: 19
- Views: 20686
- Thu Jan 13, 2011 11:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to populate data in column with commas
- Replies: 5
- Views: 2152
- Thu Jan 13, 2011 10:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trying to create column headings in output file
- Replies: 1
- Views: 1428
One possibility - write out a single record to a file with your column names, then in another operation append your data to that file. That or create two files and cat them together to build the final file. That first option can even be accomplished 'before job' by echoing the values to your target ...
- Thu Jan 13, 2011 10:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to populate data in column with commas
- Replies: 5
- Views: 2152
- Thu Jan 13, 2011 9:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with a sequencer
- Replies: 10
- Views: 3657
- Thu Jan 13, 2011 8:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Run time error -39202
- Replies: 5
- Views: 1894
- Thu Jan 13, 2011 8:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to populate data in column with commas
- Replies: 5
- Views: 2152
In a Server job, I would use a hashed file for this with a transformer both reading from and writing to the same hashed file with one key field and one data field. Make sure the lookup is not cached for read or write and your input data is sorted properly if the actor name order matters. Lookup with...