Search found 53125 matches

by ray.wurlod
Thu Apr 02, 2009 3:15 pm
Forum: General
Topic: Sorting a DSX file into category order
Replies: 6
Views: 1751

Phil Hibbs wrote:Anything in the .dsx file that is not a job will be dropped.
Why?
by ray.wurlod
Thu Apr 02, 2009 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Execution of Routine in Sequence job
Replies: 11
Views: 2782

Six sequences each invoking routine, those six sequences called from master sequence.
by ray.wurlod
Thu Apr 02, 2009 12:44 pm
Forum: General
Topic: InfoSphere v8.1 Training Course / Certification???
Replies: 5
Views: 1749

Last year there were four or five prep classes, DataStage was one of them.
by ray.wurlod
Thu Apr 02, 2009 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Job Statistics as html report
Replies: 6
Views: 4246

The second person personal pronoun in English is spelled "you", not "u".

Please strive for a professional standard of English on DSXchange, because even good English is difficult enough for non-native speakers, and also because DSXchange is not an SMS-enabled device.
by ray.wurlod
Thu Apr 02, 2009 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to view dataset in unix
Replies: 4
Views: 7721

APT_CONFIG_FILE is not set in your UNIX interactive process.
by ray.wurlod
Thu Apr 02, 2009 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to run job - -2.
Replies: 2
Views: 2605

Moderator: please move to Parallel forum
by ray.wurlod
Thu Apr 02, 2009 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to run job - -2.
Replies: 2
Views: 2605

Code -2 means "not in a runnable state": has the job design been changed (even inadvertently) and not re-compiled?
by ray.wurlod
Thu Apr 02, 2009 5:21 am
Forum: General
Topic: Dataset Compression
Replies: 8
Views: 4526

You can compress a Data Set (you have to work out where all its data files are, of course) and doing so renders it unusable by DataStage. The gains are negligible because data are already in binary form within a Data Set.
by ray.wurlod
Thu Apr 02, 2009 5:19 am
Forum: General
Topic: check the presence of required fields and format of fields
Replies: 5
Views: 1704

Create more stage variables whose derivation expression tests the business rule(s) applicable to each of the first set of stage variables.
by ray.wurlod
Thu Apr 02, 2009 5:17 am
Forum: IBM QualityStage
Topic: Datastage v8.1
Replies: 2
Views: 1566

Did you post this question in the QualityStage forum for any particular reason?
by ray.wurlod
Thu Apr 02, 2009 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to view dataset in unix
Replies: 4
Views: 7721

... and a few other things as well, such as having APT_ORCHHOME and APT_CONFIG_FILE set. Usually all this can be achieved by executing the dsenv script in the $DSHOME directory.
by ray.wurlod
Thu Apr 02, 2009 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: confusion and request for help setup Windows UNIX datastage
Replies: 9
Views: 5656

would you say that parallel jobs are faster to run on the server even if there's only 1 processor compared to datastage server jobs? Probably not for small to medium volumes, because the startup overhead of a parallel job is significant compared to that of a server job. Possibly not for large volum...
by ray.wurlod
Wed Apr 01, 2009 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating seq nos
Replies: 10
Views: 4593

In parallel @OUTROWNUM starts from 1 on every node. Prefer a stage variable or generated column that is initialized to the partition number (0, 1, 2, 3 for example) and incremented by the number of partitions (4 for example).
by ray.wurlod
Wed Apr 01, 2009 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading files into Profile Stage
Replies: 1
Views: 544

Use ODBC driver for text files.
by ray.wurlod
Wed Apr 01, 2009 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count of records in a table in Profile Stage
Replies: 1
Views: 537

Not in version 7, but yes in version 8.