Search found 6797 matches

by DSguru2B
Thu Nov 21, 2013 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Supressing Non Printable characters in a String
Replies: 2
Views: 3285

What would be the answer for this, I tried searching.
by DSguru2B
Tue Feb 28, 2012 8:22 am
Forum: Site/Forum
Topic: I search, but all I find is other searchers
Replies: 9
Views: 11038

You crack me up PhilHibbs.
by DSguru2B
Fri Feb 24, 2012 11:21 am
Forum: General
Topic: DB2 sequences and transactions
Replies: 9
Views: 6762

I do the same at my current site. I use something like this select NEXT VALUE FOR sequenceowner.sequenceobjectname, 'X' from sysibm.sysdummy1 The 'X' becomes my dummy key to do a lookup on and get the key. This keeps the sequence object in sync as well. Now since this is a sparse lookup it will beco...
by DSguru2B
Fri Feb 24, 2012 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating a range of surrogate keys
Replies: 3
Views: 2939

Run the entire job on single node and see if its sequential coupled with parallel is causing issues.
by DSguru2B
Wed Feb 22, 2012 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need logic to read sequentially
Replies: 3
Views: 2694

Single node perhaps
by DSguru2B
Wed Feb 22, 2012 10:38 am
Forum: General
Topic: DSWaitForJob waits even after the required job is completed!
Replies: 4
Views: 3506

Any before job routine at work here?
by DSguru2B
Wed Feb 22, 2012 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs aborting when invoked by sequence and run on 1 node
Replies: 9
Views: 5817

At this point, with all the obvious reasons discarded, get in touch with IBM.
by DSguru2B
Wed Feb 22, 2012 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: please tell me the logic for this....
Replies: 6
Views: 4800

Do what Eric suggested.
by DSguru2B
Tue Feb 21, 2012 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DecimalToString
Replies: 3
Views: 3633

If Isnull() then zero else whatever.
by DSguru2B
Tue Feb 21, 2012 11:10 am
Forum: General
Topic: When you need to take a break
Replies: 6
Views: 4262

Thanks dsusersaj. Some of the other pics on 500px are just amazing. People have some real talent.
by DSguru2B
Tue Feb 21, 2012 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs aborting when invoked by sequence and run on 1 node
Replies: 9
Views: 5817

Make sure you are passing the right config file to all the jobs.
by DSguru2B
Tue Feb 21, 2012 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tansformer logic in transformer for Data stage 7.5
Replies: 3
Views: 4030

Count the number of delimiters, set that number as your counter in the loop and duplicate the rest with a new line character between your rows.
by DSguru2B
Tue Feb 21, 2012 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: please tell me the logic for this....
Replies: 6
Views: 4800

You want loop and duplication. What version of datastage are you on?
by DSguru2B
Tue Feb 21, 2012 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Null to a nullable decimal column
Replies: 5
Views: 3726

In DB2 it depends how the DBA has set it. There are conditional values on inserts as well.
Test it out as Craig mentioned. Drop the records in a dataset or flat file and see what the values are. If it shows up null there then there is something on the database side.