Search found 53125 matches

by ray.wurlod
Fri Jun 27, 2008 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL value in DECIMAL fields
Replies: 6
Views: 2632

Data types are not enforced in sequential files. Therefore, although you might have a field defined as Decimal[5,0], there's nothing to prevent it containing eight digits. You still need to check your data - create a job to read the file and to report the length of the field that is generating the e...
by ray.wurlod
Fri Jun 27, 2008 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Stage for Progress Database
Replies: 4
Views: 1549

On Windows you need to create a System DSN (not a User DSN) using the ODBC Administrator (Start > Run > odbcad32). The entry in uvodbc.config in the project refers to this DSN which, in turn, makes the DSN visible in the project.
by ray.wurlod
Fri Jun 27, 2008 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting a nullable source to a non-nullable result
Replies: 17
Views: 6320

Not quite, I'm talking about when the running job queries the database server to verify the data types of each column, so that it can report data type mismatches. It's my understanding that, whenever a function or expression appears in the SQL, that the database server reports the column as nullable...
by ray.wurlod
Fri Jun 27, 2008 4:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Calculation.
Replies: 5
Views: 1434

Using your time dimension/calendar table also means that you can take into account holidays should you need to.
by ray.wurlod
Fri Jun 27, 2008 4:01 pm
Forum: General
Topic: Delete of not-used hash-files
Replies: 7
Views: 2085

A UNIX equivalent would be find path -exec UVfile {}\;

The UVfile command is in the DataStage engine bin directory.
by ray.wurlod
Fri Jun 27, 2008 3:59 pm
Forum: General
Topic: Delete of not-used hash-files
Replies: 7
Views: 2085

Do any of these tools find hashed files whose name is a job parameter? Another utility (on Windows only) is uvwalk with the -uvfile option; it can recursively traverse a directory structure reporting which files are hashed files and which are not. usage: uvwalk [path] {-name filename} {-recurse} {-a...
by ray.wurlod
Fri Jun 27, 2008 3:52 pm
Forum: IBM QualityStage
Topic: Match_Frequency Error: Input not sorted at record #
Replies: 8
Views: 8423

I assume that your partitioning setting is (Auto) on all stages? That should mean you are getting Round Robin partitioning on sequential-to-parallel links and Same on parallel-to-parallel links, which ought not to affect sorting, but may locate any one key value on multiple nodes. Have you tried exp...
by ray.wurlod
Fri Jun 27, 2008 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: meta data storage
Replies: 3
Views: 928

It is not possible. The structure of the DS_METADATA table is inadequately documented to allow for it to be updated. Further, the method of storage changes in version 8.x.
by ray.wurlod
Fri Jun 27, 2008 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg NLS settings
Replies: 4
Views: 1075

No. Premium membership is one of the ways DSXchange's hosting and bandwidth costs are funded. I do not wish to put the continued existence of DSXchange at risk by establishing such a precedent.
by ray.wurlod
Fri Jun 27, 2008 12:28 am
Forum: General
Topic: dynamic lookup property in datastage
Replies: 9
Views: 9717

Your customer lacks knowledge. It does not matter what stage type is in the design, the lookup is ALWAYS done against a virtual data set (except in the case of sparse lookup direct to database, which is not supported by using a Lookup File Set).

Resist stupid requirements!
by ray.wurlod
Fri Jun 27, 2008 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insances
Replies: 4
Views: 1235

It depends on several other factors too, for example whether operator combination can occur. Look at the job score - the final line will report to you how many processes and how many nodes will be used.
by ray.wurlod
Fri Jun 27, 2008 12:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width file
Replies: 8
Views: 1676

What is your upsert setting?

Create a reject link from the Oracle Enterprise stage.
by ray.wurlod
Fri Jun 27, 2008 12:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Lookup fileset with SCD Stage
Replies: 2
Views: 965

No.

SCD stage does not perform a true reference lookup in the sense understood and supported by a Lookup File Set.
by ray.wurlod
Fri Jun 27, 2008 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to write unpacked decimal data into CFF?
Replies: 1
Views: 731

Can't you write into a PIC 9(9)V99 field or similar?
by ray.wurlod
Thu Jun 26, 2008 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: meta data storage
Replies: 3
Views: 928

The quickest way is to open your Administrator client and delete the project. DataStage will not work without metadata so, if you want to delete metadata, you also want to delete DataStage.

Try to find some other way to clean up disk space, or obtain more disk space.