Search found 42189 matches

by chulett
Tue Aug 25, 2015 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New IBM DB2 10.5 UTF-8
Replies: 5
Views: 5488

OK, then... green stage?
by chulett
Mon Aug 24, 2015 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SQL Server XML data type
Replies: 7
Views: 7419

So... no indication from IBM of a bug or possible bug in that version of the stage? Are they at least still working it with you?
by chulett
Mon Aug 24, 2015 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return values if they have a space ' ' ELSE don't return it
Replies: 10
Views: 3409

Scroll down to the Index function in the URL below for the syntax. You'll need to copy/paste the whole thing as it is not clickable here, unfortunately. Something like this perhaps, adjust as you see fit: If Index(lnk_Cast.BASEBALL," ",1) = 0 then <space not found logic> else <space found ...
by chulett
Mon Aug 24, 2015 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return values if they have a space ' ' ELSE don't return it
Replies: 10
Views: 3409

No, that's not what the Field() function does, best to recheck the docs for it. Why not shows us the Index() syntax you used? That should be the most straight-forward test to make.
by chulett
Mon Aug 24, 2015 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return values if they have a space ' ' ELSE don't return it
Replies: 10
Views: 3409

The Index() function. A non-zero return value = success in this case.
by chulett
Mon Aug 24, 2015 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different result sets for the same query
Replies: 9
Views: 4456

That makes zero sense to me. In your shoes, I would involve support.
by chulett
Mon Aug 24, 2015 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different result sets for the same query
Replies: 9
Views: 4456

Using all UPPERCASE it doesn't surprise me no rows are returned unless you also do the same to the field being tested, that's an old trick for a 'case-insensitive' match.
by chulett
Mon Aug 24, 2015 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New IBM DB2 10.5 UTF-8
Replies: 5
Views: 5488

Sorry but... Blue stage? Green stage? Can we use their proper names, please. :?
by chulett
Sat Aug 22, 2015 7:23 am
Forum: General
Topic: Fetching userstatus from commandline whilst detecting abort?
Replies: 6
Views: 2609

JKenklies wrote:I'll check the -jobinfo option next week. Thanks for that idea!
You will need to parse it out of the output from the command but it's very straight forward... grep / cut or something similar.
by chulett
Fri Aug 21, 2015 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 8.5 Parallel Job hangs creates Phantom job
Replies: 5
Views: 2458

First I'd suggest you not worry about the Sequence job and its phantoms at the moment. It is waiting for the Parallel job to complete so that's normal behaviour. Concentrate on the Parallel job... and my first suspicion would fall on the webservice call, especially since it seems to be volume relate...
by chulett
Fri Aug 21, 2015 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 8.5 Parallel Job hangs creates Phantom job
Replies: 5
Views: 2458

Welcome! First I want to note that I've edited your post to replace all occurrences of "sequential job" with "sequence job" as that is the proper terminology. Secondly, which part of the process "stalls" - the parallel job? What do you do in that case, kill it? And does...
by chulett
Thu Aug 20, 2015 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading an Excel (xlsx) file
Replies: 26
Views: 13777

And still no answer to a simple yes/no question... guessing that means no.
by chulett
Thu Aug 20, 2015 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading an Excel (xlsx) file
Replies: 26
Views: 13777

More than once you've been asked if you've contacted support on this issue... have you?
by chulett
Thu Aug 20, 2015 10:13 am
Forum: General
Topic: Fetching userstatus from commandline whilst detecting abort?
Replies: 6
Views: 2609

To be honest, while I used USERSTATUS more than my fair share in the past, I never leveraged the "-userstatus" option from dsjob. I would suggest going back to the normal "-jobstatus" so you can know what happened to the job, did it end gracefully or not. If it did RUN_OK and you...
by chulett
Thu Aug 20, 2015 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Masking
Replies: 8
Views: 3390

It's just a lookup table which lends itself to the Convert() function rather nicely. Or you could code something in C++ or even BASIC and use a Server job. All kinds of ways. :idea: And there's absolutely no need to quote everything each time you reply, there's a perfectly lovely Reply to topic 'but...