Search found 53125 matches

by ray.wurlod
Tue Feb 27, 2007 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending to a Sequential File
Replies: 5
Views: 1618

All that trouble, when you could have downloaded the OpenSequentialFile routine!
by ray.wurlod
Tue Feb 27, 2007 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-14)
Replies: 2
Views: 956

Don't overload the machine, or get a more powerful machine.
by ray.wurlod
Tue Feb 27, 2007 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer
Replies: 2
Views: 674

Etiquette Note
We don't do "urgent" here. It is an all-volunteer site; no-one gets paid for posting anything. People post as and when they can. If you want urgent answers, sign up for premium service from your support provider, and learn the true cost of "urgent".
by ray.wurlod
Tue Feb 27, 2007 3:06 pm
Forum: General
Topic: Run a job without waiting to complete
Replies: 9
Views: 3060

You can use an Execute Command activity to execute dsjob, as others have noted. You can also use a Routine activity to call UtilityRunJob, or a routine of your own that submits the run request and exits without waiting for the job to finish. FUNCTION RunJobNoWait(JobName, InvocationID) $IFND...
by ray.wurlod
Tue Feb 27, 2007 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to keep a record with some null fields
Replies: 5
Views: 1588

Make sure that the field is declared as nullable everywhere it appears.
by ray.wurlod
Tue Feb 27, 2007 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting comp3 value into integer
Replies: 5
Views: 1277

Why not just read the file with a Complex Flat File stage, which can handle these data types intrinsically?
by ray.wurlod
Tue Feb 27, 2007 12:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Error
Replies: 2
Views: 917

Is it Thai in some rows and German in other rows, or a mixture in any given single row? If the former, you could read using the Thai map (TIS602?), which would reject rows with Thai-unmappable characters. In another job or another stream you could read using the ISO8859 map for German, which would r...
by ray.wurlod
Mon Feb 26, 2007 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting comp3 value into integer
Replies: 5
Views: 1277

Why not just read the file with a Complex Flat File stage, which can handle these data types intrinsically?
by ray.wurlod
Mon Feb 26, 2007 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to elimilate warning when converting string to timestamp
Replies: 8
Views: 4709

The quick way is to right click on a warning message and "add rule to message handler". While in that dialog, click Help.

It will be in one of the manuals, but I don't have time to research which one. I'd guess Manager Guide would be the first place I'd look.
by ray.wurlod
Mon Feb 26, 2007 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages that support regular expressions (regex)
Replies: 7
Views: 7915

The answer to your first question is NO, which makes your second question moot.

A Filter stage uses something like regular expressions in its WHERE clause, but does not support the full gamut of regular expression functionality.
by ray.wurlod
Mon Feb 26, 2007 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle User-Defined Function
Replies: 14
Views: 4363

Functions can not be CALLed. Only stored procedures can be called.

Use your function in a SELECT statement, perhaps one that selects only one row (maybe from DUAL).
by ray.wurlod
Mon Feb 26, 2007 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is a Sparse Lookup in DataStage EE?
Replies: 15
Views: 35202

I doubt that the OP is using an Oracle Enterprise stage, as DB2 was specifically mentioned.
by ray.wurlod
Mon Feb 26, 2007 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to elimilate warning when converting string to timestamp
Replies: 8
Views: 4709

You can create a job-specific message handler to demote these warnings to informational.
by ray.wurlod
Mon Feb 26, 2007 8:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is a Sparse Lookup in DataStage EE?
Replies: 15
Views: 35202

Where (in which stage type) did you look?
by ray.wurlod
Mon Feb 26, 2007 8:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 SQL referencing a list
Replies: 16
Views: 4846

A Routine activity in a job sequence