Search found 53125 matches

by ray.wurlod
Sun Apr 28, 2013 9:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Populate all rows in a single column
Replies: 4
Views: 1877

I'd use a stage variable to accumulate the list. Generate a constant "key" column and use LastRecordInGroup() as a constraint, or use a downstream RemoveDuplicates stage set to "Keep Last". You could use a Pivot stage and a Column Export stage, but that'd be using a sledgehammer ...
by ray.wurlod
Sun Apr 28, 2013 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing decimal value
Replies: 3
Views: 1563

These are two representations of the same value. They will compare equal.
by ray.wurlod
Fri Apr 26, 2013 3:40 pm
Forum: General
Topic: Parameter Provision to read values from file
Replies: 8
Views: 2280

I actually meant for you to show us what you'd tried in regard to reading the table names from a file.
by ray.wurlod
Thu Apr 25, 2013 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restructure stage in datastage
Replies: 3
Views: 2238

Again no. Read the manuals about what each of these stage types do.

You want to perform a pivot. Therefore use a Pivot stage.
by ray.wurlod
Thu Apr 25, 2013 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message - Table not found
Replies: 10
Views: 2903

"Table not found" is very different from "table exists but has no rows to process". DataStage will abort in the former case but will happily process those zero rows in the latter case. Check again that you have spelled the table/alias name correctly, that the alias does actually ...
by ray.wurlod
Thu Apr 25, 2013 5:34 pm
Forum: General
Topic: Parameter Provision to read values from file
Replies: 8
Views: 2280

OK, show us what you've tried, describe why and how it is not performing as expected, and describe how you've gone about your troubleshooting. Armed with all that information, we may be able to assist.
by ray.wurlod
Thu Apr 25, 2013 12:45 pm
Forum: General
Topic: Parameter Provision to read values from file
Replies: 8
Views: 2280

Click Search in the menu at the top of the page. Prefer an exact match search.

It IS possible to read the table names from a file.
by ray.wurlod
Thu Apr 25, 2013 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read oracle BLOB payload
Replies: 16
Views: 29356

You can add environment variables. There are lots of them that are not there "out of the box". It's not set in stone.
by ray.wurlod
Thu Apr 25, 2013 12:40 pm
Forum: General
Topic: Routines reading list of parameters
Replies: 8
Views: 2137

DSXchange offers a DVD-based training class "Programming with DataStage BASIC" which is an authoritative source on how to write routines. See http://www.dsxchange.net for more information.
by ray.wurlod
Thu Apr 25, 2013 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inconsistet behaviour in Transformation functions in DS-8.5
Replies: 4
Views: 1418

Define "is not supported" or "is not working" in each case. What are your expected vs actual results? Are any error messages being generated and, if so, what are they? Finally, how are your default values configured? (For example is the output from the Lookup stage in case #2 mar...
by ray.wurlod
Thu Apr 25, 2013 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restructure stage in datastage
Replies: 3
Views: 2238

It is not. Your output requires neither vectors nor subrecords, which are what the restructure stages are intended to manipulate.
by ray.wurlod
Thu Apr 25, 2013 2:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Needed decimal value in 99,999,999 format
Replies: 7
Views: 1360

Only by writing your own function.

You can do it in a BASIC Transformer stage using the Fmt() function or the Oconv() function.
by ray.wurlod
Thu Apr 25, 2013 2:20 am
Forum: General
Topic: Sequential File path query
Replies: 34
Views: 8024

I don't think so. Contemplate the error message itself "Cannot open ls". What does that suggest to you?
by ray.wurlod
Wed Apr 24, 2013 10:46 pm
Forum: General
Topic: Password Encryption Using Encrypt.bat
Replies: 8
Views: 4983

Can dsjob use an authorisation file? (I'm not currently in a position to check.)
by ray.wurlod
Wed Apr 24, 2013 4:04 pm
Forum: General
Topic: Disable NLS to improve performance
Replies: 7
Views: 3876

Welcome aboard. Can you please provide a URL for where "IBM posts" this information?