Search found 53125 matches

by ray.wurlod
Wed Oct 03, 2007 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting invocation Id details from the job
Replies: 4
Views: 2067

From the job sequence's log, for example from the "job run requested" event.
by ray.wurlod
Wed Oct 03, 2007 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SQL from file to extract data from Oracle Tables
Replies: 19
Views: 4627

Use a job parameter for the entire SQL statement. Mark the SQL type "user defined".

Use an Execute Command activity to read the file and pass the output of that command, stripped of line terminators (or equivalents) as the value for the job parameter.
by ray.wurlod
Wed Oct 03, 2007 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting values from table into User Variables
Replies: 5
Views: 1660

What you most recently propose is not possible.
by ray.wurlod
Wed Oct 03, 2007 3:54 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Helpfile viewer problem in Vista?
Replies: 16
Views: 8402

There's no workaround of which I am aware. Switch to Windows 2003 Server (or, if you must, Windows XP pro).
by ray.wurlod
Wed Oct 03, 2007 12:47 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: hi:its very urgent
Replies: 3
Views: 2526

Procedural Note We don't do "urgent". If you want urgent support sign up for premium service from your support provider, and learn the true cost of "urgent". DSXchange is an all-volunteer site; people post as and when they can. Tell us how you propose to do this in DataStage TX. If it really is a s...
by ray.wurlod
Tue Oct 02, 2007 11:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filter out the incoming rows from Sequential File Stage
Replies: 2
Views: 1161

Etiquette Note
When you mark a thread as Resolved it is customary to make a post indicating how you resolved it.
by ray.wurlod
Tue Oct 02, 2007 8:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: couldn't find DB2/UDB enterprise stage
Replies: 11
Views: 2273

Do you mean in the Palette or in the Stage Types category?
The Palette is fully customizable.
by ray.wurlod
Tue Oct 02, 2007 7:47 pm
Forum: General
Topic: Job Sequence trigger usage based on data value 0 or !=0
Replies: 15
Views: 4405

In short, the answer to the second question is "no".
by ray.wurlod
Tue Oct 02, 2007 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status in a file
Replies: 6
Views: 1277

You can use the DataStage API functions (such as DSGetJobInfo) in before/after job subroutines in parallel jobs.
by ray.wurlod
Tue Oct 02, 2007 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Management on the target database
Replies: 11
Views: 2371

One way is to use a single ODBC stage, with one input link for each table, and then you will find a tab called Transaction Management where you can group all as a single transaction.
by ray.wurlod
Tue Oct 02, 2007 4:33 pm
Forum: General
Topic: Job Sequence trigger usage based on data value 0 or !=0
Replies: 15
Views: 4405

Welcome aboard.

Run the first job. Then have an Execute Command activity read (cat) the file. Capture the output and extract the field containing the value in a custom trigger that determines whether the second job runs.
by ray.wurlod
Tue Oct 02, 2007 4:29 pm
Forum: General
Topic: Datastage Query
Replies: 2
Views: 1499

I would strongly advise that you take an entry level DataStage (Enterprise Edition) class, based on the knowledge level manifested in your question.
by ray.wurlod
Tue Oct 02, 2007 4:28 pm
Forum: General
Topic: Sequence Design Question
Replies: 5
Views: 2102

Yes, unless the middle fifteen don't do anything in particular, in which case replace those with "the one sequence to rule them all".
by ray.wurlod
Tue Oct 02, 2007 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Problem
Replies: 3
Views: 1486

Would you be prepared to read that mess for someone else? Please format it properly. Each warning begins on a new line - make it so.
by ray.wurlod
Tue Oct 02, 2007 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stange behaviour...file size in Unix(AIX) is 0
Replies: 15
Views: 4419

Please post two things:
    the value of the File property in the Sequential File stage (that is, the pathname copied/pasted from the job design)

    an ls -l listing of that pathname from UNIX