Search found 53125 matches

by ray.wurlod
Thu Apr 19, 2007 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator in PX jobs
Replies: 5
Views: 1388

Indeed, if that's ALL you want to do, lose the Aggregator stage altogether, go with just the Remove Duplicates stage. It has similar partitioning and sorting requirements to those of the Aggregator stage.
by ray.wurlod
Thu Apr 19, 2007 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing values to start loop activity
Replies: 4
Views: 1544

Is there an output link (unconditional trigger) from your EndLoop activity to "the rest of the job sequence"?
by ray.wurlod
Thu Apr 19, 2007 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset dummy file
Replies: 4
Views: 1239

Of course you can do it. Create a DataStage job that reads the flat file and writes the rows into a Data Set. A before-job subroutine could even create the file!
by ray.wurlod
Thu Apr 19, 2007 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential processing of Files
Replies: 43
Views: 11929

Intermediate files (as I mentioned in my initial response to this thread) are not permitted in parallel jobs. They are "blocking operations" and interfere with pipeline parallelism. If you need two streams, insert a Copy stage.
by ray.wurlod
Thu Apr 19, 2007 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageInfo in Parallel job
Replies: 14
Views: 6333

DS functions can not be used in the parallel job until they are available from the Transformer (expression editor). For this to happen, you have to create the parallel routines. A parallel routine in the Repository is merely an interlude to a C++ function that you yourself have written, compiled and...
by ray.wurlod
Thu Apr 19, 2007 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date in Lookup Stage
Replies: 27
Views: 6374

Until you create the reject link and report some values for the date column from it, you will be getting no more help from me on this thread. :x
by ray.wurlod
Thu Apr 19, 2007 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: newline delimter in Start loop activity
Replies: 3
Views: 1633

If that doesn't work, try \n
by ray.wurlod
Thu Apr 19, 2007 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transfmer without an input link?
Replies: 8
Views: 2184

Observation: @INROWNUM < 1 will "work" - inasmuch as the job will compile and run without error, evaluating its stage variable(s) - but will not generate any rows.

The "other way" is probably to have a before-stage or after-stage subroutine.
by ray.wurlod
Thu Apr 19, 2007 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Processes
Replies: 14
Views: 6304

Etiquette Note
We do not hijack threads. If you have a new question, open a new thread.
We do prefer correctly-spelled personal pronouns. (There is now a poster from Burma called U, so this is even more important.)
by ray.wurlod
Thu Apr 19, 2007 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using the delimiter character (ý) in sequential
Replies: 10
Views: 4804

You have misunderstood my intent. If you don't have NLS enabled, that's one less possible cause for the problem. Leave it disabled until you can solve the handling of 253 without it.

Can you please list ALL of the values from the Format tab of the Sequential File stage that writes this file?
by ray.wurlod
Thu Apr 19, 2007 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to clean a hash partitioned?
Replies: 8
Views: 1829

The individual part files are Type 30. The Distributed file itself, although it is only a logical entity, is Type 27.
by ray.wurlod
Thu Apr 19, 2007 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating DB2 stage with system date
Replies: 3
Views: 866

If that's the case, apply an Iconv() function in the stage variable derivation.
by ray.wurlod
Thu Apr 19, 2007 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can someone repost steps to use the $UserStatus variable
Replies: 1
Views: 1403

Welcome aboard. :D Setting the User Status variable is, as you observe, a matter of calling the DSSetUserStatus subroutine. However, if you need to call it via a transform function you will need an interlude such as: FUNCTION SetUserStatus(Arg1) Ans = Arg1 ; * pass input argument unchanged C...
by ray.wurlod
Thu Apr 19, 2007 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on sequential file
Replies: 17
Views: 8587

Etiquette Note
This is not the same error, nor is it a similar error. The original problem was about non-supply of default values when exporting nullable fields.
Your problem is about Null Field Value property. Please either search for the solution (it is out there) and/or start a new thread.
by ray.wurlod
Thu Apr 19, 2007 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC 20101 driver
Replies: 3
Views: 5196

Check in again in another 30 days, and tell us whether the routine still "works fine".