Search found 53125 matches

by ray.wurlod
Tue Apr 29, 2008 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOG file & datastage job viewing in aix
Replies: 12
Views: 18421

"this command"? What command?
by ray.wurlod
Tue Apr 29, 2008 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DOS command to abort a job
Replies: 10
Views: 1614

Search in on-line help for DSExecute subroutine.
by ray.wurlod
Tue Apr 29, 2008 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during file comparision
Replies: 8
Views: 2342

More data than the field width allows for.
by ray.wurlod
Tue Apr 29, 2008 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: file comparision
Replies: 3
Views: 838

Difference stage
Compare stage
Change Capture stage

There is a chapter on each in the Parallel Job Developer's Guide which I do not propose to reproduce here.
by ray.wurlod
Tue Apr 29, 2008 11:50 pm
Forum: General
Topic: difference between Datstage 7.5 and datastage 8.0
Replies: 1
Views: 1253

0.5

For the rest you can Search on DSXchange (where this answer has been given several times already) or the IBM web site.
by ray.wurlod
Tue Apr 29, 2008 9:39 pm
Forum: General
Topic: Wrapper jobs
Replies: 8
Views: 3063

A suite of job sequences is the "within DataStage" solution.

If you are using a third party scheduling tool, then you need to create some scripts based around the DataStage command line interface, the dsjob command.
by ray.wurlod
Tue Apr 29, 2008 8:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Tranformer & Surrogate key stages
Replies: 10
Views: 6457

I can feel an FAQ coming on.

In version 8.0 the last value can be stored, in a beast called a "state file". This is used in conjunction with a new variation on the Surrogate Key Generator stage.
by ray.wurlod
Tue Apr 29, 2008 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncating zero's in .csv(excel file)
Replies: 12
Views: 9088

Or you can Format the Cells in question in Excel.
by ray.wurlod
Tue Apr 29, 2008 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncating zero's in .csv(excel file)
Replies: 12
Views: 9088

Are you saying that the zeroes are truncated when you open the CSV file with Excel, or that DataStage is truncating them?

What do you see when you open the CSV file with, say, vi?

Try using string rather than a numeric data type.
by ray.wurlod
Tue Apr 29, 2008 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle reject link error.
Replies: 3
Views: 2545

You have two choices: Upsert with/without reject link or Load without reject link.
by ray.wurlod
Tue Apr 29, 2008 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Server Config
Replies: 2
Views: 738

Do you plan to have the Information Repository database server, the WebSphere Application Server and the DataStage server all on the same machine or on separate machines? What network hardware do you plan to use?
by ray.wurlod
Tue Apr 29, 2008 2:59 pm
Forum: IBM QualityStage
Topic: Invalid V_UCHAR in Condition
Replies: 2
Views: 1350

Four separate specifications, each containing just one value for month?
by ray.wurlod
Tue Apr 29, 2008 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort key "myKey" no longer exists in dataset schem
Replies: 2
Views: 1755

You HAVE used a Collector, because the last stage in your job design is a Sequential File stage executing in sequential mode. You will be able to see this in the score if you dump the score into the job log. I suggest that the Collector (on the Input tab of the Sequential Stage) is set to Sort/Merge...
by ray.wurlod
Tue Apr 29, 2008 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Index too large
Replies: 6
Views: 2001

No. While operator combination is enabled there is no sensible way to determine which operator is generating the error. Disable operator combination. Describe your job design, so we at least have a clue which index it is that might be too large. Also, if you are using any routines, mention those also.