Search found 53125 matches

by ray.wurlod
Thu Aug 07, 2008 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check if the value is a number or not
Replies: 3
Views: 1073

Use the IsValid() function.
by ray.wurlod
Thu Aug 07, 2008 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage job phantom warning
Replies: 7
Views: 7329

You are using ARG1 in your routine called NB. But, when invoking that routine, you are not passing any actual value to it.
by ray.wurlod
Thu Aug 07, 2008 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Command stage to get filename from directory
Replies: 8
Views: 2578

DataStage is also on a server. How do you plan to read the file, given that you have its name?

Code: Select all

DIR /B/O-D *.CSV
will put the most recently modified CSV file name in the first line of the output - you can easily parse it from there.
by ray.wurlod
Thu Aug 07, 2008 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple columns need to be lookup one table
Replies: 3
Views: 1016

Yes, but the Lookup stage will need four reference inputs.
by ray.wurlod
Thu Aug 07, 2008 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to open RT_LOG2377 file
Replies: 10
Views: 2506

2377 is not a pid, it is a job number.

This lock is usually taken if the job is open in Director log view (or has been opened by a now-defunct process).

It is locks that you need to address, not indexes or processes.

:roll:
by ray.wurlod
Thu Aug 07, 2008 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Command stage to get filename from directory
Replies: 8
Views: 2578

A simple DIR command will get the file name for you, but which file name?
by ray.wurlod
Thu Aug 07, 2008 3:57 am
Forum: General
Topic: get filename
Replies: 6
Views: 1374

Hi Taufik, You could write a BASIC routine to get the file name and populate the column for Server jobs. Else you could design a job to get the file name by using the "Stage uses Filter Command" and then pass that on. Hope this helps. M Would you like to elaborate on both of those, but particularly...
by ray.wurlod
Thu Aug 07, 2008 2:26 am
Forum: General
Topic: get filename
Replies: 6
Views: 1374

Not in server jobs.
by ray.wurlod
Thu Aug 07, 2008 1:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration to parallel edition
Replies: 12
Views: 2972

Send wads of money to IBM and they'll do it for you.
by ray.wurlod
Thu Aug 07, 2008 1:54 am
Forum: General
Topic: How to detect server is running
Replies: 5
Views: 3032

Re: datastage

We're just using DataStage (Not Information Services Director etc). Yes you are. I'm presuming we need "dsrpcd" to be in the process list This is the listener for DataStage client connections. Its presence is sufficient to indicate that the DataStage server is "up". There are no other mandatory pro...
by ray.wurlod
Thu Aug 07, 2008 1:50 am
Forum: IBM QualityStage
Topic: Missing Reference Residuals from Reference Match
Replies: 2
Views: 1767

On the Outputs tab of the Match stage, drop down the list of link names, select your reference residuals link, and verify that the Mapping tab contains a complete set of column mappings.
by ray.wurlod
Thu Aug 07, 2008 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem while reading sequential file
Replies: 4
Views: 2347

Quotes handling in parallel jobs. Search the forum for more information.
by ray.wurlod
Thu Aug 07, 2008 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information about the rejected data of the Reject link
Replies: 5
Views: 1438

What particular information? The fact that the reject link was used is a warning entry in the job log. The row count on any link is stored in one of the records in the status table for the job. Both items of information are retrievable using the DataStage API, so there is no need to know precisely w...
by ray.wurlod
Thu Aug 07, 2008 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading a .ini file
Replies: 1
Views: 925

Welcome aboard. In a Transformer stage keep track of the most recently encountered section (use a stage variable) and direct any non-section line to the appropriate column of the output. Use an output constraint to avoid processing empty and comment lines. Use the File Name property (which the Seque...
by ray.wurlod
Wed Aug 06, 2008 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executables of dependent Jobs could not be exported
Replies: 3
Views: 1534

You should be able to select them from Quick Find (or maybe Advanced Search), in which you should be able to select all the executables you need.

This feature is a little publicized yet long-awaited one. Prior to version 8 you had to work the way Craig indicated.