Search found 53125 matches

by ray.wurlod
Mon May 11, 2015 2:05 pm
Forum: General
Topic: job level Parameters
Replies: 2
Views: 1075

Basically the sharp signs are not required in expressions but are required pretty much anywhere else (for example anywhere a parameter can be used in a field in a stage editor).
by ray.wurlod
Mon May 11, 2015 2:02 pm
Forum: General
Topic: WLM tab is not working correctly OPS console.
Replies: 5
Views: 2679

Whether or not you have the role IIS admin, not DS admin, was my question.
by ray.wurlod
Sun May 10, 2015 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: High/low value identify
Replies: 28
Views: 9033

Use a RawToString() conversion.
by ray.wurlod
Sun May 10, 2015 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: missing record delimiter at end of file!
Replies: 3
Views: 1226

How are you calling the job from the sequence? What's different? I must assume that you are using a job parameter to provide at least the directory portion of the file's pathname; you need to verify (by inspecting the logs of the sequence and of the job) whether or not that parameter value is being ...
by ray.wurlod
Sun May 10, 2015 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: selecting one record out of 2 records
Replies: 16
Views: 8122

Yes, I thought I'd answered this question already.

Mirabile dictu, I came up with the same answer!
by ray.wurlod
Sun May 10, 2015 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: selecting one record out of 2 records
Replies: 16
Views: 8122

Create a VarChar column derived as Start:End and another derived as End:Start. Use these to effect your comparisons and duplicate removal.
by ray.wurlod
Sat May 09, 2015 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to prevent truncating before data extraction?
Replies: 14
Views: 3872

It would be interesting to see the %CPU for these operators.
by ray.wurlod
Sat May 09, 2015 1:57 am
Forum: General
Topic: Happy Star Wars Day
Replies: 4
Views: 1595

Who?
by ray.wurlod
Sat May 09, 2015 1:56 am
Forum: General
Topic: Are you a fact table or a dimension and why?
Replies: 1
Views: 896

Fact table, definitely. I like to have the measure of things.
by ray.wurlod
Fri May 08, 2015 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP error
Replies: 6
Views: 2340

The second backslash after "ftp:" seems to have gone missing.

Try it with three or four backslashes, or try it with forward slashes throughout the pathname (Windows understands forward slashes).
by ray.wurlod
Fri May 08, 2015 3:55 pm
Forum: IBM QualityStage
Topic: Preserving part of a token
Replies: 3
Views: 3182

Should be OK. Try it.
by ray.wurlod
Fri May 08, 2015 3:54 pm
Forum: IBM QualityStage
Topic: Qualitystage Legacy stage deprecation
Replies: 4
Views: 4223

Every link in the (parallel) job design has a (virtual) Data Set associated with it. The Sequential File stage reads the file and imports in into the virtual Data Set in memory, which the Standardize stage can use as its source. A similar story is told on the output side, except that the operation i...
by ray.wurlod
Fri May 08, 2015 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove reverse duplicates, show uniques only
Replies: 1
Views: 1677

Create one column derived as Start:End and another derived as End:Start and use these to identify your duplicates.
by ray.wurlod
Thu May 07, 2015 6:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to prevent truncating before data extraction?
Replies: 14
Views: 3872

You can perform these "blocking operations" in server jobs, but not in single parallel jobs. But even there persistent storage is involved.