Search found 5168 matches
- Fri Oct 13, 2006 7:12 am
- Forum: General
- Topic: Dynamic Meta Data
- Replies: 6
- Views: 3490
If only the newly added columns need to do lookup or transformation, you can try with lot of pre scripting. Just have three delimiterd varchar column defined in job. Spot the added column by script and add delimiter only that column and concatinate or add different delimiter to the rest of the colum...
- Fri Oct 13, 2006 7:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate Column value
- Replies: 12
- Views: 3664
Work out in reverse order. Sort it in desending.
You can do this using some stage variable in transformer.
Something like this,
Asign val_b to d.
You can do this using some stage variable in transformer.
Something like this,
Code: Select all
Initialize variable
Prev_b = ''
val_b = NULL
val_b = If Prev_b = Link.b Then val_b Else Prev_b
Prev_b = Link.b
Asign val_b to d.
- Fri Oct 13, 2006 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Designing a Generic Datastage job for multiple input sources
- Replies: 8
- Views: 7402
- Fri Oct 13, 2006 6:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging area
- Replies: 14
- Views: 3942
- Fri Oct 13, 2006 6:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Designing a Generic Datastage job for multiple input sources
- Replies: 8
- Views: 7402
- Fri Oct 13, 2006 6:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: request with date of day
- Replies: 13
- Views: 5040
- Fri Oct 13, 2006 6:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup copies creations with After job subroutines
- Replies: 13
- Views: 3598
- Fri Oct 13, 2006 5:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging area
- Replies: 14
- Views: 3942
- Fri Oct 13, 2006 5:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to create a customized report
- Replies: 4
- Views: 1450
- Fri Oct 13, 2006 5:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup copies creations with After job subroutines
- Replies: 13
- Views: 3598
- Fri Oct 13, 2006 5:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: passing arguments to the stored procedure in DS
- Replies: 5
- Views: 2157
- Fri Oct 13, 2006 5:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort: Input column does not promote to output column
- Replies: 3
- Views: 1433
- Fri Oct 13, 2006 5:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row count
- Replies: 5
- Views: 1247
- Thu Oct 12, 2006 7:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EBCDIC to ASCII Conversion
- Replies: 7
- Views: 1565
- Thu Oct 12, 2006 7:19 am
- Forum: General
- Topic: Release Note for 8.0
- Replies: 10
- Views: 5788