Search found 53125 matches

by ray.wurlod
Thu Nov 27, 2003 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to have Multiple Line Condition in a routine?
Replies: 9
Views: 2931

Any statement that has THEN or ELSE (or ON ERROR or LOCKED) clauses can use "single-line format" or "multi-line format". Here is a formal statement of the syntax rule. If the keyword that introduces the clause (THEN, ELSE and so on) is the last word on the line on which it appears , then there must ...
by ray.wurlod
Thu Nov 27, 2003 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do I stop a job which is looping and sleeping.
Replies: 5
Views: 1039

:lol:

Well, I would have given pretty much exactly the same answer! But my time zone (Thailand) meant that Ken beat me to it!
by ray.wurlod
Thu Nov 27, 2003 8:02 am
Forum:
Topic: Invisible Objects
Replies: 4
Views: 1924

These may seem like silly suggestions, but have you tried:
(a) refreshing the view?
(b) closing and re-opening MetaStage?
by ray.wurlod
Thu Nov 27, 2003 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup with some different angle
Replies: 17
Views: 3177

Teej -> where can I have online class on Quality Stage. Where can I found some documentation on Quality Stage Your answers can be provided by your sales representative at Ascential. They provide both, and in fact, I'm sure that in hopes of making a sale, they would be happy to share both with you f...
by ray.wurlod
Thu Nov 27, 2003 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert from number to binary
Replies: 9
Views: 2060

I could be wrong, but both of these solutions seem to give only a character representation of the desired result, at least when written to a Sequential File stage. For example: oconv("9","MB") = "1001", not a true binary field, but rather an ASCII character field. (In hex it would be x31303031, I b...
by ray.wurlod
Thu Nov 27, 2003 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple instances of Db2
Replies: 4
Views: 1693

The job itself can set an environment variable. So can an active stage. In the Transformer stage that drives the connection to DB2, set up ExecTCL as a before-stage subroutine (in the Stage Properties window), and put the an ENV command into the Input Value field. The ENV command to set an environme...
by ray.wurlod
Thu Nov 27, 2003 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unknown function in a routine (Lp)
Replies: 2
Views: 509

This looks like very inefficient code. As Ken said, Lp is being used as a dynamic array, which is simply a delimited string (though with reserved delimiter characters). In this code, Lp can end up after the first loop with anywhere between 0 and 120 elements. Without knowing what the incoming values...
by ray.wurlod
Thu Nov 27, 2003 7:14 am
Forum:
Topic: Invisible Objects
Replies: 4
Views: 1924

Do you have a filter enabled? (If so, the word "Filtered" usually appears in the status bar.) Perhaps you're filtering out the current version. Remember that each import generates a new version.
by ray.wurlod
Thu Nov 27, 2003 7:12 am
Forum:
Topic: Search with only part of filename
Replies: 3
Views: 1621

From memory (and since MetaStage runs only on Windows), the Windows wildcard character ("*") should do the job for you. Then again, my memory has been known to be fallible. :oops:
by ray.wurlod
Thu Nov 27, 2003 7:07 am
Forum: Data Quality Best Practices
Topic: final file from integrity to datastage
Replies: 5
Views: 2765

I'd recommend you re-think that statement. Typically the final step in INTEGRITY processing is a pre-built procedure, Survivorship. You can't add your own operators to pre-built procedures. On the other hand, you can add pre-build procedures to your own user-defined procedures. But best practice is ...
by ray.wurlod
Thu Nov 27, 2003 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise Stage
Replies: 7
Views: 6683

It's not a very helpful error message, is it? :)
Just a thought, since you're on AIX, it might be worth trying to set LD_LIBRARY_PATH so that it, too, includes $DB2_HOME/lib.
And to make sure that these environment variables are set in the dsenv file, so that every DataStage process sets them.
by ray.wurlod
Thu Nov 27, 2003 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Min hardware config for PX
Replies: 3
Views: 2846

And what Teej quoted are minima. More is better. Just in case you're new to PX, "processing node" can mean a CPU or set of CPUs in an SMP environment, or a CPU or set of CPUs on the one host in an MPP environment.
by ray.wurlod
Wed Nov 26, 2003 5:11 am
Forum: IBM QualityStage
Topic: What is Quality Stage?
Replies: 2
Views: 3377

Re: What is Quality Stage?

hi, Want to know some basics What is Quality Stage? What is the use of Quality Stage? Doest it come along with Datastage or need to buy seperately? How it is related to Datastage? Thanks in advance Girish Oak Among a series of acquisitions of technology over the last couple of years, Ascential acqu...
by ray.wurlod
Wed Nov 26, 2003 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup with some different angle
Replies: 17
Views: 3177

Re: Lookup with some different angle

Hi, I have some different kind of requirement probably anyone of you, may or may not have face this. My requirement is as follows. I have a record that has three columns for address say addressline1,2 and 3. Any of these line1,2,3 may contain zip code city state and country value. Unfortunately the...
by ray.wurlod
Wed Nov 26, 2003 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Get the Logs from the DataStage Director
Replies: 6
Views: 2151

:idea:
The ABSOLUTELY EASIEST way is to choose File > Print, then check the Print to File option.
:)