Search found 42189 matches
- Sun Jun 30, 2013 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to generate serial number
- Replies: 9
- Views: 2073
- Sat Jun 29, 2013 10:05 pm
- Forum: General
- Topic: Unknown value in command outpout varaible in Exec cmd activi
- Replies: 5
- Views: 1611
Not a problem... same answer applies anyway. And stop piping cats, there's absolutely no need to be doing that. If you want to know the number of records in a file, just do:
wc -l <filename>
wc -l <filename>
- Sat Jun 29, 2013 2:25 pm
- Forum: General
- Topic: Unknown value in command outpout varaible in Exec cmd activi
- Replies: 5
- Views: 1611
Perform the 'cat' from the command line yourself with an invalid filename and note what gets written to the screen. That would be the 'Command Output' in that case. Why a 'cat'? What exactly are you trying to capture, does your file only have a single record in it and you need to contents of that re...
- Sat Jun 29, 2013 2:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading records takes long time:Oracle enterprise stage
- Replies: 7
- Views: 3569
- Sat Jun 29, 2013 9:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic XML Schema to read in job
- Replies: 2
- Views: 1427
- Sat Jun 29, 2013 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Load after aborted data?
- Replies: 5
- Views: 1705
In other words, you need to design that capability into your jobs. How you do that depends on many factors such as the nature of both the load and the data being loaded. Primary question in my mind is - is your source data static? Will record #65000001 be the same on the rerun as it was on the first...
- Fri Jun 28, 2013 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get percentage (%) of match
- Replies: 9
- Views: 2195
- Fri Jun 28, 2013 1:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator stage error
- Replies: 17
- Views: 6033
- Fri Jun 28, 2013 11:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator stage error
- Replies: 17
- Views: 6033
- Fri Jun 28, 2013 6:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Load into SAP - Confirmation Response?
- Replies: 2
- Views: 2021
- Thu Jun 27, 2013 1:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading records takes long time:Oracle enterprise stage
- Replies: 7
- Views: 3569
- Thu Jun 27, 2013 7:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get percentage (%) of match
- Replies: 9
- Views: 2195
- Thu Jun 27, 2013 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get percentage (%) of match
- Replies: 9
- Views: 2195
- Wed Jun 26, 2013 1:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete and Insert
- Replies: 4
- Views: 1139
- Wed Jun 26, 2013 1:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to populate previous row using transformer
- Replies: 3
- Views: 943
Not sure there's a need for that. How familiar are you with stage variables? This is pretty basic 'group change detection' logic you would need to leverage. There are a number of examples that you could adapt for this, here is one.