Search found 53125 matches
- 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...
- Tue Aug 16, 2005 2:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting the rows
- Replies: 6
- Views: 1178
- 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...
- 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
- 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
- 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
- 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).
- 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
- 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...
- Mon Aug 15, 2005 12:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installation issues
- Replies: 4
- Views: 1383
- 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,...
- 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.
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.
- 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...
- 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
- 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...