Search found 53125 matches
- 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 ...
- 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...
- 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...
- Fri Nov 28, 2008 8:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim
- Replies: 3
- Views: 1156
- 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
- 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
- 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
- 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 (...
- 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
- Thu Nov 27, 2008 5:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim
- Replies: 3
- Views: 1156
- Thu Nov 27, 2008 5:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DBF Files
- Replies: 10
- Views: 2698
- 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
- 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
- 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
- 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.