Search found 53125 matches

by ray.wurlod
Fri Sep 21, 2012 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate sequence number ! old stuff !!!
Replies: 8
Views: 2877

So long as you don't run out of memory!
by ray.wurlod
Fri Sep 21, 2012 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Length of a sequential file
Replies: 3
Views: 1452

Fixed is the only choice. You specify the actual length through choice of data type for each individual column.
by ray.wurlod
Fri Sep 21, 2012 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate sequence number ! old stuff !!!
Replies: 8
Views: 2877

By storing the entire data stream on the SaveInputRecord stack, generating the counter while popping records off the stack once end of data has occurred.
by ray.wurlod
Fri Sep 21, 2012 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can not open the file that contains the SQL statement
Replies: 14
Views: 6911

The error message suggests that the SQL is not in the OCI stage, but that the SQL File property has been used and DataStage cannot open that file.
by ray.wurlod
Fri Sep 21, 2012 3:11 pm
Forum: General
Topic: Migrating Ascential Datastage 7.5 to IBM infoshpere 8.5
Replies: 2
Views: 1466

Some good answers in your identical post in the QualityStage forum.
by ray.wurlod
Fri Sep 21, 2012 3:10 pm
Forum: General
Topic: Set limit for warnings for a datastage job without director
Replies: 4
Views: 2324

If you run the job from Director (or Designer) client, the Job Run Options dialog has a tab where you can set the warning limit. You can also set the default for the entire project using Director client.
by ray.wurlod
Fri Sep 21, 2012 3:07 pm
Forum: IBM QualityStage
Topic: Migrating Ascential 7.5 Qualitystage to IBM infosphere 8.5
Replies: 5
Views: 3548

QualityStage legacy IS supported; there's a special stage exactly for that, as Robert noted. But far better to convert. Even if you don't use the free Concierge service from IBM Engineering, there is a conversion tool supplied with the Information Server software.
by ray.wurlod
Fri Sep 21, 2012 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with merging data
Replies: 4
Views: 1516

The philosophy of parallel job design is "one stage, one task". Unless you write it yourself there is no stage type that can perform both of these operations in "one shot".
by ray.wurlod
Fri Sep 21, 2012 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with merging data
Replies: 4
Views: 1516

Full outer join in Join stage should be pretty close to what you need.
by ray.wurlod
Fri Sep 21, 2012 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate sequence number ! old stuff !!!
Replies: 8
Views: 2877

Yes but you don't need either. You can do it with system variables.
by ray.wurlod
Fri Sep 21, 2012 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Transformer Compile Error
Replies: 6
Views: 2912

Maybe they have v6.1 of xlC_r in QA and version 5.3 in Dev?
by ray.wurlod
Thu Sep 20, 2012 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dimension load (sparse lookup with reject)
Replies: 8
Views: 4338

There is an option in the Lookup stage to perform a case insensitive lookup.
by ray.wurlod
Thu Sep 20, 2012 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Transformer Compile Error
Replies: 6
Views: 2912

This is the configuration file for the xlC_r compiler. You are trying to use an old version of the configuration file with a new version of the compiler. The error message asserts that these are incompatible, and that you should be using the configuration file called vac.cfg.61.
by ray.wurlod
Thu Sep 20, 2012 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compress and delete dataset
Replies: 16
Views: 3702

The files on the resource disk are not descriptor files. They are "segment" (data) files. Descriptor files can live anywhere, and have ".ds" as their file name suffix. A Data Set consists of its descriptor files and all of the segment files to which that descriptor file refers. T...
by ray.wurlod
Thu Sep 20, 2012 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read Foxpro .DBF files
Replies: 12
Views: 7240

My understanding is that IBM only ships this one for Windows-based servers (ditto for the SQL Server Connector).