Search found 53125 matches
- Wed Dec 03, 2008 11:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: exporting all the jobs of a sequence
- Replies: 3
- Views: 1220
- Wed Dec 03, 2008 11:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import Metadata error for Red BRick
- Replies: 5
- Views: 1217
- Wed Dec 03, 2008 11:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Achieve this Logic?
- Replies: 17
- Views: 3505
- Wed Dec 03, 2008 9:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unknown argument error
- Replies: 10
- Views: 1545
- Wed Dec 03, 2008 9:53 pm
- Forum: IBM QualityStage
- Topic: Token Class: Table has duplicate entries
- Replies: 4
- Views: 2458
No I didn't, so thanks for the extra info. It's interesting that there is a duplicate name in the USNAME.CLS file, which theoretically at least is read only in version 8. Hmm. Will need to check mine - being in Australia I don't get to use the USNAME rule set all that much. Bireswar, are you using a...
- Wed Dec 03, 2008 5:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: seq numbers
- Replies: 5
- Views: 1399
Sure, but you can help yourself faster by searching. Essentially what you need to do is as follows (in a job sequence). Determine the current maximum value (use a job). Load this somewhere convenient (a file, or the job's user status area). Retrieve that value. Use that value as a job parameter to p...
- Wed Dec 03, 2008 5:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: truncate the first char
- Replies: 1
- Views: 972
Code: Select all
Right(InLink.TheString, Len(InLink.TheString) - 1)- Wed Dec 03, 2008 5:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Find the Job Name
- Replies: 1
- Views: 1263
Select the table definition in Manager and perform a Usage Analysis. This will show you which jobs use that table definition. Scroll to the right of the report and it will show you which columns are used. Note that this assumes you have been rigorous in maintaining the connectivity between jobs and ...
- Wed Dec 03, 2008 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Restart variable in Sequence
- Replies: 4
- Views: 2004
- Wed Dec 03, 2008 5:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: read/write data from .mdb file to oracle table
- Replies: 6
- Views: 2192
- Wed Dec 03, 2008 5:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job creation date
- Replies: 2
- Views: 866
No, that's when the job most recently started. You get the creation date from the DS_AUDIT table.
Code: Select all
SELECT DTC, CREATOR FROM DS_AUDIT WHERE CLASS = '2' AND INSTANCE = '<<Job Name>>';- Wed Dec 03, 2008 5:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hash partition not working in Join stage
- Replies: 5
- Views: 2520
- Wed Dec 03, 2008 12:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Token Class.Table has duplicate entries
- Replies: 1
- Views: 662
- Wed Dec 03, 2008 12:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Top values in desc order based on key column
- Replies: 15
- Views: 3580
- Wed Dec 03, 2008 12:22 am
- Forum: IBM QualityStage
- Topic: Token Class: Table has duplicate entries
- Replies: 4
- Views: 2458