Search found 5168 matches
- Thu Feb 15, 2007 4:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: random errors SIGSEGV, SIGKILL, SIGBUS
- Replies: 17
- Views: 5314
- Thu Feb 15, 2007 4:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deriving different Levels
- Replies: 17
- Views: 4705
Hi Havoc, The option that you found out is more simple. You can just group by based on Parent Dept Child Dept, and get the max(LEVEL) with order by max(LEVEL) during extraction. You can just concatenate subsequent row until you find a change in value using stage variable. Though the LEVEL is in reve...
- Thu Feb 15, 2007 3:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: random errors SIGSEGV, SIGKILL, SIGBUS
- Replies: 17
- Views: 5314
- Thu Feb 15, 2007 3:52 am
- Forum: General
- Topic: Installing MCM
- Replies: 20
- Views: 6245
- Wed Feb 14, 2007 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace comma with next line character at even position
- Replies: 11
- Views: 2264
- Tue Feb 13, 2007 11:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup using sequential files in parallel extender
- Replies: 2
- Views: 1077
- Tue Feb 13, 2007 10:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace comma with next line character at even position
- Replies: 11
- Views: 2264
ray.wurlod wrote:How to do every second comma using tr command?
Yeah, I didn't noticed this.
You can use
Code: Select all
tr ',' '\n' < filename | paste -d',' - -- Tue Feb 13, 2007 6:29 pm
- Forum: General
- Topic: datastage UNIX
- Replies: 7
- Views: 2678
- Tue Feb 13, 2007 6:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bus Error 17738
- Replies: 8
- Views: 1740
- Tue Feb 13, 2007 6:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace comma with next line character at even position
- Replies: 11
- Views: 2264
You can use translator from unix as well
Code: Select all
tr ',' '\n' < filename- Tue Feb 13, 2007 6:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BiigInt
- Replies: 5
- Views: 1036
- Tue Feb 13, 2007 6:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filter commad error in datastage seq files
- Replies: 3
- Views: 2033
- Tue Feb 13, 2007 6:07 pm
- Forum: General
- Topic: group and create sequence..is it possible in DataStage
- Replies: 4
- Views: 1593
- Tue Feb 13, 2007 6:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SetNull() into a NOT NULL DB2 Column
- Replies: 5
- Views: 2239
- Tue Feb 13, 2007 4:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BiigInt
- Replies: 5
- Views: 1036