Search found 53125 matches

by ray.wurlod
Fri Aug 13, 2010 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with hex '00' characters
Replies: 9
Views: 9207

Yes, Trim() will reduce multiple internal space characters to single.
by ray.wurlod
Thu Aug 12, 2010 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in doing substring
Replies: 10
Views: 3165

I would use the Standardize stage from the Data Quality folder applying the Canadian names rule set. But that requires having QualityStage licensed.
by ray.wurlod
Thu Aug 12, 2010 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datasatge vs Cobol
Replies: 1
Views: 939

You can do both! DataStage (Enterprise MVS Edition) can generate COBOL code and JCL for compiling and running the same. "Regular" DataStage can run on zLinux or on a USS partition of the mainframe. Your Windows edition is, by some considerable distance, a cheaper option than either of thos...
by ray.wurlod
Thu Aug 12, 2010 4:42 pm
Forum: IBM QualityStage
Topic: Match Frequency
Replies: 3
Views: 2226

I asked this question of IBM a couple of years ago, and received a "you don't need to know - the data are in a format that can be consumed by one of the Match stages" reply.
by ray.wurlod
Thu Aug 12, 2010 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not running
Replies: 5
Views: 1909

Could be contention of some kind in the source database.
by ray.wurlod
Thu Aug 12, 2010 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User limit problem
Replies: 2
Views: 1065

`cat /.dshome`/bin/dslictool has reporting and cleanup options. I can't recall whether the cleanup option can be run by dsadm or has to be run as root.
by ray.wurlod
Wed Aug 11, 2010 8:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage (aggregator stage)
Replies: 6
Views: 3196

I suspect that this is an "out of memory" situation. Make sure your data are sorted on the grouping keys (include ORDER BY in the ODBC stage) and mention that the data are sorted in the Aggregator stage properties.
by ray.wurlod
Wed Aug 11, 2010 7:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fail a job when file pattern not found
Replies: 6
Views: 2282

A before job subroutine that performs a check is the ideal way to solve this issue.
by ray.wurlod
Wed Aug 11, 2010 7:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating new rows of records.
Replies: 12
Views: 3953

What has to happen if the base date is, say, 2008-02-29 ?
by ray.wurlod
Wed Aug 11, 2010 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage server occuping more space
Replies: 10
Views: 2816

In Designer, use Tools > Configuration

Open the default configuration file and save as a different name.

Edit the configuration file to specify different conditions. Save and check.
by ray.wurlod
Wed Aug 11, 2010 7:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete a dataset file which is in unix server
Replies: 10
Views: 5009

Amazed that no-one mentioned the Data Set Management utility available from the Tools menu in Designer client. Simply select the Data Set and click the Delete tool.
by ray.wurlod
Wed Aug 11, 2010 7:10 pm
Forum: General
Topic: dataset
Replies: 4
Views: 1151

Interview questions should definitely be avoided. We believe that answers to interview questions should be the candidate's own answers, not those of experts on a forum.
by ray.wurlod
Wed Aug 11, 2010 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character data, right truncation occurred
Replies: 8
Views: 7474

Welcome aboard. Why not begin a new thread so that we know what version and platform you are using? I doubt it's the same as this three year old thread.
by ray.wurlod
Wed Aug 11, 2010 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment parameter name in administrator
Replies: 1
Views: 939

Only any limit imposed by the operating system of the machine on which the engine tier (server) is installed.

Probably 255 characters. That's three and a bit punched cards.