Search found 53125 matches

by ray.wurlod
Mon May 18, 2009 6:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning question
Replies: 3
Views: 1861

The best way to answer this question it to draw it on paper. If your data are partitioned by A, B and C, will values of C all be on the same partition for any given value of C? The same question must be asked of values for B. And, of course, the answer is yes, so - provided that you preserve that pa...
by ray.wurlod
Mon May 18, 2009 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Job Exporting one by one
Replies: 2
Views: 1725

Other than manual, nothing in version 8.x.

But there are various DSX cutters around - a Perl version was posted quite recently.
by ray.wurlod
Mon May 18, 2009 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help converting to Upcase in dataset directory path !!
Replies: 6
Views: 2285

Parameter values can not be changed within the job that consumes them. They are read when the job starts and are fixed thereafter. As noted, you need to handle your casing issue prior to executing the job run request. You can do so very easily in a job sequence, particularly if you are using version...
by ray.wurlod
Mon May 18, 2009 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot find record JOBPARAMINSTS in executable job file
Replies: 5
Views: 5391

DS.CHECKER does not touch job logs for jobs that exist in the project. It must be run with exclusive access to the project, and cleans up any "orphan" files/tables left over from incomplete deletion of jobs. DSPARAMINSTS is a record in a hashed file in which the parameter values entered wh...
by ray.wurlod
Mon May 18, 2009 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage -- output link
Replies: 5
Views: 2710

... but you can direct it to a Sequential File stage that appends to /dev/null if you wish to discard the records.
by ray.wurlod
Mon May 18, 2009 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delta extraction
Replies: 3
Views: 1054

That is correct. If you use a server job to do so, then you can park the retrieved value in the job's user status area, which can be retrieved using the $UserStatus activity variable of the job activity that invoked the first job. A server job is preferred to a parallel job when only one row is to b...
by ray.wurlod
Mon May 18, 2009 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove all duplicate records
Replies: 4
Views: 1574

Thanks for the quick reply I'll try this and get back to u if i face any difficulty in implementing Why do you believe that U specifically will be able to assist? The second person personal pronoun in English is spelled "you", not "u". Please use a professional standard of writt...
by ray.wurlod
Mon May 18, 2009 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of special character to normal character
Replies: 9
Views: 2083

The map for hashed files must be NONE if they are only to be used within DataStage. A map of NONE will handle every character "as is".
by ray.wurlod
Mon May 18, 2009 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Range lookup issue
Replies: 18
Views: 5126

I am assuming you are supplying one date and returning rows for which that date is between eff_date and term_date.

In this case you require TWO key columns; id and date.
by ray.wurlod
Mon May 18, 2009 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence does not compile
Replies: 9
Views: 3462

Sequences need to be able to write on the client when being compiled. Is your DataStage client installation directory writable?
by ray.wurlod
Mon May 18, 2009 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The server is not responding
Replies: 12
Views: 5385

There are three servers that must be running.
IBM Information Server
WebSphere Application Server
DataStage server
by ray.wurlod
Mon May 18, 2009 3:49 pm
Forum: General
Topic: Import ODBC meta data definition in hung status
Replies: 3
Views: 1228

Re: Import ODBC meta data definition in hung status

Welcome aboard.
PrachiTrivedi wrote:we have recently upgraded from 7.5.2 to 7.5.1.
Is that correct?

What ODBC drivers, and at what versions, are you using?
by ray.wurlod
Mon May 18, 2009 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to specify the tablespaces when create DB2 table in DS
Replies: 9
Views: 3129

Not in DataStage. But you can change the default tablespace that the DB2 user is using within DB2.
by ray.wurlod
Mon May 18, 2009 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX_DEBUG
Replies: 1
Views: 994

Where did you read/learn about this environment variable? Surely the same location will document the effect of using it. (I don't know the answer off the top of my head, and can't find it in the standard manual set.) It's one introduced by Ascential.