Search found 5168 matches
- Mon Mar 27, 2006 9:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple source files single ETL
- Replies: 33
- Views: 8463
Hi Anu, You can create a multiple instance job. Since all the files are with same formate, you can call the job 4 times in the job sequence with 4 different parameters as mentioned. Or you can concatinate all the files in the single stage by using cat filename_#_* Or you can use the property of file...
- Mon Mar 27, 2006 9:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal to integer
- Replies: 15
- Views: 4464
- Mon Mar 27, 2006 8:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row count in Dataset
- Replies: 9
- Views: 4008
- Mon Mar 27, 2006 5:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row count in Dataset
- Replies: 9
- Views: 4008
- Mon Mar 27, 2006 5:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown client library
- Replies: 16
- Views: 4151
- Mon Mar 27, 2006 5:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple source files single ETL
- Replies: 33
- Views: 8463
- Mon Mar 27, 2006 5:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row count in Dataset
- Replies: 9
- Views: 4008
- Mon Mar 27, 2006 4:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown client library
- Replies: 16
- Views: 4151
- Mon Mar 27, 2006 4:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row count in Dataset
- Replies: 9
- Views: 4008
- Mon Mar 27, 2006 4:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown client library
- Replies: 16
- Views: 4151
Hi Murali, DS Designer, Administrator, manager, Director are client windows. If you use designer to view a data by opening a input (sequential) stage and click on view data, it is ment that you are view from the client. It may be true that the server has been installed on the same machine you work. ...
- Mon Mar 27, 2006 3:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row count in Dataset
- Replies: 9
- Views: 4008
- Mon Mar 27, 2006 3:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage PX job aborted
- Replies: 8
- Views: 5409
The section leader process is responsible for coordinating the player processes that execute each stage and communication progress and messages to the coordinator process. Hence there should be one section leader per job pernode. Hence number of job (inturns number of stages) triggered parallely at ...
- Mon Mar 27, 2006 3:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple source files single ETL
- Replies: 33
- Views: 8463
Have you checked the previous post?
You can use the following to strip out header and trailer.
You can use the following to strip out header and trailer.
Code: Select all
head -$(expr $(wc -l filename | awk '{ print $1 }') \- 1) filename | tail +2- Mon Mar 27, 2006 3:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage PX job aborted
- Replies: 8
- Views: 5409
- Mon Mar 27, 2006 3:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple source files single ETL
- Replies: 33
- Views: 8463