Search found 53125 matches

by ray.wurlod
Tue Nov 02, 2010 5:58 am
Forum: General
Topic: sqlplus routine on windows platform
Replies: 5
Views: 2550

As Kim said, your quotes are getting messed up. You need to take control of that. You also may need to take control of the fact that, when opening a new shell, DataStage does sometimes strip a layer of quotes - you may, for example, need to "escape" your quote signs.
by ray.wurlod
Tue Nov 02, 2010 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to setup Orchadmin command in DataStage
Replies: 7
Views: 5972

And, if they're not set up in dsenv, you need to make sure that the environment variables APT_CONFIG_FILE and APT_ORCHHOME are correctly set.
by ray.wurlod
Tue Nov 02, 2010 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to Create Vectors on Depending on Clause
Replies: 1
Views: 1306

You need to specify the "link field" property (in Available properties to add). This link field provides the value on which the size of the vector depends.
by ray.wurlod
Tue Nov 02, 2010 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to indentify the last record record in a key grouping
Replies: 12
Views: 4020

There is a clever solution using three consecutive Sort stages. I'm on vacation at the moment so can't check details. It's a technique that is (or used to be) shown in the IBM Advanced DataStage class.
by ray.wurlod
Tue Nov 02, 2010 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find quarters from the date field
Replies: 2
Views: 2467

Get the month from the date (a TinyInt from 1 to 12), add 2, divide by 3 and take the integer part (that is, use the Int() function).

Add 4 for each year beyond the current year.
by ray.wurlod
Tue Nov 02, 2010 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is ORCHADMIN working in DS8.1
Replies: 1
Views: 1215

Yes. Obviously. The orchadmin command requires at the very least that the environment variables APT_CONFIG_FILE and APT_ORCHHOME have been set correctly. Yours have not been.
by ray.wurlod
Tue Nov 02, 2010 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove sign to a decimal[7,3]
Replies: 5
Views: 1797

The approaches thus far seem to be overly complex. It seems to me that there are two separate things to solve: removal of the sign and checking of the structure. Use Convert() or Abs() to strip the sign. Test that result. You could use IsValid() to test for Decimal(7,3) or you could convert to strin...
by ray.wurlod
Tue Nov 02, 2010 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Line breaking in sequential file
Replies: 1
Views: 1724

Presumably the export utility has quoted these strings. In the Columns grid (and I note that this is a server job, even though posted in the Enterprise Edition forum) you can mark the column(s) in question "contains line termintors" in the Sequential File stage and everything will be taken...
by ray.wurlod
Tue Nov 02, 2010 12:23 am
Forum: General
Topic: I passed the 000-421 DataStage v8.5 certification!
Replies: 18
Views: 45158

Congratulations on your pass. I also obtained that certification at IOD 2010, on the Monday. I wasn't aware that the exam would be available, but took the opportunity in the Demo Room to get briefings on all the new functionality in version 8.5. That, plus my extensive experience with the product, t...
by ray.wurlod
Tue Nov 02, 2010 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error
Replies: 6
Views: 2497

Moderator: please move to Enterprise Edition (parallel) forum

This question is not a suggestion for a topic in the FAQ forum.
by ray.wurlod
Mon Nov 01, 2010 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamically reading Schema file in Sequential File Stage
Replies: 10
Views: 5226

Options folder, Available properties to add.
by ray.wurlod
Mon Nov 01, 2010 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Query with Deadlock Error in Parallel
Replies: 3
Views: 1941

We need to tighten up on terminology here. For DataStage node is a single, logical, processing node. In particular, a node is not a network node name (such as occurs in the fastname property of a node definition).
by ray.wurlod
Mon Nov 01, 2010 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target table truncated if source is empty
Replies: 11
Views: 4235

Land it to a Data Set. That's what they're for.
by ray.wurlod
Mon Nov 01, 2010 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage
Replies: 7
Views: 1846

:idea:
Open in new tab/window would be nice.
by ray.wurlod
Mon Nov 01, 2010 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type ustring to string
Replies: 1
Views: 1944

Moderator: please move to QualityStage forum.