Search found 53125 matches

by ray.wurlod
Tue Dec 22, 2009 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does orchadmin copy command create a new data file?
Replies: 1
Views: 991

New data files as well as a new descriptor file.

The data file names include the name of the associated descriptor file.
by ray.wurlod
Tue Dec 22, 2009 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback the data if the datastage job get aborted
Replies: 18
Views: 9195

pandujoy wrote:we have to use only parallel jobs....
So how come you posted in the Server Edition forum?

Moderator: please move to Enterprise Edition forum

Resist stupid requirements!
by ray.wurlod
Tue Dec 22, 2009 4:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling special characters
Replies: 2
Views: 2478

Welcome aboard. Those characters are not "special" really - you just have to set up DataStage to handle them. Typically this involves choosing the correct character map. Search DSXchange for NLS or, if you wish special character to learn how others have solved this "problem".
by ray.wurlod
Tue Dec 22, 2009 1:28 am
Forum: IBM QualityStage
Topic: Error QS
Replies: 5
Views: 2489

Is ADDRESS a rule set that you (or someone at your site) has created? It is not the name of a rule set that ships with QualityStage.

Please show us a description of your job design, in particular the stage types used.
by ray.wurlod
Tue Dec 22, 2009 1:05 am
Forum: IBM QualityStage
Topic: Error QS
Replies: 5
Views: 2489

Welcome aboard. Please help us to help you. What is your job doing? In particular, what Rule Set are you using in the Standardization stage? Has this Rule Set been customized in any way, especially in the Pattern Action Language file? How many overrides are in place? Without those kinds of answers t...
by ray.wurlod
Mon Dec 21, 2009 9:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for File activites in Sequencer
Replies: 3
Views: 1571

It's not a good representation. Please enclose it in Code tags and preview/edit until the alignment is correct so that we can properly understand what you have designed.

Incidentally, a Sequencer is a component that you use in a Sequence.
by ray.wurlod
Mon Dec 21, 2009 9:41 pm
Forum: IBM QualityStage
Topic: Blocking and matching
Replies: 2
Views: 1477

Use a phonetic equivalent (e.g. NYSIIS of FirstName) as the blocking column. This will allow for slight misspellings when you match on FirstName. Depending on your data volume and value frequencies, FirstName alone may cause block sizes to be larger than one might like - you may benefit from investi...
by ray.wurlod
Mon Dec 21, 2009 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding Surrogate Key / State Files
Replies: 15
Views: 5751

I would certainly say so (precluding any bugs, of which there were some in version 8.0). Try it, and let us know.
by ray.wurlod
Mon Dec 21, 2009 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding Surrogate Key / State Files
Replies: 15
Views: 5751

Provided that it's not re-initialized, a state file will always yield unique key value(s).
by ray.wurlod
Mon Dec 21, 2009 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding Surrogate Key / State Files
Replies: 15
Views: 5751

A sequential number can only be guaranteed with sequential mode operation. "They" can have what they want, provided they don't also want minimum execution time.
by ray.wurlod
Mon Dec 21, 2009 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The JOB every hour brings me a different result
Replies: 5
Views: 2343

Probably rounding when converting from dfloat to decimal. Remember that dfloat can not be accurately stored.

If you want accurate, consistent results, use the Preserve Type option (if using version 8.1).
by ray.wurlod
Mon Dec 21, 2009 5:53 pm
Forum: General
Topic: Report on user activity in DataStage
Replies: 7
Views: 2867

But DS_AUDIT does not record logins. And, at 8.1, it appears that DS_AUDIT is not correctly recording object class.
by ray.wurlod
Mon Dec 21, 2009 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integer division by integer problem
Replies: 2
Views: 1314

What happens if you convert each to Decimal first? Use DecimalToDecimal() function.
by ray.wurlod
Mon Dec 21, 2009 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where I can find the RT_LOG file for the job ?
Replies: 4
Views: 1884

The Director client does not quite display everything in the job log. Actually, it does, but the rightmost column has a display width of zero - you can open it by dragging the column boundary in the grid header.

If not that, what information do you believe to be "missing"?
by ray.wurlod
Mon Dec 21, 2009 2:02 pm
Forum: General
Topic: Protect Unprotect DataStage Projects Thru Coomand Line
Replies: 6
Views: 3904

There is no command line interface to toggle the protected status of a project. (You can prove this to your own satisfaction by enabling server side tracing while toggling the project status. It makes calls to various DataStage helper subroutines. These, in turn, (in version 8.0 and later) invoke ap...