Write it as an after-job subroutine rather than as a transform function. That is, change the routine type.
This will destroy your source code, so make sure you've preserved that first.
Search found 53125 matches
- Mon Jan 24, 2011 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row count
- Replies: 21
- Views: 7225
- Mon Jan 24, 2011 2:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Warehouse & ETL Developer opportunity in TX
- Replies: 1
- Views: 2263
- Mon Jan 24, 2011 2:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unrecognized top level format property
- Replies: 0
- Views: 1989
- Mon Jan 24, 2011 2:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populate space to the output column
- Replies: 16
- Views: 4579
- Mon Jan 24, 2011 2:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: In how many ways we can do sort in datastage?
- Replies: 2
- Views: 1174
- Mon Jan 24, 2011 2:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Some partition doubts
- Replies: 6
- Views: 4342
- Mon Jan 24, 2011 2:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_INSERTION_SORT
- Replies: 8
- Views: 6209
- Mon Jan 24, 2011 2:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parsing XML and loading Database
- Replies: 4
- Views: 2546
- Mon Jan 24, 2011 1:58 pm
- Forum: General
- Topic: Design issue in datastage
- Replies: 1
- Views: 1065
- Mon Jan 24, 2011 2:07 am
- Forum: General
- Topic: allow miultiple instance
- Replies: 1
- Views: 1227
- Mon Jan 24, 2011 2:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Which version of C++ Compiler do I need?
- Replies: 5
- Views: 6334
- Mon Jan 24, 2011 2:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Disable NLS settings
- Replies: 1
- Views: 1076
- Mon Jan 24, 2011 2:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: create Excel file with tabs
- Replies: 1
- Views: 1071
- Sun Jan 23, 2011 11:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parent in hierarchy
- Replies: 5
- Views: 1499
If your source is a database table, you can use a recursive SELECT statement. Some database servers have specific syntax for this, in others you may need to script it. There's nothing within parallel job stage types for undertaking this kind of query, unless you'd like to string together 24 Join sta...
- Sun Jan 23, 2011 11:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Subtracting months from given date
- Replies: 5
- Views: 2596