Search found 53125 matches

by ray.wurlod
Mon Jul 19, 2010 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJOB Issue
Replies: 6
Views: 2992

Spend some time learning about what the PATH environment variable does in the operating system. Since neither the parent directory of the dsjob command nor the current working directory is specified in your command search list (that is, PATH), you will continue to get the "not found" messa...
by ray.wurlod
Sun Jul 18, 2010 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup condition
Replies: 4
Views: 1718

Failed lookups will return NULL from the reference input when the "lookup failed" rule is Continue. You can test for these nulls downstream of the Lookup stage(s) using a Filter or Transformer stage.
by ray.wurlod
Sun Jul 18, 2010 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link in the ORACLE CONNECTOR
Replies: 6
Views: 4761

Reject link while reading is meaningless, provided the metadata match what's in the Oracle table. You get what there is.
by ray.wurlod
Sun Jul 18, 2010 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we convert Server Jobs into Parallel Jobs??
Replies: 3
Views: 2951

IBM will sell you a service to do the conversion, and you have to agree that your jobs can be "offshored" (although, since you're in Bangalore, they may not go far). Internally IBM has some tools to help with this process but they are not releasing those tools, and still need to analyse wh...
by ray.wurlod
Sun Jul 18, 2010 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any way to overwrite the parameter with row values?
Replies: 20
Views: 6237

Assuming your data are sorted appropriately use an Aggregator stage to specify "Last" of each group, grouped by order_id. THEN use a Folder stage.
by ray.wurlod
Sun Jul 18, 2010 4:13 pm
Forum: General
Topic: What is a Junk Dimension ??what is its purpose in DW?
Replies: 2
Views: 1126

This forum is really about tools in the IBM InfoSphere Information Server suite, not about data warehouse design. As Craig suggests, there are plenty of other sources of that information. Perhaps your interviewer might be able to suggest some.
by ray.wurlod
Sun Jul 18, 2010 4:11 pm
Forum: General
Topic: Datastage Multiple instance job to run 'n' times using parm
Replies: 16
Views: 22733

Using a loop will be sequential. You need to design a separate sequence for each value of N (number of parallel iterations) and a sequence to determine N and select the correct one of these.
by ray.wurlod
Sat Jul 17, 2010 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance tips
Replies: 13
Views: 3913

I am hired from time to time, particularly for new sites, to set up best practices (even a Centre of Excellence in some cases) and to mentor the new people. This (hiring an expert) is a more intelligent approach to my mind than expecting a novice to provide this guidance.
by ray.wurlod
Fri Jul 16, 2010 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance tips
Replies: 13
Views: 3913

If you are new to DataStage, why are you tasked with putting together such a 'performance tips and coding standards document' !!?? Exactly my thoughts! Truly mind boggling. How can anyone new to any tool/product be expected to put together any kind of 'tips' or 'best practices' document? You need t...
by ray.wurlod
Fri Jul 16, 2010 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to flag each flat file record with the filename?
Replies: 4
Views: 1354

Please try to choose meaningful subject.
by ray.wurlod
Fri Jul 16, 2010 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate operator
Replies: 2
Views: 1054

It means that you are to add the name of an Orchestrate operator.

Search DSXchange if you need to know what an Orchestrate operator is.
by ray.wurlod
Fri Jul 16, 2010 3:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I compare two CSV files using DataStage?
Replies: 14
Views: 10719

Do it. Find out.
by ray.wurlod
Fri Jul 16, 2010 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Utility to compile not compiled Job in DataStage
Replies: 1
Views: 1715

Yes.

The Multiple Job Compile tool has a check box to select only uncompiled jobs.
by ray.wurlod
Fri Jul 16, 2010 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading a fixed width file
Replies: 2
Views: 1214

You can, alternately (if you have a UNIX-based ODBC driver for Excel), use ODBC to read from the worksheet. It is probably easier to script a mechanism for dumping the worksheet into CSV format (or similar), transfer that file to the UNIX machine, and have DataStage read the CSV file.
by ray.wurlod
Fri Jul 16, 2010 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concering Data audit
Replies: 2
Views: 1077

That really depends on what is meant by "reject" but, in most cases, explicit reject-handling output links from stages combined with post-job row count reconciliation ought to do most of what you require.