Search found 42189 matches

by chulett
Mon Aug 11, 2008 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RE:Dos Script for getting Job info
Replies: 9
Views: 2601

He did - in the other thread.
by chulett
Mon Aug 11, 2008 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error using Oracle Bulk loader
Replies: 7
Views: 2044

So... 'Automatic' mode?
by chulett
Mon Aug 11, 2008 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RE:Dos Script for getting Job info
Replies: 9
Views: 2601

That, in and of itself, is not a problem - as long as you delete the accidental post. And you can do that until someone comes along and replies to it. Like us. :wink:
by chulett
Mon Aug 11, 2008 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RE:Dos Script for getting Job info
Replies: 9
Views: 2601

:!: Do not post the same question in multiple forums, it disturbs the natives. And there's no need to put "RE:" in your subject line, we already know that is what the question is "regarding".

(see? disturbed before I finished composing)
by chulett
Mon Aug 11, 2008 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error using Oracle Bulk loader
Replies: 7
Views: 2044

Describe "Job2" in gory, embarrassing detail.
by chulett
Mon Aug 11, 2008 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing output from Execute command stage
Replies: 3
Views: 2087

StageName.$CommandOutput<1>="File Not Found"
by chulett
Mon Aug 11, 2008 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help in writing a routine
Replies: 3
Views: 1134

It's no different from earlier versions except there's no Manager so you write the Routine in BASIC via the Director. First step would be to lay out your requirements for the routine in "psuedo code", words that explain all of the steps that it needs to perform in the proper order. Then code it. Do ...
by chulett
Mon Aug 11, 2008 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot show Job Sequence properties
Replies: 3
Views: 998

:lol:

Glad you got it sorted out.
by chulett
Mon Aug 11, 2008 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 8966

Cool. Make sure you include one of the "wait" options with dsjob so that you know if it runs ok or not.
by chulett
Mon Aug 11, 2008 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Variables eliminate restartability
Replies: 4
Views: 1486

Then it should not be checkpointed and should always run. Are you certain it is being skipped?
by chulett
Mon Aug 11, 2008 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 8966

Get rid of the spaces around the equal sign in the parameter name/value pairs.
by chulett
Mon Aug 11, 2008 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 8966

Hmmm... ok. How "dynamic" are we talking about? If the number of different jobs are a small number, consider just branching to multiple Job Activity stages using triggers or the Nested Conditon stage. If you are going to stick with the dsjob solution, make sure you include one of the WAIT options, p...
by chulett
Mon Aug 11, 2008 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Variables eliminate restartability
Replies: 4
Views: 1486

Why not mark that stage as "Do Not Checkpoint"?
by chulett
Mon Aug 11, 2008 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How toUse User Variable Activity Stage
Replies: 2
Views: 1782

Re: How toUse User Variable Activity Stage

sshettar wrote:I know we would have to declare all the parameters in a file with all its values

No, you don't. It can run pretty much anything that returns a value or set of values.
by chulett
Mon Aug 11, 2008 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_DSJOB_ERROR
Replies: 12
Views: 8966

Why in the heck would you not use a Job Activity stage for this? :?