Search found 53125 matches

by ray.wurlod
Fri Nov 29, 2013 3:49 pm
Forum: General
Topic: istool export question
Replies: 2
Views: 1009

Arnd is correct. You will need to use istool import command.
by ray.wurlod
Thu Nov 28, 2013 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to process one row at a time using Java Integration?
Replies: 7
Views: 2095

Use server job components loaded into a server Shared Container which you can (if the rules aren't violated) use in a parallel job. The rules are in Chapter 2 of the Parallel Job Developer's Guide.
by ray.wurlod
Thu Nov 28, 2013 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job compilation prompts missing
Replies: 7
Views: 5167

Have a look under Tools > Options in the Designer client.
by ray.wurlod
Thu Nov 28, 2013 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Collecting the Partitioned Data
Replies: 6
Views: 1968

It's not immediately a partitioning issue. Try writing out (in language, not in code) the rules that describe how each output row is to be produced.
by ray.wurlod
Thu Nov 28, 2013 5:30 pm
Forum: General
Topic: Abort Sequencer only after jobs finish in case of failure
Replies: 2
Views: 1623

Actually the constant needs to be 1, or DSJS.RUNOK. 0 means "running".
by ray.wurlod
Thu Nov 28, 2013 5:29 pm
Forum: General
Topic: how many patches are released for 8.7 DataStage version
Replies: 2
Views: 1276

Everyone has access to Fix Central, where you can get that answer yourself and, indeed, download patches relevant to you.
by ray.wurlod
Thu Nov 28, 2013 5:28 pm
Forum: General
Topic: multiple inputs to sequential file
Replies: 10
Views: 2708

Go to Kim Duke's website and download his material on completeness testing. It's likely that not all rows in those "works fine" jobs made it into the file, but that no rigorous testing was done; the fact that there were some rows was taken to be success.
by ray.wurlod
Wed Nov 27, 2013 2:52 pm
Forum: Enhancement Wish List
Topic: A Switch to Disable Pop Up Job Diagram
Replies: 3
Views: 8428

Of course you can be diligent about not hovering over the job name.
by ray.wurlod
Tue Nov 26, 2013 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character sets and NLS settings
Replies: 0
Views: 3648

This is probably not a NLS problem. There's something Sybase doesn't like about your job's metadata for the 19th column.
by ray.wurlod
Tue Nov 26, 2013 3:31 pm
Forum: General
Topic: multiple inputs to sequential file
Replies: 10
Views: 2708

DataStage allows it because it does actually work on some (few) operating systems. Chances are that the lines are interspersed.
by ray.wurlod
Tue Nov 26, 2013 3:26 pm
Forum: IBM QualityStage
Topic: "OVERRIDE token values not validated" error
Replies: 11
Views: 7444

The literal for the PREP rule sets is supposed to encase a two-character ISO country code. This literal specifies the default country code to use if the logic of the rule set cannot determine one - in this case the flag is set to "N". Do you still get the warnings if you use "ZQUSZQ&q...
by ray.wurlod
Tue Nov 26, 2013 3:23 pm
Forum: Enhancement Wish List
Topic: A Switch to Disable Pop Up Job Diagram
Replies: 3
Views: 8428

The right people at IBM do read this forum. They do note what's written, whether or not they choose to do anything about them.
by ray.wurlod
Tue Nov 26, 2013 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character(s) ([xFD]) found converting string issue
Replies: 2
Views: 1679

This should not be happening. [xFD] is a UniData value mark; it should be able to be handled correctly. Check with your official support provider.
by ray.wurlod
Tue Nov 26, 2013 3:36 am
Forum: IBM QualityStage
Topic: "OVERRIDE token values not validated" error
Replies: 11
Views: 7444

What overrides exist in your USPREP rule set?
by ray.wurlod
Fri Nov 22, 2013 9:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to do a change capture for a Slowly Changing Dimension
Replies: 12
Views: 2702

Your original post specified 8x, which is probably why Mike responded as he did. In earlier versions you have to do all the coding yourself; the lookup on the business key, the testing to see whether the row exists and, if so, whether there are any changes, the generation of the new key value and th...