Search found 53125 matches

by ray.wurlod
Sat May 05, 2007 1:32 am
Forum: General
Topic: Funnelling in PX - Combining Multiple Inputs -
Replies: 3
Views: 1435

Funnel stage is definitely not it, for the reasons you noted. What do you want the output to look like? Is there a column in all three files that a Join stage could use? Or a cascaded pair of Join stages, if there are two common pairs of keys?
by ray.wurlod
Fri May 04, 2007 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Jobs
Replies: 1
Views: 758

Yes, provided that you have either version 7.5x2 (which is not the same as 7.5.2) or version 8.0 of DataStage installed on that Windows 2003 server.
by ray.wurlod
Fri May 04, 2007 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any limit for query size in OCI stage?
Replies: 9
Views: 3177

Looks like there might be such a limit. It's not documented in the manuals. Ask your support provider, who can ask IBM engineering.
by ray.wurlod
Fri May 04, 2007 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading Sequential file
Replies: 6
Views: 1991

I wonder if it's treating the characters as hex digits.

Would you mind sharing what the workaround is, since you've marked it thus? From that we may be able to find a solution.
by ray.wurlod
Fri May 04, 2007 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiters and MFF stage in Mainframe canvas
Replies: 4
Views: 1587

There's a Delimited Flat File stage. You can specify the delimiter as a three-digit decimal ASCII code or as a two digit hexadecimal ASCII code preceded by "&H". See page 6-5 of the Mainframe Job Developer's Guide for full information.
by ray.wurlod
Fri May 04, 2007 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need info regd. Performance Monitoring tolls in PX
Replies: 3
Views: 1082

When you get version 8.0 there is a particularly wonderful resource estimator tool. Never use NFS-mounted disks for scratchdisk, and avoid using NFS-mounted disks for resource "disk" (where Data Set and File Set data files are positioned). Avoid those disks being used for extraction and load for oth...
by ray.wurlod
Fri May 04, 2007 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interpretation in PX b/w Lnk.NOTFOUND and NOT(Lnk.NOTFOUND)
Replies: 5
Views: 1151

Please refrain from using "u" for the second person pronoun - we have a Burmese user called U enrolled who - it appears - finds it offensive.
Given that the OP has also mentioned hashed files, it is opportune to ask whether this is a parallel job at all.
by ray.wurlod
Fri May 04, 2007 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control loosing control of running child job
Replies: 6
Views: 1557

Provided that you have used RESIZE to convert &PH& to type 19 you can use the find command with impunity.

If you're using a BASIC routine you can use the STATUS statement to determine the date/time modified and render your deletion decision on that basis. But find will be faster.
by ray.wurlod
Fri May 04, 2007 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple date format
Replies: 8
Views: 2912

It's totally impossible if there's a mix of DD/MM/YY and MM/DD/YY because of the ambiguity inherent therein. Demand a consistent format or a format flag.
by ray.wurlod
Fri May 04, 2007 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Multi Instance Job from Scheduler...
Replies: 5
Views: 1904

The easiest way to determine the exit status of Aborted/Restartable is to use dsjob to get that status when you have a job sequence in this state. But, as 2B said, you don't need to reset these - indeed, if you do, you will lose any checkpoints that allow successful activities to be skipped upon res...
by ray.wurlod
Fri May 04, 2007 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job report syntax and logic
Replies: 2
Views: 1136

Why are you reinventing the wheel? Get ETLStats from Kim Duke's web site - the price is right!
by ray.wurlod
Fri May 04, 2007 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: idea on implementing process flow (higher level question)
Replies: 7
Views: 1464

If you want to re-map the exit status from the dsjob exit status, that's fine - you can do that. If dsjob exit status is 1, exit 0; if dsjob exit status is 2, probably exit 0 also. Otherwise exit 1.
by ray.wurlod
Fri May 04, 2007 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Call Jobs on Condition based in the Sequence
Replies: 15
Views: 5784

Because the OP is on Windows, the Data Direct driver issues are more readily worked around by using different drivers. But everything I posted earlier remains apposite.
by ray.wurlod
Fri May 04, 2007 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator Totals Mismatch
Replies: 4
Views: 1309

Use the Fix() function to specify the largest number of decimal places, then add 0 to that result to remove trailing non-significant zeroes.
by ray.wurlod
Fri May 04, 2007 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job locked
Replies: 18
Views: 6672

To get out of DS.TOOLS just press Enter enough times.
To get out of dssh, enter the command QUIT.
To log out from the operating system the command is exit.