Search found 53125 matches

by ray.wurlod
Tue Aug 16, 2005 2:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dividing a name like john w smith.
Replies: 11
Views: 2022

The best solution by far is to standardize the names using QualityStage. Read the online help for the Field() function. It will solve your need. Do you also need to handle "John Smith" (no middle initial) and "John G W Smith" (more than one)? Turns out there's a "one solution fits all" set of expres...
by ray.wurlod
Tue Aug 16, 2005 2:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting the rows
Replies: 6
Views: 1178

Learn to write the job control code, or hire someone with the skill. It's not a big ask. The main design specification will be how the list of table names is to be delivered.
by ray.wurlod
Tue Aug 16, 2005 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Huge file in UVTEMP directory
Replies: 7
Views: 2378

The capturekkkkkkaa files are generated by the CAPTURING clause of an EXECUTE statement in BASIC. They "should" be deleted automatically. They are safe to delete once the job that created them is no longer running. On UNIX systems the kkkkkk is normally the process ID of the process that created the...
by ray.wurlod
Tue Aug 16, 2005 2:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pre 4.2 User defined SQL behaviour in 5 version OCI Lookups
Replies: 3
Views: 1081

Click on Help.
Then click on the check box.
It should open a brief description of what's meant.
Then post that back here, so we can all know.
by ray.wurlod
Tue Aug 16, 2005 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email Notification
Replies: 7
Views: 1969

The ability to use job parameters in the Notification Activity was introduced in version 7.5. So, Christina, you will need either to upgrade or to create a script as Craig suggested. Search the forum, there's probably one already there.
by ray.wurlod
Tue Aug 16, 2005 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookupStage Hanging
Replies: 1
Views: 940

Sparse lookup or normal lookup?
by ray.wurlod
Tue Aug 16, 2005 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date in oracle 9i
Replies: 1
Views: 1231

Watch This Space

You should not have a space ahead of the seconds/milliseconds separator, but you have specified " ." (space dot).
by ray.wurlod
Tue Aug 16, 2005 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning due to transformer in parallell EX
Replies: 5
Views: 2068

Thanks for sharing that.

What do you think it means in terms of your job design?
by ray.wurlod
Tue Aug 16, 2005 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Extended" option in file stages,
Replies: 6
Views: 1492

It's nothing to do with languages; it's to do with encodings of characters. For example, there are at least two different ways to encode Korean characters, and at least fourteen in common use in Japan. And that's without counting the Microsoft variants! The "advantage", as you put it, is the ability...
by ray.wurlod
Mon Aug 15, 2005 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation issues
Replies: 4
Views: 1383

No.

A bus error occurs on the backplane of the machine; that is, there's a problem somewhere with the hardware. Get your UNIX system admin involved.

Try installing to a different location.
by ray.wurlod
Mon Aug 15, 2005 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Eleminating first row in SQF
Replies: 3
Views: 1360

Unless some very specific conditions apply, including that your sequential file is in fixed width format, it will not be processed on more than one node (that is, sequentially). Therefore, whether you follow the Sequential File stage with a Filter stage, a Transformer stage or some other stage kind,...
by ray.wurlod
Mon Aug 15, 2005 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Extended" option in file stages,
Replies: 6
Views: 1492

Visit Unicode Consortium web site to learn all about Unicode.
When NLS is enabled, DataStage uses an encoding of Unicode code points to store mapped characters from any data set, for example in hashed files and during processing.
by ray.wurlod
Sun Aug 14, 2005 9:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW TO DIVIDE A NAME INTO FIRST NAME ,LAST NAME
Replies: 4
Views: 880

Before you experiment with various functions (though Field() looks promising), why not document the required algorithm: that is, what do the data look like now, what do they need to look like, and what has to be done (in English) to get there? This is called a "business rule" and comes under the hea...
by ray.wurlod
Sun Aug 14, 2005 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DELETE.FILE for some files
Replies: 10
Views: 2392

I'd be happy to bid for the work to rebuild his project! :lol:
by ray.wurlod
Sun Aug 14, 2005 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DELETE.FILE for some files
Replies: 10
Views: 2392

I did try to address that in my reply, adding LIST to check and TYPE = "F" as an additional constraint on the SELECT. If you haven't destroyed the verbs you can always rebuild your VOC file (UPDATE.ACCOUNT and CLEAN.ACCOUNT). 'twas a valid question, even though one wonders whether the poster has tho...