Search found 53125 matches

by ray.wurlod
Tue Jul 19, 2011 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage data type conversions errors
Replies: 6
Views: 5020

Welcome aboard.

You really need to provide more information than that. For example, what value can not be converted from NVarChar to Integer?

For instance, 9998887776 is only ten characters (digits), but is not valid as an integer.
by ray.wurlod
Tue Jul 19, 2011 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: finding jobs realted to fileset
Replies: 3
Views: 1348

The approach suggested by James (using Quick Find) will still work. Once you have the result of the search, hover over each job name in turn - an image of the job will appear. Use the Ctrl key to change the size of the image.
by ray.wurlod
Tue Jul 19, 2011 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on grouping and selecting the first record
Replies: 7
Views: 1840

Welcome aboard.

Use a Sort stage to form the groups, and a Transformer stage to preserve the first from each group. Note that a Remove Duplicates stage is not what you want here, since you can't guarantee that the data are sorted by Column13.
by ray.wurlod
Tue Jul 19, 2011 4:04 pm
Forum: General
Topic: Routine for encryption
Replies: 14
Views: 5320

No, I meant the material in Chapter 4 - the BASIC and CATALOG commands. This also means that you need to create your routine using a line editor in a "Type 19 file".
by ray.wurlod
Tue Jul 19, 2011 4:01 pm
Forum: General
Topic: Infosphere 8.1 Installation pre requisites
Replies: 4
Views: 1680

Anything developed in 8.1 will run successfully in 8.5. (The reverse is not true.) Do consider upgrading your development environment at about the same time.
by ray.wurlod
Tue Jul 19, 2011 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Build Op stage - data is not loading into target
Replies: 3
Views: 1346

Show us the code from the Build stage. Also compile and run the job in trace mode so you can determine what's coming out of the Build stage.
by ray.wurlod
Tue Jul 19, 2011 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with oracle connector stage
Replies: 1
Views: 945

Has it perhaps received "3 " ("3" followed by " ") as the input?
by ray.wurlod
Tue Jul 19, 2011 4:23 am
Forum: General
Topic: Need Help in UNIX script
Replies: 7
Views: 3119

elif was unexpected.

Verify the syntax of the if..elif..else..end construct in your particular shell on your particular UNIX.
by ray.wurlod
Tue Jul 19, 2011 4:21 am
Forum: General
Topic: Convert &#8805; (greater than or equal to) symbol to >
Replies: 6
Views: 2992

The function name is UniSeq().

UniSeq() is to Seq() as UniChar() is to Char().
by ray.wurlod
Tue Jul 19, 2011 2:22 am
Forum: General
Topic: Infosphere 8.1 Installation pre requisites
Replies: 4
Views: 1680

Your licence for 8.1 is good for 8.5.
by ray.wurlod
Tue Jul 19, 2011 2:19 am
Forum: General
Topic: Routine for encryption
Replies: 14
Views: 5320

No. The reason is that routines in a project are stored in a database table (DS_ROUTINES). You need to work externally to this, as I mentioned earlier.
by ray.wurlod
Tue Jul 19, 2011 12:47 am
Forum: General
Topic: Need Help in UNIX script
Replies: 7
Views: 3119

... assuming, of course, that du even works with a file. It does not work on files (only on directories) on some UNIX variants.
by ray.wurlod
Tue Jul 19, 2011 12:45 am
Forum: General
Topic: Infosphere 8.1 Installation pre requisites
Replies: 4
Views: 1680

Information Center for Information Server v8r1
But why? Version 8.5 is way less buggy!
by ray.wurlod
Tue Jul 19, 2011 12:42 am
Forum: IBM QualityStage
Topic: physical location of the standardization rule set files in t
Replies: 12
Views: 4297

What was the resolution?
by ray.wurlod
Mon Jul 18, 2011 11:48 pm
Forum: General
Topic: Routine for encryption
Replies: 14
Views: 5320

Not by any published means within DataStage.

However you could create the routine at engine level (rather than at project level) and catalog it globally with the location of its source code suppressed. These techniques are described in Chapter 4 of the DataStage BASIC manual.