Search found 42189 matches

by chulett
Mon Nov 19, 2007 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute Command
Replies: 2
Views: 1319

Don't recall if this is supported, but did you try your new derivation without the UserVariables stage, directly in the Start Loop?

Field(Execute_Command_0.$CommandOutput," ",1)
by chulett
Mon Nov 19, 2007 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynamic sql in oci stage.
Replies: 4
Views: 1435

The closest you'll get to 'dynamic' (IMHO) is the Update Action of 'Load SQL from a file at run time'. Then the area where you would normally put your user-defined SQL holds the actual pathname of the file to load. Something to note, however, if you do that. While you can use job parameters for the ...
by chulett
Mon Nov 19, 2007 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynamic sql in oci stage.
Replies: 4
Views: 1435

Depends on your definition of 'dynamic'. What are you trying to accomplish?
by chulett
Mon Nov 19, 2007 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence forced restart
Replies: 12
Views: 3325

That will have to come later, I only have time for a quick wise-crack or two right now, can't really spare any serious think time. :(
by chulett
Mon Nov 19, 2007 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence forced restart
Replies: 12
Views: 3325

Ah... the joys of ASCII Art! :lol:
by chulett
Mon Nov 19, 2007 11:45 am
Forum: General
Topic: Server job in running state
Replies: 6
Views: 2264

Do they execute anything 'before job'? :?
by chulett
Mon Nov 19, 2007 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence forced restart
Replies: 12
Views: 3325

A restarting Sequence starts at the Aborted step. If JobB aborted, it would have restarted from there. Aborting the Sequence after it completes successfully buys you nothing.
by chulett
Mon Nov 19, 2007 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rename a job category
Replies: 4
Views: 1225

You can certainly 'select multiple jobs to move' - as long as they are all under the same Category, the normal Windows selection methods apply. You can't pick and choose across categories, however.
by chulett
Mon Nov 19, 2007 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: informatica to datastage logic conversion
Replies: 3
Views: 1489

I love posts like this. Not. :evil:

You 'do the needful' first. Explain in words what you need to accomplish, don't assume everyone knows 'Informatica logic'. That way, anyone can help you.
by chulett
Mon Nov 19, 2007 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow performance.
Replies: 10
Views: 3163

:idea:
by chulett
Mon Nov 19, 2007 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Column values into column names
Replies: 5
Views: 1646

Well... perhaps. Forget about them being 'column names' and try writing them as the first data record.
by chulett
Mon Nov 19, 2007 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Arguments in Job sequence Start Loop Activity
Replies: 5
Views: 11175

Use the UserVariables stage for dynamic values, ones that change from run to run. For this, simple Job Parameters will work fine. Unless, of course, they really need to be dynamic. :wink:
by chulett
Mon Nov 19, 2007 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow performance.
Replies: 10
Views: 3163

Typically a target SQL issue - I'll wager no indexes for an update and thus full table scans are being performed.
by chulett
Mon Nov 19, 2007 7:27 am
Forum: General
Topic: Datastage schedule seqeuncer
Replies: 11
Views: 9243

AmeyJoshi14 wrote:Do you still support your stand? :?:

Absolutely. That's why it's called a stand. And I stand by my assertion.

Your list from the Help is as bare-bones as a Scheduler can get and still be called a Scheduler. It describes cron and at to a 'T'.
by chulett
Mon Nov 19, 2007 7:20 am
Forum: General
Topic: Configuring Oracle 9i with Datastage server
Replies: 2
Views: 1571

Welcome. :D Surprisingly, there is documentation supplied with the product, have you checked there? Some suggestions: instconf.pdf Installation and Configuration Guide dsupgde.pdf Install and Upgrade Guide oraoci9.pdf Oracle OCI Stage Guide These and many more are all in the 'Docs' directory under y...