Search found 53125 matches

by ray.wurlod
Wed Dec 23, 2009 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing in same Dataset parallely
Replies: 3
Views: 1421

No. (I assume you mean "simultaneously".) The operating system imposes a limit of 1 on the number of writers to a file, and the data in Data Sets are stored in operating system files on the resource disk(s).
by ray.wurlod
Wed Dec 23, 2009 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compile Error
Replies: 18
Views: 4340

i set it all..... its not working..... actually i d/l visual c++ and sdk later...... i set the values but it ddnt work wat to do...... Please strive for a professional standard of written English on DSXchange, to make life easier for those whose first language is not English. There is no need at al...
by ray.wurlod
Wed Dec 23, 2009 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Environmental Variables -User defined + Parallel Option
Replies: 4
Views: 1621

For the environment variables copy the relevant lines from DSParams from one project to the other (remembering that there are two sections for environment variables - definitions and default values). I'm not sure where the Parallel options are stored in a version 7 project, and don't have one in whi...
by ray.wurlod
Wed Dec 23, 2009 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with sorting the data
Replies: 8
Views: 1654

Performance wise Inline sort is best compare to explicit sort stages. I disagree 100%. But I'd be interested to hear your reasons. Two reasons an explicit Sort stage is better (and can be better for performance): you can control the amount of memory allocated you can generate key change indicators
by ray.wurlod
Wed Dec 23, 2009 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multi record format Dataset
Replies: 2
Views: 949

Since the Data Set stage does not support a Schema File property, my immediate thought is that the answer is no.
by ray.wurlod
Wed Dec 23, 2009 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loop for previous month number of days
Replies: 12
Views: 4365

U need to use sequencer looping activities U (one of our posters) did not ask the question. The first person personal pronoun in English is spelled "you", not "u". Please strive for a professional standard of written English on DSXchange, to aid those whose first language is not...
by ray.wurlod
Wed Dec 23, 2009 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using String as a case in Switch stage
Replies: 4
Views: 1346

You don't build expressions in a Switch stage - you supply values of the discriminating column. Values only.
by ray.wurlod
Wed Dec 23, 2009 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in understanding Look-up Functionality
Replies: 3
Views: 1252

There are tunable limits on how much memory is used for virtual Data Sets and for buffers. (It will come as no surprise that they are tuned by setting environment variable values.) When this memory is reached, then DataStage uses scratchdisk.
by ray.wurlod
Wed Dec 23, 2009 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reverse the aggregation Process
Replies: 5
Views: 1666

That's what I would suggest too. Constrain the outputs based on the value in column #3.
by ray.wurlod
Wed Dec 23, 2009 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset read write
Replies: 2
Views: 1196

Slowly Changing Dimension stage performs this functionality (and more).
by ray.wurlod
Wed Dec 23, 2009 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xmeta restore
Replies: 8
Views: 3768

What about after you're restored an old version of XMETA ?
by ray.wurlod
Wed Dec 23, 2009 4:03 pm
Forum: General
Topic: hi
Replies: 3
Views: 1097

The tutorial that ships with the product is a start point, taking IBM or other vendors' training classes is probably beneficial too. As your confidence develops, download the Red Book on DataStage (from IBM website, for free).
by ray.wurlod
Wed Dec 23, 2009 4:02 pm
Forum: IBM QualityStage
Topic: Command Optins (m-prob and u-prob) and MatchPass Cutoffs
Replies: 4
Views: 1598

DSXchange is not a substitute for training, for reading the manuals or for consulting on-line help. We're happy to address specific questions, but not happy to answer general questions like this one, the answer to which is basically a paraphrase of what's in the manuals. The 92 and 93 are cutoff po...
by ray.wurlod
Wed Dec 23, 2009 3:59 pm
Forum: IBM QualityStage
Topic: Problem with name and address match
Replies: 8
Views: 2951

Create another field containing the initial and match on that as CHAR.
by ray.wurlod
Wed Dec 23, 2009 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read Seq file in parallel job to wirte different tabl
Replies: 5
Views: 2024

Use a Sequential File stage with metadata for the detail rows. Set up a reject link, which will capture the header and trailer rows. Downstream on the reject link use Column Import stages to re-parse these rows.