Search found 53125 matches

by ray.wurlod
Fri Apr 28, 2006 3:07 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Still looking for TX Training Version 8.0
Replies: 2
Views: 2688

Any chance of sharing?
by ray.wurlod
Fri Apr 28, 2006 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archiving of data
Replies: 3
Views: 892

Thank you for sharing that.

Can you please expand on exactly what you mean, and how you want to design to achieve your goals. What is "stale" mode? In a separate table? Are the records in your tables timestamped? If not, how do you propose to identify "1 year data"?
by ray.wurlod
Fri Apr 28, 2006 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: identify temp files created by DS
Replies: 7
Views: 2942

In the uvconfig file there is a directory whose pathname is recorded as UVTEMP. You can remove any files from here that are owned by a DataStage process, provided the DataStage process is no longer running. You can purge most entries from &PH& in each project, particularly the older ones. If...
by ray.wurlod
Fri Apr 28, 2006 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to detect and create combinations??
Replies: 26
Views: 4406

I believe the routine needs four separate loops - for single, two-level, three-level and four-level combinations. But I haven't given it a lot of help. Probably nested counted (for..next) loops would work.
by ray.wurlod
Fri Apr 28, 2006 12:40 am
Forum: IBM QualityStage
Topic: Probelm While Runing the QS Job
Replies: 17
Views: 8921

You did not mention originally that you are using a QualityStage plug-in stage from DataStage. Otherwise I would have asked you to check qsrtmngr as well as qsserv processes. For this combination to work, the qsrtmngr process must be running. If you like, qsrtmngr is the "listener" - like a real-tim...
by ray.wurlod
Thu Apr 27, 2006 9:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to detect and create combinations??
Replies: 26
Views: 4406

Should there really be four rows 29?
by ray.wurlod
Thu Apr 27, 2006 8:46 pm
Forum: IBM QualityStage
Topic: QualityStage Match - 2 Files, multiple records in output
Replies: 3
Views: 2239

That's probably right. You're used to seeing XA for master, DA for duplicate and RA for residual from a single file (UNDUP) match. The A means "first file". Now you also see B, meaning "second file", the other file in a two file match (MATCH for one-to-one, GEOMATCH for many-to-one). This A and B co...
by ray.wurlod
Thu Apr 27, 2006 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage log overflow limit setting
Replies: 9
Views: 6346

Create a DataStage job or routine that can dump the contents of a job log into somewhere else - a text file, perhaps. This will allow you to use larger numbers than integers. This job or routine could also purge the job log, but there are implications in that the control records' values also need to...
by ray.wurlod
Thu Apr 27, 2006 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join 2 tables on a key without using lookup
Replies: 12
Views: 2438

:?:

This would be Oracle bin Larry to whom you're referring as "Ellison"?
by ray.wurlod
Thu Apr 27, 2006 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routines
Replies: 2
Views: 930

There is/was an Ascential class called Programming with DataStage BASIC

<AD>I have also prepared material (for sale) on writing routines - please contact me off line for details</AD>
by ray.wurlod
Thu Apr 27, 2006 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: opening unix file in extend mode
Replies: 2
Views: 1465

Search also for OpenSequentialFile - it's a re-usable routine that, among other things, will position to end of file. It also handles all possible "bad" conditions.
by ray.wurlod
Thu Apr 27, 2006 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject link order
Replies: 9
Views: 1931

A [rejects] link processes any row that has not been output on any earlier-executed output link. Read that statement carefully. What it means is that the reject link will not capture any row that fails to be put onto any subsequently executed output link. It also means that a second [rejects] link w...
by ray.wurlod
Thu Apr 27, 2006 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to import the table
Replies: 6
Views: 1290

You are paying good money for "maintenance" to your support provider. They may as well earn some of it!
by ray.wurlod
Thu Apr 27, 2006 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Infinite Number of Sort Stages
Replies: 6
Views: 1327

What happens if you install a new client on an entirely new (never had DataStage installed) PC?

If it happens there as well, it suggests that there's some difficulty with how the data are being presented from the server.
by ray.wurlod
Thu Apr 27, 2006 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row by row processing in datastage
Replies: 14
Views: 7406

If you are on an earlier version than 7.5, you can call the UtilityRunJob routine from within a Transformer stage in the job that is processing the ten rows.