Search found 42189 matches

by chulett
Tue Jul 12, 2016 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unstructured Data with big number
Replies: 7
Views: 6521

I think that is a question for support, if/how the Unstructured Data stage can handle those numbers of a large size. Unless someone with actual experience with this wanders by, of course. :wink:
by chulett
Tue Jul 12, 2016 12:02 pm
Forum: General
Topic: Calling DSAttachJob/DSDetachJob in a loop exits after first
Replies: 5
Views: 2683

Did you verify that? I checked what I could find online as I seemed to recall the same thing but couldn't find any such reference. Then it seemed to me if it was 'unloaded', what was the point of the detach? Ah well. I'm sure Ray will be along later to give us the Full Wurlod. :wink: Still unclear w...
by chulett
Tue Jul 12, 2016 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unstructured Data with big number
Replies: 7
Views: 6521

Do an exact search here for "scientific notation" and you'll see it is a common Excel problem / question without a good solution that I recall. You could also try searching for "exponential".
by chulett
Tue Jul 12, 2016 8:42 am
Forum: General
Topic: Calling DSAttachJob/DSDetachJob in a loop exits after first
Replies: 5
Views: 2683

Welcome. So, it just exits the loop as if it was done with no error, or is it failing inside the second iteration of the loop? It's been way too long since I've had to worry about the gory details but I don't see a need to release and attach to the same job over and over, can you not simply attach o...
by chulett
Tue Jul 12, 2016 6:36 am
Forum: General
Topic: char argument in parallel routines. The point?
Replies: 15
Views: 4608

Have either of you involved any kind of official support on this topic?
by chulett
Tue Jul 12, 2016 6:32 am
Forum: General
Topic: Compilation error(‘$INCLUDE’ does not name a ty) for routine
Replies: 10
Views: 3486

There are lots of resources out there, for example a two second Google search turned up this technote as one example, perhaps it will help. Your biggest problem, I believe, is that you are trying to compile BASIC code as if it were C++ code. Now, my C++ skillz are non-existent so others will need to...
by chulett
Mon Jul 11, 2016 11:25 am
Forum: General
Topic: char argument in parallel routines. The point?
Replies: 15
Views: 4608

I didn't mean you as in you but more as "you all". Meaning differences between UCDI and IASAQ.
by chulett
Mon Jul 11, 2016 9:17 am
Forum: General
Topic: char argument in parallel routines. The point?
Replies: 15
Views: 4608

I'm guessing part of that is due to you using two different UNIX distros and two different compilers? I know "C is C" and all that but still... wondering.
by chulett
Mon Jul 11, 2016 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: java.lang.NullPointerException in heirarchical stage
Replies: 5
Views: 3794

I can't imagine that's anything other than a bug in the stage or Java, in your shoes I'd contact your official support provider.
by chulett
Mon Jul 11, 2016 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem compiling job due to multiple environment variables
Replies: 5
Views: 3575

Ah... so there is the mismatch of which I spoke. Mostly. :wink:
by chulett
Mon Jul 11, 2016 6:44 am
Forum: General
Topic: Compilation error(‘$INCLUDE’ does not name a ty) for routine
Replies: 10
Views: 3486

From what I recall, documentation is included with the product on that very subject. Also note that you can search here as it has been discussed many many times, for example an exact search for parallel routine returns 487 matches... a lot to wade thru, yes, but start with the ones that look basic, ...
by chulett
Fri Jul 08, 2016 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem compiling job due to multiple environment variables
Replies: 5
Views: 3575

Well.. we know certain aspects of DataStage are case-sensitive, like parameter names for example. I was just thinking that in your particular scenario that there was a mismatch between sensitivities, so to speak between the tool and the O/S level. But then in my defense it was very early in the morn...
by chulett
Fri Jul 08, 2016 7:39 am
Forum: General
Topic: Compilation error(‘$INCLUDE’ does not name a ty) for routine
Replies: 10
Views: 3486

can you please guide me for parallel routine,since we have restriction from client we should not go for server jobs/routines :!: Your client need to be... re-educated. [sigh] I believe you use the right tool for the right job. Just because PX is an awesome hammer, that doesn't make every problem yo...
by chulett
Thu Jul 07, 2016 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting User Status in a parallel job
Replies: 16
Views: 23599

magma wrote:We couldn't use DSSetUserStatus due to a known problem with Parallel Jobs.
What 'known problem' would that be, I wonders?
by chulett
Thu Jul 07, 2016 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to view and run job but no error
Replies: 5
Views: 2595

Meant to ask if the job in question had a transformer in it...