Search found 53125 matches

by ray.wurlod
Mon Mar 30, 2009 11:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batching the records
Replies: 7
Views: 1574

U did not ask the question. U is one of our members. It's a Burmese name. The second person personal pronoun in English is spelled "you", not "u". Please use a professional standard of English on DSXchange, not least because "proper" English is hard enough for those who...
by ray.wurlod
Mon Mar 30, 2009 7:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat file error
Replies: 13
Views: 3074

Corrupted repository? Have you used fixtool (or UVFIXFILE) in verify mode to look at DS_JOBS and DS_JOBOBJECTS tables? The string in your report is a DataStage-encrypted string. It does not belong in a File property.
by ray.wurlod
Mon Mar 30, 2009 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Mask
Replies: 1
Views: 914

No.

Standardize the format of your string (add leading zeroes to month and day) so that you only need one mask.

Search the forum for techniques.
by ray.wurlod
Mon Mar 30, 2009 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does anyone have a PX job template for SCD type 2?
Replies: 8
Views: 2578

The storage mechanism, which the OP stated does not exist, in fact does exist. It's a "state file" created (if needed), initialized and used by the Surrogate Key Generator stage and the GetSurrogateKey() function.
by ray.wurlod
Mon Mar 30, 2009 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup where ID is within the range of 2 columns
Replies: 13
Views: 4074

There are two different kinds of range lookup - one where the range is on the stream input, the other where the range is on the reference input. Be careful how you specify it.
by ray.wurlod
Mon Mar 30, 2009 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat file error
Replies: 13
Views: 3074

My guess is that you've put a reference to an encrypted parameter into a filename field.
by ray.wurlod
Mon Mar 30, 2009 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before/After Stage subroutines
Replies: 10
Views: 11677

Parallel jobs do support before-job and after-job subroutines (which are executed by the Conductor process) but do not support before-stage or after-stage subroutines.

The before/after subroutines are server routines whose type is before/after subroutine.
by ray.wurlod
Mon Mar 30, 2009 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert form Rows into Columns
Replies: 5
Views: 4124

Welcome aboard. This technique is called Vertical Pivot.

Search the forum for techniques - the main one uses Transformer stage with stage variables.

In a future release (8.2?) the Pivot stage will handle vertical pivot.
by ray.wurlod
Mon Mar 30, 2009 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job sub-routine
Replies: 3
Views: 1584

It appears not to have liked the backslash.
by ray.wurlod
Mon Mar 30, 2009 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any Automation Process to hanlde Data
Replies: 5
Views: 1446

Look at the timestamps on the two posts. John has responded with a separate thread to ask a separate question, which is the way things should be.

There is no need to quote everything - it only wastes space.
by ray.wurlod
Mon Mar 30, 2009 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error While calling Sequences Through Autosys Script
Replies: 2
Views: 4016

Domain logto suggests that the user details supplied are not those of a user credentialled for DataStage in the named project, or that the named project is not a correct DataStage project name. Did you provide port numbers in the request?
by ray.wurlod
Mon Mar 30, 2009 3:51 pm
Forum: General
Topic: Mask Passwords with ** a field?
Replies: 6
Views: 1710

Perhaps solved, but not an answer to the original question.
by ray.wurlod
Mon Mar 30, 2009 3:50 pm
Forum: General
Topic: Batch jobs
Replies: 8
Views: 2488

What Craig said, except for the "why not" part.

NEVER kill DataStage processes.
by ray.wurlod
Mon Mar 30, 2009 3:47 pm
Forum: General
Topic: Suppressing return code checking in filter and before stage
Replies: 6
Views: 4237

Don't hold your breath.
by ray.wurlod
Mon Mar 30, 2009 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any Automation Process to hanlde Data
Replies: 5
Views: 1446

Welcome aboard.

There's nothing automatic, but you can design recovery.

As noted, designing recovery will require that you keep track of how far the job has got before it fails.