Search found 53125 matches

by ray.wurlod
Wed Aug 29, 2007 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic aggregation.
Replies: 6
Views: 1165

How precisely do you plan to "read the metadata of a file"?

Without knowing this it is rather hard to provide further advice.
by ray.wurlod
Wed Aug 29, 2007 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage EE
Replies: 5
Views: 1206

Sort data on the first two columns, have the Sort stage generate a Key Change column.
In a Transformer stage use stage variables to accumulate the third column, and use the Key Change column to trigger sending a row to the output link.
Be careful to partition your data based on the sort keys.
by ray.wurlod
Wed Aug 29, 2007 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exporting env parameters from admin to another server
Replies: 3
Views: 932

Search for DSParams. It has been addressed a number of times even in the past week.
by ray.wurlod
Wed Aug 29, 2007 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage EE
Replies: 1
Views: 723

If you can create mainframe jobs, then you have EE MVS, not EE. EE MVS is the newer name for mainframe edition.
by ray.wurlod
Wed Aug 29, 2007 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exporting env parameters from admin to another server
Replies: 3
Views: 932

Doesn't the Search facility work in your browser?

This question has been answered on an number of occasions.
by ray.wurlod
Wed Aug 29, 2007 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to view output data(dataset)coming from compare stage
Replies: 10
Views: 3555

Works fine for me. What do you actually get when you use View Data?
by ray.wurlod
Wed Aug 29, 2007 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Please help StringToTimestamp
Replies: 5
Views: 1889

Version 4 parallel job? Really? :shock:
by ray.wurlod
Wed Aug 29, 2007 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ds.tools
Replies: 5
Views: 1755

... unless, of course, your project is either incompletely installed or corrupted.
:cry:
by ray.wurlod
Tue Aug 28, 2007 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aborting job if too few rows are processed
Replies: 9
Views: 1915

Ya hafta maintain the mystique!!
:lol:
by ray.wurlod
Tue Aug 28, 2007 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: flat file with early terminators
Replies: 4
Views: 1015

Have you read the file with "Contains Terminators" set for the appropriate column(s)? If so, you can effect your Ereplace() when deriving those columns.
by ray.wurlod
Tue Aug 28, 2007 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: flat file with early terminators
Replies: 4
Views: 1015

Have you read the file with "Contains Terminators" set for the appropriate column(s)? If so, you can effect your Ereplace() when deriving those columns.
by ray.wurlod
Tue Aug 28, 2007 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DATASTAGE DEISGNER
Replies: 2
Views: 1285

That message suggests that you do not belong to any group to which the DataStage Developer role has been assigned.
by ray.wurlod
Tue Aug 28, 2007 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aborting job if too few rows are processed
Replies: 9
Views: 1915

Simply setting ErrorCode to 1 in the after-job routine will cause the job to abort.
by ray.wurlod
Tue Aug 28, 2007 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can not open the 8.0.1 Administrator Client nor the Designer
Replies: 6
Views: 5220

Is the DataStage RPC daemon (dsrpcd) running on the DataStage server?

Code: Select all

ps -ef | grep dsrpcd | grep -v grep
by ray.wurlod
Tue Aug 28, 2007 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob file recover
Replies: 2
Views: 895

dsjob is an executable (binary) file. It doesn't have lines in it. What is the size of the file?