Search found 42189 matches

by chulett
Mon Dec 19, 2016 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum Number of Value Files in Parameter Set
Replies: 6
Views: 2607

It's not... the answer may depend on what exactly you mean by "define" but as I already noted that can be "any number", i.e. there is no limit that I've ever seen or recall.
by chulett
Mon Dec 19, 2016 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum Number of Value Files in Parameter Set
Replies: 6
Views: 2607

Isn't technically the answer 1? While you could have any number of value files created, only one at a time can be associated with a given parameter set. That's what I recall, anywho.
by chulett
Mon Dec 19, 2016 8:27 am
Forum: General
Topic: Extracting Description from each Stage
Replies: 5
Views: 2195

Of course you do. :wink:
by chulett
Sun Dec 18, 2016 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove special characters (¿) from the varchar data type
Replies: 5
Views: 5823

Yeah, it continues to confound me how many people encounter "special" or even better the so-called "junk" characters and simply want to nuke them. Far better IMHO to recognize what they are as your client's data and accommodate them properly, and which ways to do exactly that hav...
by chulett
Sat Dec 17, 2016 7:43 am
Forum: General
Topic: Server Routine
Replies: 18
Views: 6118

Sorry but of course it's part of validating the functionality of the routine. Would have been good to mention that you'd obfuscated your secret pathname and then I wouldn't even have mentioned it. Setting it up incorrectly could certainly cause the routine to fail, hence my question. :? Once the job...
by chulett
Fri Dec 16, 2016 1:50 pm
Forum: General
Topic: Server Routine
Replies: 18
Views: 6118

I'll remove the quotes. Answer #1 doesn't really help, it's obvious that it is a "disk path" but what is it exactly - a parameter you pass to the routine? Now, if the directory is literally called "Basepath" making that a relative path, I would emphatically suggest you switch to ...
by chulett
Fri Dec 16, 2016 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automated/semi-automated generation of Datastage jobs
Replies: 5
Views: 4246

Re: Automated/semi-automated generation of Datastage jobs

also found a lot of information on Dsexchange Ummm... suggest you do NOT go there while at work. :wink: On a related note, a colleague and I many moons ago did exactly this. But it was simpler time - we were generating Server jobs (as dsx files to be imported) from table metadata and the jobs were ...
by chulett
Fri Dec 16, 2016 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Prefetch row count
Replies: 5
Views: 5874

I await the outcome with baited breath! 8)
by chulett
Fri Dec 16, 2016 8:08 am
Forum: General
Topic: Server Routine
Replies: 18
Views: 6118

I'm curious... 1) What is "Basepath"? 2) Are the double-quotes you included actually in the routine? 3) What ends up in the job's log? Can you copy/paste it here please? Where you built the routine there should also be a 'test' button/option, I don't recall if it lets you test Before/After...
by chulett
Thu Dec 15, 2016 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Prefetch row count
Replies: 5
Views: 5874

Well, there's always something like this but it isn't all that helpful IMHO. And any official Oracle documentation I could find back then like this one all discuss its use in the JDBC drivers, so not sure how valid changing it is unless you are using them. Seems like a question for support. And no, ...
by chulett
Thu Dec 15, 2016 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove special characters (¿) from the varchar data type
Replies: 5
Views: 5823

To me, this is a classic case of using BYTE syntax for a column like this when you really shouldn't. IMHO it would be worth asking your architect / DBA if it can be modified to use CHAR syntax instead so it stores 4000 characters rather than 4000 bytes in the field: From BIG_FIELD VARCHAR2(4000 BYTE...
by chulett
Thu Dec 15, 2016 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job with Procedure Hanging
Replies: 12
Views: 7480

Do you have the Stored Procedure stage set to "Target"?
by chulett
Thu Dec 15, 2016 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job with Procedure Hanging
Replies: 12
Views: 7480

Since it would seem you are no longer as Premium as you used to be, I've opened up my previous message so you can see the second question I asked.
by chulett
Thu Dec 15, 2016 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage File Partition
Replies: 2
Views: 2815

What about that processing needs two nodes, let alone a Parallel job? Either run it on a single node, or force the target stage to run sequentially or just use a dang Server job. :wink:
by chulett
Wed Dec 14, 2016 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job with Procedure Hanging
Replies: 12
Views: 7480

Help us out here, I'm curious about a couple of things. One is when you wrapped it in a script to call from DS, if you run the script from outside of DataStage does it work? Hopefully the script makes no assumptions about the environment or the CWD or any such thing. Secondly, could you elaborate a ...