Search found 53125 matches

by ray.wurlod
Thu Nov 09, 2006 9:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Job Loop and User Varaibles Activities
Replies: 2
Views: 1228

No reason not to have two User Variables activities; defined var1 in the upstream one and refer to that in the downstream one.
by ray.wurlod
Thu Nov 09, 2006 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal fields are putting a leading space by default
Replies: 8
Views: 1930

The leading space is for the sign character. You can only remove it by converting the data type to VarChar and applying a function such as TrimF to it.
by ray.wurlod
Thu Nov 09, 2006 6:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: seq num for duplicates
Replies: 0
Views: 662

Welcome aboard. :D

Sort your data by both columns. Use stage variables in a Transformer stage to detect change and to reset the counter. Search the forum for examples.
by ray.wurlod
Thu Nov 09, 2006 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View Data Error on DRS stage
Replies: 6
Views: 1703

Is there a second message box? When you initiate the View Data, click the View OSH button; see what you can discern from the OSH generated to fetch the data, particularly the record schema therein.
by ray.wurlod
Thu Nov 09, 2006 6:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Collect Statistics
Replies: 6
Views: 4029

How would you collect statistics after a MultiLoad operation not coming from DataStage? Basically what you have to do is either mimic that approach in DataStage - possibly another job - or script it - perhaps invoking that script from DataStage.
by ray.wurlod
Thu Nov 09, 2006 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Absence/presence of stages in the pallette
Replies: 5
Views: 1356

The palette is specific to job type - if you have a parallel job open the stages are relevant to parallel jobs, if you have a server job open the stages are relevant to server jobs, if you have a job sequence open the activities on the palette are pertinent there. You might also look at the subcateg...
by ray.wurlod
Thu Nov 09, 2006 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project-level environment variables
Replies: 3
Views: 2330

The message suggests that it's not evaluating the environment variable reference, but instead trying to use it literally (as the actual name of a subdirectory). At the moment I can't suggest a workaround. But complaining to the vendor may be satisfying, if only briefly.
by ray.wurlod
Thu Nov 09, 2006 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage
Replies: 7
Views: 2163

If you trim a Char datatype in a parallel job, the result is immediately padded with the character specified in APT_STRING_PADCHAR. You will therefore also need to convert both columns (only temporarily if necessary) to VarChar.
by ray.wurlod
Thu Nov 09, 2006 5:35 pm
Forum:
Topic: Taking metadata from a file
Replies: 18
Views: 5990

Given that it's from a "mapping spreadsheet" I suspect it's the former.
by ray.wurlod
Thu Nov 09, 2006 5:34 pm
Forum: IBM QualityStage
Topic: match stage like names
Replies: 2
Views: 1264

You don't have to change it for output. Block on the standardized name, not on the firstname field.
by ray.wurlod
Thu Nov 09, 2006 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: functionality question
Replies: 4
Views: 1806

Yes, there are several strategies available.
Difference, Compare and Change Capture stages spring immediately to mind.
by ray.wurlod
Thu Nov 09, 2006 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View Data Error on DRS stage
Replies: 6
Views: 1703

Did a message box appear offering to display the results/error messages associated with the View Data attempt? If so, what additional information were you able to glean from that?
by ray.wurlod
Thu Nov 09, 2006 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset read problem
Replies: 13
Views: 4635

Etiquette Note
It is not necessary to overquote all previous replies - they're there in the thread. Also, using Quote severely restricts your ability to earn points.
by ray.wurlod
Thu Nov 09, 2006 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage - System Date to Timestamp conversion??
Replies: 7
Views: 4729

I agree. To assemble a timestamp from date and time is not possible in Modify, whose functions accept only one argument. Nor can any function in the Modify stage generate new data (other than handle_null).
by ray.wurlod
Thu Nov 09, 2006 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple files using FTP Plug in
Replies: 3
Views: 941

One possibility is a pre-transfer command to cat the files.