Search found 53125 matches
- Wed Mar 18, 2015 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting VarChar into Oracle Timestamp (Date)
- Replies: 5
- Views: 1758
- Wed Mar 18, 2015 3:07 pm
- Forum: General
- Topic: @RECORD Array to Column
- Replies: 14
- Views: 5486
- Tue Mar 17, 2015 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TrimLeadingTrailing NULLS
- Replies: 9
- Views: 4627
- Tue Mar 17, 2015 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Detect Capture(CDC) Stage overview
- Replies: 3
- Views: 1920
More detail? Not really. All sorting in DataStage parallel jobs uses the tsort operator. The Sort stage gives more options than input link sorting and than inserted tsort operators. The data have to come together (on the same server) to be processed by the stage. Correct partitioning will guarantee ...
- Tue Mar 17, 2015 3:29 pm
- Forum: General
- Topic: @RECORD Array to Column
- Replies: 14
- Views: 5486
- Tue Mar 17, 2015 3:25 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Encrypted Password for IAAdmin Command
- Replies: 4
- Views: 5500
I also don't believe there's any way to use an encypted password with IAAdmin command. Like you, I've noticed that the documentation is silent on the issue, but it's never worked for me. Robert's suggestion of securing the directory is a good one. You might also consider protecting the script via th...
- Mon Mar 16, 2015 3:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Detect Capture(CDC) Stage overview
- Replies: 3
- Views: 1920
1. Input link sorting is identical to Sort stage except that Sort stage gives more flexibility (for example allocation of memory to sort, generation of key change column). 2. Probably, since its input is sorted. There's nothing within the stage to change the sorted order of rows processed. However, ...
- Mon Mar 16, 2015 3:23 pm
- Forum: General
- Topic: How to get Value File Name from Parameter Set
- Replies: 1
- Views: 813
- Mon Mar 16, 2015 3:19 pm
- Forum: General
- Topic: datastage scheduler running jobs one hour prior to the sched
- Replies: 4
- Views: 1721
- Mon Mar 16, 2015 3:16 pm
- Forum: General
- Topic: @RECORD Array to Column
- Replies: 14
- Views: 5486
- Sun Mar 15, 2015 3:22 pm
- Forum: General
- Topic: Explicit Loop Vectoring in Job Sequences
- Replies: 1
- Views: 859
The checkpoint mechanism keeps track of the iteration within a loop (skipping unneeded iterations on restart), so I would imagine it properly keeps track of the iteration within each loop when there are more than one. View the code (on the Job Control tab) to see how this is implemented, or look at ...
- Sun Mar 15, 2015 3:14 pm
- Forum: General
- Topic: @RECORD Array to Column
- Replies: 14
- Views: 5486
What happens if you?
Code: Select all
SELECT COUNT(*) FROM DS_JOBOBJECTS WHERE OBJIDNO = '3664';- Fri Mar 13, 2015 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Double Quotes
- Replies: 4
- Views: 1791
- Fri Mar 13, 2015 3:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parse Oracle Function with Dataset
- Replies: 1
- Views: 1036
- Fri Mar 13, 2015 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 64-bit Hash Files
- Replies: 2
- Views: 2937