Search found 53125 matches

by ray.wurlod
Mon May 19, 2008 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PowerBuilder 11 and dsobjects.dll
Replies: 2
Views: 1106

It should be identical. You use the same instantiation string and it exposes the same objects.
by ray.wurlod
Mon May 19, 2008 4:31 pm
Forum: General
Topic: UVSH - HELP
Replies: 12
Views: 9003

There's no direct equivalent. First you need to know what terminal type your telnet client is emulating, for example VT100. The command to tell DataStage (dssh) about this is SET.TERM.TYPE SET.TERM.TYPE VT100 This command supports a number of options, which you can find out from HELP or from the Uni...
by ray.wurlod
Mon May 19, 2008 4:26 pm
Forum: General
Topic: Sequential Files, Timestamps, Null values and Asterisks
Replies: 26
Views: 15059

You are permitted to create environment variables, using the Administrator client. Not every environment variable mentioned in the manual is part of the product as shipped, though the ability to react to them is.
by ray.wurlod
Mon May 19, 2008 4:24 pm
Forum: General
Topic: OSH unavailable error
Replies: 3
Views: 1627

Posting the same question in multiple forums is annoying and wastes our time. Please refrain from doing so.
:x
by ray.wurlod
Mon May 19, 2008 4:20 pm
Forum: General
Topic: How can I connect Datastage server with new user
Replies: 3
Views: 1233

Does the new user's login script (for example .profile) cause them to be directed to a directory other than the DataStage project?
by ray.wurlod
Mon May 19, 2008 4:19 pm
Forum: General
Topic: Removal of any non-numeric character
Replies: 2
Views: 1093

Welcome aboard. This question has been asked, and solutions offered, in the past. Search is your friend.
by ray.wurlod
Mon May 19, 2008 4:15 pm
Forum: IBM QualityStage
Topic: osh is unavailable. Please install or configure
Replies: 7
Views: 2349

Is PXEngine visible to (copied to or mounted on) all nodes mentioned in your configuration file?
by ray.wurlod
Mon May 19, 2008 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivoting Problem
Replies: 5
Views: 1409

... or use a Remove Duplicates stage to take the final member of each group (which you would have found had you really done "enough" searching).
by ray.wurlod
Mon May 19, 2008 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge
Replies: 3
Views: 1562

They may not have the same names on the input links.
by ray.wurlod
Sun May 18, 2008 9:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Database
Replies: 15
Views: 3679

As far as the database server is concerned, a DataStage job is just another client application. The machine on which that application runs has to be configured as for any other client application that accesses that database. There is nothing special for DataStage, though the dsenv script is a conven...
by ray.wurlod
Sun May 18, 2008 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what ETL develoer do in a project from scratch
Replies: 7
Views: 1788

Enrol in a DataStage Essentials training class. DataStage is no longer a tool that can be used "out of the box" by a novice. At least not effectively.
by ray.wurlod
Sun May 18, 2008 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: approachs for generating surrogate key
Replies: 2
Views: 1125

You omitted generating the surrogate key value in a Transformer stage.
by ray.wurlod
Sun May 18, 2008 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: approaches for SCD
Replies: 3
Views: 1418

Yes. Change capture can be done externally to DataStage. Read about IBM's acquisition last year of Data Mirror, and search the web for other techniques such as processing transaction logs.
by ray.wurlod
Sun May 18, 2008 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the final (production) code have Row Generators?
Replies: 6
Views: 1311

The Palette is fully customizable. Categories are totally artificial.
by ray.wurlod
Sun May 18, 2008 2:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Database
Replies: 15
Views: 3679

Or (in version 8.0 and later) you can store this information in a Connector in your repository, and use this in a Connector stage in your job. It amounts to the same thing as what Craig described, but you only have to design it once and you can test it before using it "in anger".