Search found 53125 matches

by ray.wurlod
Mon May 19, 2008 6:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborting while loading zero records thro one of nodes
Replies: 2
Views: 3841

That has to be a bug. Advise your support provider.
by ray.wurlod
Mon May 19, 2008 6:00 pm
Forum: General
Topic: Sequential Files, Timestamps, Null values and Asterisks
Replies: 26
Views: 15059

I can not read your mind, so can not determine your particular intent. :D However what you say is true if you use "documented effect". As you note, you don't even need to include it in the job as a parameter - simply having it set (and therefore active in the environment) in the project will suffice...
by ray.wurlod
Mon May 19, 2008 5:58 pm
Forum: General
Topic: UVSH - HELP
Replies: 12
Views: 9003

In the Connection branch in putty, what is the terminal type string being sent to the server? This becomes the value of the TERM environment variable in the operating system, from which dssh gets its initial terminal type. Mine is currently "xterm". Your SET.TERM.TYPE needs to match this value. Ther...
by ray.wurlod
Mon May 19, 2008 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: add single quote in data
Replies: 6
Views: 2394

You can convert each "~" to "'~'" using an Ereplace() function [search the forum] and concatenate a single quote character to each end of the string. Or, if the source is a file, you could pre-process it with a stream editor such as sed (I note you are on Windows, but assume you have MKS Toolkit or ...
by ray.wurlod
Mon May 19, 2008 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivoting Problem
Replies: 5
Views: 1409

I did read it completely. If you take the output you have in your initial post and process it through a Remove Duplicates stage keyed on Col1 and Col2, retaining the Last record of each group, you will have the answer you desire. Which is precisely what I suggested.
by ray.wurlod
Mon May 19, 2008 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with VarBinary datatype
Replies: 1
Views: 1131

HOW are you trying to use DataStage to convert it to VarChar, and what would you expect to get from this particular string if you did? (And do you have NLS enabled?)
by ray.wurlod
Mon May 19, 2008 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can i call a perl script in external filter stage
Replies: 2
Views: 910

Yes you can. ANY executable can be called from an External Filter stage (subject to the following restriction if it is to work properly). The script must accept (on its standard input) the stream of data from the input link to the External Filter stage, and generate (on its standard output) a stream...
by ray.wurlod
Mon May 19, 2008 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbc connection problem
Replies: 3
Views: 2401

Check permissions on /41bdsadm/Ascential/DataStage/branded_odbc and its subdirectories. You need at least read and execute.
by ray.wurlod
Mon May 19, 2008 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container
Replies: 3
Views: 908

Please mark the thread as Resolved
by ray.wurlod
Mon May 19, 2008 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FileSet and DataSet
Replies: 3
Views: 1411

The main difference is how data are stored - in a Data Set internal formats are used, while in a File Set external (human-viewable) formats are used. There are implications from these but you only sought the main difference. When is the interview?
by ray.wurlod
Mon May 19, 2008 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count generation
Replies: 13
Views: 3837

Keep in mind (and in your design) the consequences of parallel execution. Is "the tenth record on each node" what you require, or "the tenth line from a sequential file (being processed sequentially)" what you require?
by ray.wurlod
Mon May 19, 2008 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: question on merge stage
Replies: 1
Views: 572

Yes. The Merge stage allows a separate output ("reject") link for each secondary input.

Is the Merge stage really the one you want? The first time you match a "Y" it is consumed, so the second time you try to find a "Y" there won't be one.
by ray.wurlod
Mon May 19, 2008 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Some instances of job not getting triggered
Replies: 1
Views: 711

Put logging entries into the Job activities that invoke the Audit sequence so that you can determine whether or not they get triggered. Make sure that the invocation ID is reported. Disable log purge on the Audit sequence. It may be that they do get triggered, but you don't see them. For example, if...
by ray.wurlod
Mon May 19, 2008 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle error
Replies: 4
Views: 923

That is an Oracle restriction, not a DataStage restriction. Other database servers have similar (but different) restrictions.
by ray.wurlod
Mon May 19, 2008 5: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

If it's the project that's "from scratch" then you have an excellent opportunity to do things right from the beginning - proper metadata management and control, adherence to in-house naming conventions and, above all, documentation. Grasp the opportunity - you won't often get it. And remember, the s...