Search found 53125 matches

by ray.wurlod
Wed Nov 30, 2005 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row generator and column generator
Replies: 3
Views: 1387

Once you've opened the Edit Row dialog from the Columns grid, you will find a property called Generator. It's possible values are cycle or alphabet. All is explained in the information pane.
Don't forget to click Apply before trying to move on.
by ray.wurlod
Wed Nov 30, 2005 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log Path to see the Job LOG - not thru Director!!!
Replies: 11
Views: 2280

I suspect you are just being impatient. To retrieve the job log, a request of the form SELECT * FROM RT_LOGnnn WHERE ... ORDER BY 1 must be issued against the Repository database. If there are many entries in the log table, sorting the report will take quite some time. No rows can be returned until ...
by ray.wurlod
Wed Nov 30, 2005 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_CONFIG 1342 - Unable to write record to file
Replies: 4
Views: 5417

Make sure that all users have umask set to 002 and that umask 002 appears in $DSHOME/dsenv.
by ray.wurlod
Wed Nov 30, 2005 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Details
Replies: 5
Views: 1660

No. I had arranged work in Boston and Paris, a family visit in Lausanne, and more work in Malaysia. Got back 90 minutes ago.

I have a major in statistics; I never gamble. :wink:
by ray.wurlod
Wed Nov 30, 2005 3:40 pm
Forum: IBM QualityStage
Topic: QS Deduplication Job taking 2jrs for 34000 records
Replies: 13
Views: 7405

You must be the detective - I'm not there. Take the QS pieces out of the DS job and run some timings. Run the QS jobs separately and get more timings. I doubt that qsrtmngr is likely to be the bottleneck, but you could trace that also. Monitor the system while all these things are happening, partic...
by ray.wurlod
Wed Nov 30, 2005 3:37 pm
Forum: Site/Forum
Topic: Get moving folder for members :)
Replies: 3
Views: 2386

It's a misspelling - someone is worried about the site of so many corpulent participants. Unfortunately they did tend to overfeed us at the event; a fairly common occurrence in the USA. (Actually, it's worse for me - I've since been in France checking out the patisseries!) To quote Garfield, "diet" ...
by ray.wurlod
Wed Nov 30, 2005 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Series Trigger
Replies: 4
Views: 2035

The story gets better in version 8, but that's not here yet.
by ray.wurlod
Wed Nov 30, 2005 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routines to load data in to a sequential file
Replies: 9
Views: 2160

You'll need to search for OpenTextFile function - it may have been posted as OpenSequentialFile.
by ray.wurlod
Wed Nov 30, 2005 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reserved Character Conversion
Replies: 12
Views: 3598

Whatever the installation guide and readme files for your platform specify!
by ray.wurlod
Wed Nov 30, 2005 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A list of Questions
Replies: 5
Views: 3213

1) They're not.
2) The notion of instance is foreign to DataStage. Have them clarify.
3) I have no idea what Instant Strategies means other than in the food industry.
by ray.wurlod
Wed Nov 30, 2005 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key management
Replies: 1
Views: 756

This answer has been given before
Please use the Search utility to find it.
by ray.wurlod
Wed Nov 30, 2005 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Details
Replies: 5
Views: 1660

Never say never.

However, the certification for EE will be available in about February. I'll post something more once I get home - still on the way home from Las Vegas!
by ray.wurlod
Wed Nov 30, 2005 4:08 am
Forum: IBM QualityStage
Topic: QS Deduplication Job taking 2jrs for 34000 records
Replies: 13
Views: 7405

What's different between the two systems? Be as detailed as possible.
There are no traces on either system - you have to add them yourself.
by ray.wurlod
Wed Nov 30, 2005 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job execution problem after C++ installation
Replies: 5
Views: 1568

DataStage records - internally - what C++ compiler you're using. Your earlier installation had recorded the fact that there was no compiler installed.
by ray.wurlod
Wed Nov 30, 2005 1:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routines to load data in to a sequential file
Replies: 9
Views: 2160

Create a stage variable in a Transformer stage to count the number of times the string has been seen. Use constraint expressions to direct output accordingly. Rows go to the first file (output link) if the count is 0, to the second file if the count is 1, and so on. For large numbers of files this a...