Search found 35 matches

by rony_daniel
Wed Sep 28, 2005 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are the system requirements for Parallel Extender/PX
Replies: 11
Views: 4297

What are the system requirements for Parallel Extender/PX

Hi All,

Please anyone tell me what are the sytem requirements for Installing Datastage Parallel Extender/PX.

Thanks,
Rony
by rony_daniel
Tue Sep 13, 2005 11:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to build Time dimension table
Replies: 11
Views: 6293

ray.wurlod wrote:Add a THEN clause to the OPENSEQ statement and execute WEOFSEQ therein.

Move the main loop outside the scope of the OPENSEQ statement as a result (or duplicate it within the scope of the THEN clause).
Thanks Ray. It worked.
by rony_daniel
Tue Sep 13, 2005 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to build Time dimension table
Replies: 11
Views: 6293

This code overwrites the text file every time you run it. Should not be a problem. Yes this code overwrites the file every time we run it. But the problem comes when in the first run if you have 100 records and in the 2nd run if you change the range and the no:of records are only say 10. Then after...
by rony_daniel
Mon Sep 12, 2005 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to build Time dimension table
Replies: 11
Views: 6293

Time Dim

Here is how we did a TIME_DIM. You could easily change the "MTHs" into "D4-" to do a DAY_DIM table. The concept is to do all this in job control and write to a sequencial file. * ================================================================= * Job: ExtractTimeDimStg * =======...
by rony_daniel
Thu Sep 08, 2005 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing a message from a transform into job log
Replies: 6
Views: 2334

what Unassigned will do

Hi Ray,

In your example you have mentioned Unassigned(Arg1) . Can you please explain what Unassigned will do.

Thanks & Regards,
Rony.[/b]