Search found 15603 matches
- Mon Jul 04, 2005 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Search jobs that uses a particular file
- Replies: 8
- Views: 2011
A quick-and-dirty method would be to export the project to a .dsx or .xml file and do a text search for occurrences of the file name in that file. Of course this only work where you specifically used the name and not a parameter. In addition, you can use the built-in metadata tools if you always loa...
- Mon Jul 04, 2005 6:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job shldnt run when the source file is empty
- Replies: 4
- Views: 991
- Mon Jul 04, 2005 6:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Job is aborted in DS7.5.1
- Replies: 13
- Views: 5238
- Mon Jul 04, 2005 6:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to retain the data of the Hash file when the sourceempty
- Replies: 2
- Views: 653
- Mon Jul 04, 2005 4:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Job is aborted in DS7.5.1
- Replies: 13
- Views: 5238
The error message is that DataStage has waited longer than it thinks to start a job; this is most likely due to the system's resources being bottlenecked during this initial startup phase. Please monitor your CPU usage when the job starts, if it is over 95% for periods of 10-15 seconds then this is ...
- Mon Jul 04, 2005 3:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Job is aborted in DS7.5.1
- Replies: 13
- Views: 5238
- Mon Jul 04, 2005 2:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get distinct data without using aggregate stage
- Replies: 5
- Views: 1699
- Mon Jul 04, 2005 1:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Logging warnings in seq file
- Replies: 7
- Views: 2341
- Mon Jul 04, 2005 12:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get distinct data without using aggregate stage
- Replies: 5
- Views: 1699
vmalviya, if your incoming source data is sorted upon the column(s) that you want to use to identify unique records then you can can declare stage variables in a transform that simply compare these to the last record, and if they match to constrain the output. Unsorted data is more difficult, in the...
- Sun Jul 03, 2005 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to RESET JOB.
- Replies: 8
- Views: 1891
- Sun Jul 03, 2005 4:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to RESET JOB.
- Replies: 8
- Views: 1891
- Fri Jul 01, 2005 11:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to RESET JOB.
- Replies: 8
- Views: 1891
- Fri Jul 01, 2005 11:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find Last Record in File
- Replies: 13
- Views: 3366
- Fri Jul 01, 2005 11:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find Last Record in File
- Replies: 13
- Views: 3366
John, that's a good approach, I usually use a COMMON in the routine to skip subsequent calls; and the overhead to PCL a function or subroutine has much more overhead than an IF-THEN construct. But in either case we are adding unneeded extraneous code for each row, so for efficiency it does make sens...
- Fri Jul 01, 2005 11:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find Last Record in File
- Replies: 13
- Views: 3366