Search found 6797 matches
- Tue Nov 21, 2006 10:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run script in DS job n get the script o/p in same DS job
- Replies: 3
- Views: 709
- Tue Nov 21, 2006 10:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run script in DS job n get the script o/p in same DS job
- Replies: 3
- Views: 709
- Tue Nov 21, 2006 10:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with this constraint ...
- Replies: 3
- Views: 576
- Tue Nov 21, 2006 10:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Sort stage
- Replies: 4
- Views: 1071
Re: Problem with Sort stage
In the query there is order by three fields (ie order by 1,3,4) and i used sort stage to satisfy that , but the data is not sorting . any clue why this is happening? any other solution to sort apart from this? Click on the blue part to go to beaditya's relating post. How are you exaclty specifying ...
- Tue Nov 21, 2006 9:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: have problem with the sort stage
- Replies: 2
- Views: 753
- Tue Nov 21, 2006 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading Encrypted Data
- Replies: 8
- Views: 2705
Well Yes and No. You will have to run that stored proc./utility and capture the output and read it. I am not exactly sure how its done in Oracle. I have heard that oracle uses some stored procs. do get this done. So you are looking at STP stage and outstreaming it to a file. I know in sql server 200...
- Tue Nov 21, 2006 9:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Windows Vs UNIX
- Replies: 8
- Views: 2207
- Tue Nov 21, 2006 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading Encrypted Data
- Replies: 8
- Views: 2705
- Tue Nov 21, 2006 8:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: blank rows in the file
- Replies: 6
- Views: 1619
Use the filter command and use the sed operation to find and delete empty lines.
Put this in the filter command box
Put this in the filter command box
Code: Select all
sed -e '/^$/d' - Tue Nov 21, 2006 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with this constraint ...
- Replies: 3
- Views: 576
Matches. Use the matches command. Basically your constraint will look like DSLink5.CONTRACT_TYPE matches '...PMO...A...') On second thought, never tried that, i know for sure that '...PMO...' works but dont know if something like '...PMO...A...' will work. Give it a shot and let us know. As per your...
- Tue Nov 21, 2006 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage jobs not able to access the oracle table.
- Replies: 6
- Views: 2204
- Tue Nov 21, 2006 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot find record JOBPARAMINSTS in executable job
- Replies: 10
- Views: 4497
- Tue Nov 21, 2006 7:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Windows Vs UNIX
- Replies: 8
- Views: 2207
Wow, did you get your answer already. Stick to one platform throughout. Either windows or unix. Search this forum for which one to use and which one not to. Parallel process and Node configuration wont be a challenge. But cant say about migration. Plus if a single platform is adhered to, it becomes ...
- Fri Nov 17, 2006 7:10 am
- Forum: General
- Topic: Same job run parallel (along with multiinstance)
- Replies: 7
- Views: 4036
- Fri Nov 17, 2006 7:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Set Variables in DataStage?
- Replies: 4
- Views: 6900