Search found 42189 matches

by chulett
Tue Feb 26, 2008 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carrying value from B/Job routine to Job transform stage
Replies: 7
Views: 1393

In other words, you can't do what you want from 'before job'.
by chulett
Tue Feb 26, 2008 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "SLEEP" inside a loop
Replies: 3
Views: 1045

Those are O/S commands, so you'd need a routine via a Routine Activity stage to execute them.
by chulett
Tue Feb 26, 2008 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Have you a trick for : Field not like list of value
Replies: 13
Views: 5556

Well, I told you what was missing to allow the function to compile and run, never said it would accomplish what you needed. Perhaps this would be more appropriate... Index(Convert(",",@FM,"Word01,Word02,Word03,Word04"),ds1.field,1) You'd obviously need to do the c...
by chulett
Tue Feb 26, 2008 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director Getting Closed Abruptly when viewing log in detail
Replies: 8
Views: 2490

Try what in 7.x, clearing from the Status view? It works fine, you just need to be patient. I prefer using CLEAR.FILE though and (yes) then re-establishing the auto-purge settings. So perhaps Zet's issue is 8.x related. Again, people are thrashing without any further input from the OP. Why not wait ...
by chulett
Tue Feb 26, 2008 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject row capturing
Replies: 17
Views: 5119

My question is actually; is the array problem caused by: - the stage being inserted/updated into, or - the stage used as reject, or - both? As I tried to explain above - "the stage being inserted/updated into". I was somehow hoping that when using a sequential file for rejects we are on the safe si...
by chulett
Tue Feb 26, 2008 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Making data run on multiple lines
Replies: 10
Views: 2370

You need to use 'code' tags to preserve spaces - your example made zero sense until I looked at what you originally posted. hi, when i add other fields to the multiple lines question the format seems to go wrong, any ideas. i.e. col1,col2 1, aaaaabbbbb which i want to be 1 aaaaa bbbbb ends up as 1 a...
by chulett
Mon Feb 25, 2008 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pthread_mutex_lock
Replies: 2
Views: 1350

Is your post related to this one?

http://www.dsxchange.com/viewtopic.php?t=116763

If not, that's one heck of a coincidence.
by chulett
Mon Feb 25, 2008 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob
Replies: 6
Views: 3053

In other words, you can look in whichever Developer's Guide floats yer boat, you'll find the same information in both.
by chulett
Mon Feb 25, 2008 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Hints using in the Scripts
Replies: 2
Views: 747

All one 'word':

/ *+ NOAPPEND */
by chulett
Mon Feb 25, 2008 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Have you a trick for : Field not like list of value
Replies: 13
Views: 5556

Check the help, the Index function requires three arguments - you are missing the instance or occurance number to look for.
by chulett
Mon Feb 25, 2008 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director Getting Closed Abruptly when viewing log in detail
Replies: 8
Views: 2490

I didn't offer up any advice of this nature because the OP said the problem occurred with any a.k.a every log, not one specific one.
by chulett
Mon Feb 25, 2008 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Making data run on multiple lines
Replies: 10
Views: 2370

Check this FAQ posting: http://www.dsxchange.com/viewtopic.php?t=88639

You can write out a single 'record' with record delimiters in all the right places such that, when the records are read back in, they break up into the pieces that you need.
by chulett
Mon Feb 25, 2008 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC.ini setup
Replies: 1
Views: 968

No.
by chulett
Mon Feb 25, 2008 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject row capturing
Replies: 17
Views: 5119

I've always used flat files to capture rejects. Doesn't matter where you write them to, it matters what you are capturing them from. Are we still talking Oracle from an OCI stage here? If so, what versions of everything: DataStage, Oracle database, Oracle client? Specifically what I saw: take an arr...
by chulett
Mon Feb 25, 2008 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Index of BASIC dynamic array
Replies: 7
Views: 2140

Before posting, I was sitting here trying to think how one would use it for something other than assignments and couldn't come up with anything. :?