Search found 53125 matches

by ray.wurlod
Fri Jan 19, 2007 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Counts and sums in Datastage with out 'Aggregator' stage
Replies: 21
Views: 24520

Tail stage set to 1 row and executing on one node only (perhaps in sequential mode).
by ray.wurlod
Fri Jan 19, 2007 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler Logs
Replies: 8
Views: 3085

... with a leading slash: /opt/SUNWspro/bin/CC
by ray.wurlod
Fri Jan 19, 2007 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fast dsx
Replies: 4
Views: 866

Use categories. Segregate the parallel jobs using categories. Export only those categories.

You can drag/drop jobs between categories - you could even restore them to their original locations later. 70 is not a huge number.
by ray.wurlod
Fri Jan 19, 2007 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table locks when loading through Teradata Enterprise stage
Replies: 19
Views: 12560

MultiLoad locks the table. This is documented. Cautious approach would involve executing a BTEQ script to ensure that the table is not already locked. And you can not select or read from the same table while MultiLoad is running. Your job design must handle all possible abnormalities in data without...
by ray.wurlod
Fri Jan 19, 2007 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: changing environment variables
Replies: 3
Views: 1410

You can not change the job parameter value (even if it is an environment variable) once the job is running, even by changing the environment variable. You are correct that the $PROJDEF, $ENV and $UNSET default values are not available in version 6. You need to manage this is the controlling job sequ...
by ray.wurlod
Fri Jan 19, 2007 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance of Merge Stage vs Hashed Lkup to combine files
Replies: 6
Views: 2487

1. No.
2. Yes.
3. Yes.
4. Maybe. But the Merge stage is limited to two inputs so you would need two jobs.
by ray.wurlod
Fri Jan 19, 2007 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load stage in Automatic mode
Replies: 5
Views: 2619

Strange, isn't it, how they're happy to configure - even over-configure - table spaces, but unwilling to configure work space (temp space, rollback segments, etc.). It's like they don't want anyone to touch their baby. (If it's any consolation, many mainframe administrators are like this too, only w...
by ray.wurlod
Fri Jan 19, 2007 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of calendar days
Replies: 8
Views: 1482

A negative difference could be meaningful, for example difference between date required and date shipped. Negative might mean that the shipment is late, and the business rules (contract) may stipulate penalties in this case.
by ray.wurlod
Fri Jan 19, 2007 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding command stage
Replies: 33
Views: 5922

:D

I do my best. See my web site.

However I've never used the Command stage; it's my philosophy not to do anything platform-specific, in case the business decides to move platforms.
by ray.wurlod
Fri Jan 19, 2007 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling routine within a routine
Replies: 7
Views: 2063

I trust that everyone noticed that SDK routines are catalogued with a "DSX." prefix (rather than "DSU.") and that the catalog name is all upper case.
by ray.wurlod
Fri Jan 19, 2007 3:29 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: No handlers are available to process this request
Replies: 10
Views: 10062

You've marked this topic Resolved. What was the resolution? Help others who may encounter this issue in future by posting the solution here.
by ray.wurlod
Fri Jan 19, 2007 3:27 pm
Forum: IBM QualityStage
Topic: data directory of the project directory
Replies: 7
Views: 3676

When you first deploy a job, the structure of the project will be created, provided that your run profile specifies the location of your master project directory (the parent directory on the server of project directories).
by ray.wurlod
Fri Jan 19, 2007 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler Logs
Replies: 8
Views: 3085

If you still have the old job log entries, you can look at the second event of any job run to view the environment variable values with which it ran. Do you archive your job logs before they are purged? If so, consult the archives. Unfortunately, restoring a job log from a system backup is a non-tri...
by ray.wurlod
Fri Jan 19, 2007 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write to dataset on [fd 19] failed: Error 0
Replies: 3
Views: 1424

Further, a Data Set can have multiple physical files (segments) per node. So 2GB is not an issue. To perform more detailed diagnosis you will need to disable operator combination, either at the job level (via APT_DISABLE_COMBINATION environment variable) or at the stage level (via Advanced tab on st...
by ray.wurlod
Fri Jan 19, 2007 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table locks when loading through Teradata Enterprise stage
Replies: 19
Views: 12560

Design it well; you should never need to kill anything in a well-designed DataStage job.