Search found 53125 matches

by ray.wurlod
Fri Jun 13, 2008 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Post-installation problems with IBM info server
Replies: 17
Views: 8625

Yes, I also have never seen the UNLOCK command hang like this. Are you specifying the keyword "ALL" in upper case?
by ray.wurlod
Fri Jun 13, 2008 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage with Transformer Stage
Replies: 14
Views: 2623

You are entitled to your opinion.

I, on the other hand, rejoice in having a sense of humour.
by ray.wurlod
Fri Jun 13, 2008 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row Splitter vs Transformer with FIELD function
Replies: 7
Views: 2386

My preference would be one Transformer stage.
by ray.wurlod
Fri Jun 13, 2008 5:49 am
Forum: General
Topic: Service Pack for SAP BW 7
Replies: 2
Views: 1002

Immediately? No way. We're all volunteers, who post as and when we can. And are under no obligation to do so. If you want immediate, sign up with your support provider for premium or even super-premium service, and learn the true cost of urgency.
by ray.wurlod
Fri Jun 13, 2008 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage with Transformer Stage
Replies: 14
Views: 2623

It is precisely my meaning, and my post is totally off topic. I added <pedantic> tags to try to indicate that this is the case.
by ray.wurlod
Fri Jun 13, 2008 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleting a job
Replies: 10
Views: 2697

Not true in this case because all the RT_xxxnnn hashed files share common file dictionaries. Because the dictionary name does not correspond to the VOC entry name, the VOC entry is not deleted, instead the data file pathname (field #2) is set to nothing, as per the message. These entries will serve ...
by ray.wurlod
Thu Jun 12, 2008 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage with Transformer Stage
Replies: 14
Views: 2623

ag_ram wrote:
ray.wurlod wrote:<pedantic>
You can't bifurcate into four.
</pedantic>


Could you please let me stay in the meaning of your words here?

The "bi" in "bifurcate" means "two".
by ray.wurlod
Thu Jun 12, 2008 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing a sequential file with varying anumber of columns
Replies: 1
Views: 970

Reading as a single column is an excellent approach. Investigate using a Column Import stage to parse the record - it may be more efficient than multiple Field() functions in a Transformer stage. Also investigate using a Schema File with a Sequential File stage, rather than explicitly defined column...
by ray.wurlod
Thu Jun 12, 2008 8:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Post-installation problems with IBM info server
Replies: 17
Views: 8625

That shows that there are four clients attached to the project, of which three are defunct processes (have no process ID).

You should be able safely to execute UNLOCK userno ALL command for the three user numbers (other than 62928) that do not have process IDs.
by ray.wurlod
Thu Jun 12, 2008 6:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to specify nullable column in CFF stage?
Replies: 14
Views: 4812

Does your COBOL FD include information about the location of the null indicator? This is usually the first or last byte of a field, or may be a separate one-character field.
by ray.wurlod
Thu Jun 12, 2008 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOIN STAGE
Replies: 3
Views: 2575

The "#" characters may be interfering. DataStage may be trying to effect job parameter substitution.
by ray.wurlod
Thu Jun 12, 2008 6:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sync error
Replies: 2
Views: 930

Recompiling the job should reset the wave number.
by ray.wurlod
Thu Jun 12, 2008 6:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleting a job
Replies: 10
Views: 2697

Not quite. The definition records in VOC should be deleted, not set to nothing, if the deletion is to be counted as successful.
by ray.wurlod
Thu Jun 12, 2008 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage with Transformer Stage
Replies: 14
Views: 2623

<pedantic>
You can't bifurcate into four.
</pedantic>
by ray.wurlod
Thu Jun 12, 2008 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reg:Date function
Replies: 2
Views: 1045

How would you want to display 12-06-1008 or 12-06-3008 ?

I suggest you have not thought thoroughly through your requirement.