Search found 53125 matches

by ray.wurlod
Fri Nov 28, 2008 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Sequential File is Parallel
Replies: 6
Views: 7200

1. Maybe. It depends where the files are and how many of them there are. 2. There is no "read multiple nodes" - there is "multiple readers per node". In this case, if you specify N readers per node for one sequential file, only one node gets used, and each reader on that node reads 1/N of the lines ...
by ray.wurlod
Fri Nov 28, 2008 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort options
Replies: 5
Views: 1636

1. No, setting stable sort alone will not cause the data to be sorted. However, this option does not become available unless you choose to sort the data (and specify sort key(s)) - it is THIS that gets the data sorted (whether a stable sort or not). 2. See answer to 1. 3. You specify this property f...
by ray.wurlod
Fri Nov 28, 2008 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSENV
Replies: 2
Views: 1474

$ENV as the default value means that DataStage is instructed to obtain these values from the parent process's shell. Have these environment variables been set before DataStage is started? Otherwise prefer $PROJDEF for the default value, so that values set up in the Administrator client may be picked...
by ray.wurlod
Fri Nov 28, 2008 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim
Replies: 3
Views: 1156

Yes, but if the data type is Char, then pad characters will be written back. Hence my question about data type.
by ray.wurlod
Thu Nov 27, 2008 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Sequential File is Parallel
Replies: 6
Views: 7200

1. False.
2. False.
3. No.
by ray.wurlod
Thu Nov 27, 2008 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR: Failed to open project
Replies: 6
Views: 3290

Have you run the script that switches to emulation mode (I think it is called)?
by ray.wurlod
Thu Nov 27, 2008 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort options
Replies: 5
Views: 1636

Not correct. Stable sort means preserve the ARRIVAL ORDER OF ROWS - nothing to do with keys at all.
by ray.wurlod
Thu Nov 27, 2008 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Unix command from User variable activity stage
Replies: 5
Views: 2940

Re: Calling Unix command from User variable activity stage

Hi ArndW, If i will call the Unix command from command satge how can I capture the command stage result into User variable activity stage. Thanks, N.Raju Using the Execute Command activity's $CommandOutput activity variable in the definition of the user variable. You may need to remove field mark (...
by ray.wurlod
Thu Nov 27, 2008 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variables in a parallel job
Replies: 3
Views: 1016

The question was specifically "in a parallel job".
by ray.wurlod
Thu Nov 27, 2008 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim
Replies: 3
Views: 1156

What is the data type?
by ray.wurlod
Thu Nov 27, 2008 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DBF Files
Replies: 10
Views: 2698

New question - new thread please. We don't hijack threads.
by ray.wurlod
Thu Nov 27, 2008 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to create project
Replies: 7
Views: 1864

Yuck.
by ray.wurlod
Thu Nov 27, 2008 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variables in a parallel job
Replies: 3
Views: 1016

Certainly. They are called job parameters, and are read-only within the job.

Otherwise, add columns to the links that are flowing through the job and you can change these as often as you need.
by ray.wurlod
Thu Nov 27, 2008 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort options
Replies: 5
Views: 1636

They are not the same. Stable sort can apply even when you are not using either of the "Don't sort" options. Stable sort preserves existing order of rows when the sort keys match. This needs more memory than not doing a stable sort.
by ray.wurlod
Thu Nov 27, 2008 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Enterprise stage failure
Replies: 4
Views: 4024

Re: Teradata Enterprise stage failure

Nripendra Chand wrote:this job was running fine previously and now only it is aborting.

What has changed? "Nothing" is not the correct answer, though the thing that has changed may not be a DataStage thing. Track it down.