Search found 42189 matches

by chulett
Thu Feb 09, 2012 8:05 am
Forum: General
Topic: How to call DataStage job from different server
Replies: 5
Views: 1747

Post the exact syntax you used.
by chulett
Thu Feb 09, 2012 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mask in Hash file key colums.
Replies: 5
Views: 1565

Then rebuild the hashed file (or build another) with your single key field.
by chulett
Thu Feb 09, 2012 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mask in Hash file key colums.
Replies: 5
Views: 1565

And then expect multiple matches on that partial key. And you'll need to create an index over it if you have any performance issues.
by chulett
Wed Feb 08, 2012 10:20 pm
Forum: General
Topic: looping in sequencer
Replies: 11
Views: 3912

Do you think its possible to pass a column name from the source to the select clause in the stored procedure. Of course or I wouldn't have suggested it. Input parameters can certainly be leveraged inside the procedure code and you can bind column values to input parameters. What database are we tal...
by chulett
Wed Feb 08, 2012 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics shows 0 rows
Replies: 11
Views: 4831

Do an exact search for "jobmonapp".
by chulett
Wed Feb 08, 2012 7:07 pm
Forum: General
Topic: User variable Activity and loop activity question
Replies: 3
Views: 2422

You might find this post helpful.
by chulett
Wed Feb 08, 2012 7:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove first four rows from file
Replies: 22
Views: 4978

Somewhat surprised that there isn't a simple property in the stage to allow it to skip the first X rows when reading the file, other tools support this.
by chulett
Wed Feb 08, 2012 7:01 pm
Forum: General
Topic: looping in sequencer
Replies: 11
Views: 3912

Why would you not just build a job to source from the dataset/file and call the stored procedure once for each input row? Am I missing something? :?
by chulett
Wed Feb 08, 2012 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decode the image
Replies: 4
Views: 1539

Not quite sure why anyone would assume a binary image, I'd imagine it's simply uuencoded or perhaps via MIME or yEnc. Plenty of command line options for the decoding part in that case.
by chulett
Wed Feb 08, 2012 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import consumed only x bytes warning
Replies: 5
Views: 5938

:idea: Please try to use meaningful subjects, I've changed yours from "DataStage" to something more... appropriate.
by chulett
Wed Feb 08, 2012 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine Function
Replies: 17
Views: 7276

:!: Oracle, please learn how to post without quoting everything all the time. Use the Reply to topic link unless you actually have a need to quote something.
by chulett
Wed Feb 08, 2012 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read SQL into Datastage job
Replies: 7
Views: 5551

... or write it to a file and have the second job read that 'SQL File'.
by chulett
Wed Feb 08, 2012 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Random() function
Replies: 8
Views: 5457

As noted, random <> unique.
by chulett
Wed Feb 08, 2012 8:05 am
Forum: General
Topic: export routines via command prompt
Replies: 4
Views: 1508

Contact your official support provider.
by chulett
Tue Feb 07, 2012 5:20 pm
Forum: General
Topic: export routines via command prompt
Replies: 4
Views: 1508

You've asked this question more than once and gotten the same answer each time... not sure why you feel the need to keep asking it.