Search found 42189 matches

by chulett
Thu Dec 03, 2009 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to rename all the jobs
Replies: 5
Views: 1497

There's no magic 'rename every job' button, it's a singleton operation.
by chulett
Thu Dec 03, 2009 10:45 am
Forum: General
Topic: Batch error - Attempting to Cleanup after ABORT raised
Replies: 7
Views: 6479

karthi_gana wrote:I ran the batch for more than 5 time. I received the same error message.
Didn't ask you to rerun the dang thing 5 times but rather Reset the aborted job and look for the log message I noted. :?
by chulett
Thu Dec 03, 2009 10:44 am
Forum: General
Topic: Batch error - Attempting to Cleanup after ABORT raised
Replies: 7
Views: 6479

I am not aware of KDA stuff... can you explain it ? Mentioning "Job Control batches" and "job hierarchy and ini files" means the KBA Job Control Utilities to me. And if that's true, there should be someone where you work supporting that. Ask them. It's not exactly a small one-po...
by chulett
Thu Dec 03, 2009 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to rename all the jobs
Replies: 5
Views: 1497

One at a time, manually, in the Designer. Or perhaps export the project, edit the dsx file to rename all the jobs and import them into a new project. Why in the world the need to rename everything? :?
by chulett
Thu Dec 03, 2009 10:36 am
Forum: General
Topic: Batch error - Attempting to Cleanup after ABORT raised
Replies: 7
Views: 6479

Sounds like KBA stuff but that's not nearly enough information for anyone to help. Reset the aborted job and post any 'From previous run...' message that gets logged.
by chulett
Thu Dec 03, 2009 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge next value from database table to a file
Replies: 5
Views: 1269

Sounds like a lookup to me. A sparse lookup to be precise.
by chulett
Thu Dec 03, 2009 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Update SQL Explain Plan
Replies: 16
Views: 5824

Official support doesn't get much more official than IBM. :wink:

Not sure what you mean by 'a misuse of OCI'.
by chulett
Thu Dec 03, 2009 8:40 am
Forum: General
Topic: Need to convert columns into rows in server 7.5
Replies: 4
Views: 2462

Right, that's another approach - something akin to what is detailed here in the FAQ forum. As noted, can depend on your input column count - is it constant or a variable?
by chulett
Thu Dec 03, 2009 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: subtract Two timestamp
Replies: 6
Views: 1281

Have you not been reading the replies here? Please double-check your requirements as right now they make no sense.
by chulett
Thu Dec 03, 2009 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate code in dsx
Replies: 3
Views: 2003

So... let me get this straight. Rather than create multiple jobs, or perhaps leverage a schema file, you instead are willing to export the job / change the metadata / reimport the job back and forth as needed? Or have some mechanism to import the 'proper' dsx for the file to be processed? :?
by chulett
Thu Dec 03, 2009 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate code in dsx
Replies: 3
Views: 2003

Why bother with doing something like this? What you've removed is what the job needs to run, forcing a recompile.
by chulett
Thu Dec 03, 2009 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log from Sequence using DS commands
Replies: 3
Views: 1160

That would be either the DSGet* functions if you want to do this 'in job' or the equivalent options in the dsjob command line utility.
by chulett
Thu Dec 03, 2009 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: subtract Two timestamp
Replies: 6
Views: 1281

As noted, the difference between two timestamps will be an interval, not another timestamp. You need to figure out what you really need.
by chulett
Thu Dec 03, 2009 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of Exponential to Decimal
Replies: 6
Views: 1880

I'm assuming what Ray means is you shouldn't have to. Try the conversion noted and let us know what happens.