Search found 42189 matches

by chulett
Wed Aug 05, 2009 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Job Log from DSAdministrator
Replies: 5
Views: 1789

It's been discussed and posted here many times. Once more, for the record:

Code: Select all

SELECT JOBNO FROM DS_JOBS WHERE NAME = 'YourJobName';
by chulett
Wed Aug 05, 2009 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between Dynamic_RDBMS and oracle OCI stage
Replies: 14
Views: 7554

OCI uses native drivers, period. As does the DRS stage when explicitly set to Oracle. Nothing to doubt there. If you have other doubts, you'll need to enumerate them as I'm not about to try and guess what they are.
by chulett
Wed Aug 05, 2009 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Job Log from DSAdministrator
Replies: 5
Views: 1789

OK... that answer assumes they are still being stored in the "Universe" repository, which may or may not be the case depending on your exact 8.x version and certain settings.
by chulett
Wed Aug 05, 2009 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Job Log from DSAdministrator
Replies: 5
Views: 1789

CLEAR.FILE RT_LOGnnn where 'nnn' is the internal job number of the job in question. You'll then need to re-establish your auto-purge settings as they will be gone as well.
by chulett
Wed Aug 05, 2009 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we prepare XML file through datastage?
Replies: 12
Views: 14125

Two thoughts - 1) Ditch the Sequential File stage. 2) Read this.
by chulett
Wed Aug 05, 2009 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference in calculation for decimal (38,10) fields.
Replies: 13
Views: 7453

I never go by the forum any more, God Knows where posts end up nowadays. :roll:
by chulett
Wed Aug 05, 2009 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference in calculation for decimal (38,10) fields.
Replies: 13
Views: 7453

I agree with Shane, your intermediate calculations go well over your scale of 10.
by chulett
Wed Aug 05, 2009 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference in calculation for decimal (38,10) fields.
Replies: 13
Views: 7453

There are environment variables for handling decimal data: APT_DECIMAL_INTERM_ROUND_MODE, descrption is it specifies the default rounding mode for any decimal intermediate variables required in calculations. The default is round_inf. APT_DECIMAL_INTERM_SCALE Specifies the default scale value for an...
by chulett
Wed Aug 05, 2009 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Routine
Replies: 7
Views: 2607

As noted, no - you could use those from a routine and call that after job. For a script you need to stick with either dsjob options or things you can query from the repository.
by chulett
Wed Aug 05, 2009 5:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential Files : Null values are converted to symbol €
Replies: 7
Views: 9737

Are you reading from or writing to the sequential file when you have this problem?
by chulett
Wed Aug 05, 2009 5:22 am
Forum: General
Topic: moving from production to testing environment
Replies: 6
Views: 2068

You need to be more clear when you repost this in the proper forum. This isn't it.
by chulett
Tue Aug 04, 2009 8:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command to reset Aborted job
Replies: 5
Views: 2194

Command, not command line. :wink:
by chulett
Tue Aug 04, 2009 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs control
Replies: 7
Views: 2084

There's no "better". And of course mine are well documented on the canvas with annotations clearing explaining both what it does and the fact that all of the code is on the Job Control tab. Plus I also get full control over when it gets compiled. :lol:
by chulett
Tue Aug 04, 2009 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compiler error new installation
Replies: 6
Views: 4916

Ah, so not a typo after all? :wink:
by chulett
Tue Aug 04, 2009 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Routine
Replies: 7
Views: 2607

This one might help:

viewtopic.php?t=127088