Search found 53125 matches

by ray.wurlod
Tue Apr 10, 2007 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle date formats
Replies: 8
Views: 2820

No, we can NOT help you out, because your design is not clear.
Wrap it in code tags, as requested.
by ray.wurlod
Tue Apr 10, 2007 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error
Replies: 3
Views: 883

For that matter, what is the question?

Or are you just sharing the joy? :?
by ray.wurlod
Tue Apr 10, 2007 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting warning limit for jobs called from a sequencer
Replies: 5
Views: 1348

Can you explain - for the benefit of future searchers - how to achieve this result using a batch? And why you would prefer a batch to a job control routine?
by ray.wurlod
Tue Apr 10, 2007 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: funnel Stage issue
Replies: 9
Views: 2757

Or just cat file1 file2 file3 as the Filter command in a Sequential File stage (the stage reads stdout from the filter command). The next question is whether you are intending to read this file executing in parallel mode (that is, multiple readers per node), in which case the header and trailer line...
by ray.wurlod
Tue Apr 10, 2007 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: schema
Replies: 14
Views: 3631

What is the record delimiter property set to? This needs to be "None".
by ray.wurlod
Tue Apr 10, 2007 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential processing of Files
Replies: 43
Views: 11929

Parallel jobs do not permit "passive" stages to have both input and output link (reject link is a special case).

You need two jobs, possibly run under control of a job sequence. It's the only way. Ranga's solution does not achieve the dependency of the third file upon the output from the second.
by ray.wurlod
Tue Apr 10, 2007 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash table warning
Replies: 3
Views: 2189

That you have sorted the key columns is irrelevant.

You must tell the Aggregator stage that this is the case, by setting the Options/Group property to Sort - its default value is Hash
by ray.wurlod
Tue Apr 10, 2007 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SetNull() in Stage Variable
Replies: 7
Views: 4403

Try using an in-band null (that is, a value that is legal for the domain but not present in the data, such as Str("\",30))

You can convert this to an out-of-band null (using SetNull()) in a column derivation expression.
by ray.wurlod
Tue Apr 10, 2007 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling C program from DataStage Job
Replies: 16
Views: 6469

Before/After stage subroutines are not supported in parallel jobs.

Before/After job subroutines are supported, because the conductor process (which looks after startup and shutdown) typically runs on the node where the DataStage BASIC run machine resides.
by ray.wurlod
Tue Apr 10, 2007 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading input data from Sequential file
Replies: 4
Views: 1716

If the first five rows don't match the metadata of the remaining rows, you can get away with doing nothing, just allow the import to fail for these rows (though it will log a warning message). You can capture these import failures via a Reject link on the Sequential File stage, thus allowing your to...
by ray.wurlod
Tue Apr 10, 2007 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records going in air
Replies: 11
Views: 3483

Create a Rejects link on your Sequential File stage. This will capture any row that could not be imported because it does not match the metadata. Note also that the "representation of NULL" (the Null Field Value property) in a fixed width file must have the same number of characters as the field its...
by ray.wurlod
Tue Apr 10, 2007 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage PX job aborted
Replies: 8
Views: 5410

Welcome aboard. :D

There's no need to re-quote everything - it just wastes space on the server.
by ray.wurlod
Tue Apr 10, 2007 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need infromation regarding some Fatal errors
Replies: 9
Views: 7725

Go to your job's Parameters grid (in job properties dialog).
Click Add Environment Variable.
Choose APT_DISABLE_COMBINATION from the list supplied.

When you run the job, set it to True.
by ray.wurlod
Tue Apr 10, 2007 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters are quoted by DS when passed in when scheduled
Replies: 10
Views: 2930

What's changed? Involve your support provider. You need to determine whether the quotes have been stored in the job design. A quick test would be to create a trivial job that uses parameters of the same kind and see whether its parameters are quoted in the various environments. Check the job log for...
by ray.wurlod
Tue Apr 10, 2007 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage vs COBOL
Replies: 12
Views: 5590

Nac Mac Feegle!

(The Wee Free Men)