Search found 53125 matches

by ray.wurlod
Mon Jan 08, 2007 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp problem
Replies: 6
Views: 2012

The fact that you're using substring and concatenation suggests that you are generating a string data type.

Use a function like TimeToString() to convert the incoming string to a time, and then assemble CurrentDate() and that result into a timestamp.
by ray.wurlod
Mon Jan 08, 2007 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Value handling in seqential file stages in DSEE 7.5.2
Replies: 13
Views: 9367

You need five character null-replacement for field abc and nine character null-replacement for field klm. As suggested, this is set on a per-column basis by accessing the extended properties via Edit Row menu option (or you can double-click on the row number in the Columns grid).
by ray.wurlod
Mon Jan 08, 2007 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with a decimal field
Replies: 3
Views: 1112

Decimal data types are displayed with leading and trailing zeroes so that you can be sure that the precision and scale are handled correctly. The only way to lose them in a parallel job, without using BASIC components, is to convert to string and trim the leading zeroes (and trailing zeroes if desir...
by ray.wurlod
Mon Jan 08, 2007 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Diff Between Routines and Transforms
Replies: 2
Views: 833

Without worrying too much about the difference, what do you understand to be the definition of each?

Having answered that, has it contributed to your understanding of the difference between them?
by ray.wurlod
Mon Jan 08, 2007 11:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About DSUTILITY
Replies: 17
Views: 6611

:lol: If DSUTILITY is a DataStage utility, what is the generic term for a file utility?
by ray.wurlod
Mon Jan 08, 2007 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: config file
Replies: 19
Views: 4140

Is is NOT the configuration file. The only thing the configuration file supplies is the node name used in the error message. Somewhere a process has failed (or been killed). The configuration file is NOT a process. Even though you are only running one job, that does not preclude other activities on ...
by ray.wurlod
Mon Jan 08, 2007 9:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove all Non-Unique records
Replies: 14
Views: 6547

I think what's required is expressible in SQL as SELECT TheKey,Count(*) FROM TheFile GROUP BY TheKey HAVING Count(*) = 1; Why not extract it with SQL? The approach using sorted data and stage variables is also valid, provided you employ a key-based partitioning algorithm. Another des...
by ray.wurlod
Mon Jan 08, 2007 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Value handling in seqential file stages in DSEE 7.5.2
Replies: 13
Views: 9367

Because you've specified fixed-width format, any null-substitute value you specify must have the correct number of characters as the field in question - in the cited case, three. So "_" (three space characters) would be a valid representation of NULL; a single space character is not.
by ray.wurlod
Mon Jan 08, 2007 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unicode column lengths multiplied by 4
Replies: 5
Views: 3264

In server jobs you'll find that display width is double the precision when the data type is NChar or NVarChar. Internally, DataStage NLS uses its own idiosyncratic UTF-8 encoding of Unicode code points, so as to preserve dynamic array delimter characters as single-byte characters. This means that Un...
by ray.wurlod
Mon Jan 08, 2007 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extended ASCII characters
Replies: 3
Views: 1147

Try sending it to a text file. This has the second-least conversion.

(A Data Set has least, but you're then relying on View Data which others have suggested is a tad suspect.)
by ray.wurlod
Mon Jan 08, 2007 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SEETING UP PROJECT DEFAULTS
Replies: 10
Views: 4127

Seems like three years!

<sings>Tried for three years, seems like thirty...</sings>
(Jesus Christ Superstar - Tim Rice and Andrew Lloyd Webber)
by ray.wurlod
Mon Jan 08, 2007 9:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to Pad zeros at the begining of the field
Replies: 19
Views: 4355

As an alternative, try using

Code: Select all

Fmt(InLink.TheValue, "R%10")
by ray.wurlod
Mon Jan 08, 2007 9:00 pm
Forum: General
Topic: DataStage Job Phantom Warning
Replies: 1
Views: 1826

That text usually relates to the clearing of a hashed or directory-type file. Find a CLEAR.FILE command somewhere in you job or in a routine executed from it.
by ray.wurlod
Mon Jan 08, 2007 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: config file
Replies: 19
Views: 4140

Assertion: this has nothing at all to do with the configuration file.

A search for "unexpected" may prove fruitful.
by ray.wurlod
Mon Jan 08, 2007 8:20 pm
Forum: General
Topic: Datastage Version Control
Replies: 14
Views: 5666

No they're Anglo-Nubians.