Search found 53125 matches

by ray.wurlod
Thu Apr 14, 2011 4:10 pm
Forum: IBM QualityStage
Topic: Setting Cutoff Values
Replies: 6
Views: 2615

Match specifications and pass definitions are stored in the repository. When you're using Designer you can see the former (they have MAT on their icons) and the latter (they have PAS on their icons).
by ray.wurlod
Wed Apr 13, 2011 7:50 pm
Forum: IBM QualityStage
Topic: Change STRIPLIST in Standardize stage
Replies: 1
Views: 1305

Change STRIPLIST in Standardize stage

Is it possible to run a Standardize stage with an out-of-the-box Rule Set (AUADDR, for what it's worth) yet change the striplist? Some of the addresses are email addresses, so I want to preserve the "@" character by removing it from the striplist, ideally without modifying the rule set its...
by ray.wurlod
Wed Apr 13, 2011 4:38 pm
Forum: General
Topic: Job Sequences Not restarting as expected
Replies: 3
Views: 1676

The job activity in the master sequence that runs the child sequence would appear to be "Run" rather than "Reset if required, then run".
by ray.wurlod
Wed Apr 13, 2011 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage Fatal error
Replies: 6
Views: 2924

Perhaps you need to "escape" the colon characters also.
by ray.wurlod
Wed Apr 13, 2011 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help regarding RANDOM data selecting
Replies: 29
Views: 9149

Since computers can only ever do pseudo-random, the answer depends totally on whether or not you use the same seed for the random number generator each time, or whether you use a different seed. A seed based on current date and time is fairly "random".
by ray.wurlod
Wed Apr 13, 2011 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in lookup
Replies: 8
Views: 2344

What database are you selecting from? Can you use SQL functions or DataStage functions (Modify or Transformer stage) to isolate the components you require?
by ray.wurlod
Wed Apr 13, 2011 4:27 pm
Forum: General
Topic: What are CT VOC and ED VOC
Replies: 6
Views: 2878

They have given you an unnecessarily ugly series of steps to accomplish the same result as executing the command CLEAR.FILE RT_LOG4249 from TCL.
by ray.wurlod
Wed Apr 13, 2011 4:22 pm
Forum: General
Topic: DS 8.1, microsoft team foundation server and versioning
Replies: 2
Views: 1471

I suspect you need version 8.5, in which interaction with source code control tools is available through Information Server Manager. We're using an Eclipse plug-in to interact with SubVersion.
by ray.wurlod
Wed Apr 13, 2011 4:20 pm
Forum: General
Topic: After subroutine to see the log
Replies: 5
Views: 1632

You've been benefiting from the free service for more than three years. Isn't it time you contributed to the running of the site?
by ray.wurlod
Wed Apr 13, 2011 4:18 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Rule Defn and RuleSet
Replies: 1
Views: 1470

You don't have a choice because each individual rule has to be bound to its particular column(s). This is why, when you add the same rule to a rule set, clones of that rule need to be created. Your only alternative is to eschew the use of the rule set but that, of course, will limit the measures and...
by ray.wurlod
Wed Apr 13, 2011 2:36 am
Forum: General
Topic: After subroutine to see the log
Replies: 5
Views: 1632

Please (get a premium membership and) read my complete reply which includes a working routine to do what you require.
by ray.wurlod
Wed Apr 13, 2011 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage Fatal error
Replies: 6
Views: 2924

What do the colon characters do if executed at the operating system shell prompt?
by ray.wurlod
Wed Apr 13, 2011 2:04 am
Forum: General
Topic: After subroutine to see the log
Replies: 5
Views: 1632

First off, lose the DIM statements. They're misleading both us and the compiler. Second, each iteration of the loop is overwriting Ans variable. Is this really what you want? If no, why have the loop at all? 3. Always detach any job you attach to a routine. 4. Your logic is reading the log backwards...
by ray.wurlod
Wed Apr 13, 2011 1:56 am
Forum: General
Topic: Urgent *** sequentail file contain ^@ characters**
Replies: 5
Views: 1813

See response to duplicate post in Data Quality Best Practices forum.
by ray.wurlod
Wed Apr 13, 2011 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Urgent *In Sequential file ^@ junk characters are coming**
Replies: 9
Views: 4036

1. It's not urgent for us. 2. Please explain why this question falls under the heading "data quality best practices" or post it in the correct forum. 3. ^@ (or Ctrl-@) characters are not junk. These are ASCII NUL characters, presumably padding Char fields based on the string pad character ...