But, presumably, combine the contents of row N from file 1 with row N from file 2 to form row N in the output file.
Otherwise your answer is simply cat file2 >> file1
Search found 53125 matches
- Tue Jul 25, 2006 6:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help How to Concatenate Data from two flat files .
- Replies: 8
- Views: 3185
- Tue Jul 25, 2006 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Variable-length record
- Replies: 15
- Views: 11546
COBOL is not "smart enough" to do that automatically. You have to define your column definitions as fixed width (and accurately!) in the file definition. DataStage BASIC (we're comparing programming languages now, not ETL tools) can also quite happily deal with variable length unterminated records, ...
- Tue Jul 25, 2006 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Empty Date field Export to Seq File
- Replies: 10
- Views: 3824
- Tue Jul 25, 2006 6:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Set Usage
- Replies: 3
- Views: 881
- Tue Jul 25, 2006 6:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Backup and recovery on failure
- Replies: 3
- Views: 1532
- Tue Jul 25, 2006 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we achieve version control in DSPX
- Replies: 11
- Views: 3458
- Tue Jul 25, 2006 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get latest value in sequence generator.
- Replies: 3
- Views: 895
- Tue Jul 25, 2006 6:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incorporating Parallelism
- Replies: 19
- Views: 4556
Yes you can. Give each instance of the job a unique invocation ID. Start them all from a job sequence, with no dependencies. That's as close to exactly parallel as you can get without using a scheduler of some kind. Beware that ten instances of a parallel job is quite likely to swamp your server wit...
- Tue Jul 25, 2006 1:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incorporating Parallelism
- Replies: 19
- Views: 4556
OK, I needed to establish that. It is sound advice, but you didn't mention DB2/390 in your original post. You do need the API stage. Have you set it to execute in Sequential mode? Multi-instance running is enabled via a check box in the job properties dialog. But you will need to have WHERE clauses ...
- Tue Jul 25, 2006 1:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help How to Concatenate Data from two flat files .
- Replies: 8
- Views: 3185
- Tue Jul 25, 2006 1:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenating Timestamp With a Sequential file
- Replies: 33
- Views: 9458
- Tue Jul 25, 2006 1:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get latest value in sequence generator.
- Replies: 3
- Views: 895
- Tue Jul 25, 2006 1:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: not able to use load method
- Replies: 9
- Views: 4008
- Tue Jul 25, 2006 1:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incorporating Parallelism
- Replies: 19
- Views: 4556
- Mon Jul 24, 2006 9:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error during lookup
- Replies: 17
- Views: 5419
Metadata management
#SchemaName#.TableName
Never make the table name a job parameter. Following this advice means that things like lineage analysis and usage analysis will work properly.
Never make the table name a job parameter. Following this advice means that things like lineage analysis and usage analysis will work properly.