Search found 42189 matches
- 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
- 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
- Mon Dec 19, 2016 8:27 am
- Forum: General
- Topic: Extracting Description from each Stage
- Replies: 5
- Views: 2195
- 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
- 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...
- Fri Dec 16, 2016 1:50 pm
- Forum: General
- Topic: Server Routine
- Replies: 18
- Views: 6118
- 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 ...
- 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
- Fri Dec 16, 2016 8:08 am
- Forum: General
- Topic: Server Routine
- Replies: 18
- Views: 6118
- 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, ...
- 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...
- 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
- 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
- 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
- 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 ...