Search found 6797 matches
- Fri Jun 08, 2007 7:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL Code works in Query Analyzer but not ODBC Stage
- Replies: 1
- Views: 581
- Thu Jun 07, 2007 1:35 pm
- Forum: General
- Topic: Function to get the current date only.
- Replies: 5
- Views: 1194
- Thu Jun 07, 2007 12:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort a Job if No rows are selected from source
- Replies: 9
- Views: 7221
- Thu Jun 07, 2007 12:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Timestamp Conversion
- Replies: 13
- Views: 2372
- Thu Jun 07, 2007 12:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Timestamp Conversion
- Replies: 13
- Views: 2372
- Thu Jun 07, 2007 9:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Timestamp Conversion
- Replies: 13
- Views: 2372
- Thu Jun 07, 2007 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error with Date
- Replies: 6
- Views: 1253
- Thu Jun 07, 2007 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum Column length of Hashed File
- Replies: 2
- Views: 557
- Thu Jun 07, 2007 7:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Current Month Less 24 months
- Replies: 6
- Views: 1801
- Wed Jun 06, 2007 8:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do i find a Job by target?
- Replies: 9
- Views: 2864
- Wed Jun 06, 2007 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to assign sequence numbers?
- Replies: 7
- Views: 944
- Wed Jun 06, 2007 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Copying set of tables in to different tables
- Replies: 12
- Views: 1970
- Wed Jun 06, 2007 2:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to assign sequence numbers?
- Replies: 7
- Views: 944
Well, then just check each incoming value for 400 (if it is static). And if you find 400, increment the counter.
Something like
Initialize the counter with 0. counter is a stage variable.
Something like
Code: Select all
If in.Col1 = 400 then counter+1 else counter
Initialize the counter with 0. counter is a stage variable.
- Wed Jun 06, 2007 1:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to assign sequence numbers?
- Replies: 7
- Views: 944
- Wed Jun 06, 2007 12:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: julian to timestamp
- Replies: 6
- Views: 1656