Search found 53125 matches

by ray.wurlod
Fri Jun 02, 2006 4:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IPC Stage
Replies: 8
Views: 1436

Active stage execution times are reported to the nearest millisecond in the job log, in "active stage finishing" messages.

You can also enable statistics collection (to the nearest microsecond) on the Tracing tab of the Job Run Options dialog when requesting a job run from Director.
by ray.wurlod
Fri Jun 02, 2006 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can someone explain me the datastage architecture clearly?
Replies: 9
Views: 5446

At run time the architecture is different. The DataStage clients do not need to be involved. As far as database servers are concerned, the DataStage job is just another client application.
by ray.wurlod
Fri Jun 02, 2006 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Ref Used and Updated in same job
Replies: 20
Views: 3873

Run an after-stage subroutine to detect the existence of the bad file and set ErrorFlag to a non-zero value if it is found.

Also add a before-stage subroutine to delete the bad file if it exists.
by ray.wurlod
Fri Jun 02, 2006 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem running a routine
Replies: 10
Views: 1811

Try preceding the command with start so that it runs in its own window. (You can learn about start in DOS HELP.)
by ray.wurlod
Fri Jun 02, 2006 4:03 pm
Forum: Site/Forum
Topic: Video Tech Tip Series - FEEDBACK
Replies: 49
Views: 73519

OK on dialup. Doubt that it would be with a bigger screen. Unable to comment on screen shots - only got to see Andy's phiz. And, yes, speaking more slowly will aid those whose first language is not Texan.
by ray.wurlod
Fri Jun 02, 2006 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove character symbols
Replies: 9
Views: 1912

Beat me to it! "MCN" is one of my all time favourites!
by ray.wurlod
Fri Jun 02, 2006 12:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create File function in Basic Lng..
Replies: 2
Views: 1034

CLOSESEQ (or FLUSH) will create the file if any write operation (WRITESEQ, WRITEBLK or WEOFSEQ) has been performed. WRITESEQF will also create file file.

If no write operation has been performed but CREATE has been used, the file will be of zero length when closed.
by ray.wurlod
Fri Jun 02, 2006 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IPC Stage
Replies: 8
Views: 1436

The answer is a definite maybe. It really does depend on what your job is doing. If stage ---> IPC ---> stage ---> IPC ---> stage runs faster than stage ---> stage ---> stage then would stage ---> IPC ---> IPC ---> stage ---> IPC ---> IPC ---> stage run even faster? The answer is no, for the same re...
by ray.wurlod
Fri Jun 02, 2006 12:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple instance Job
Replies: 4
Views: 982

Source code is not multiply instantiated. Only the executable program is. The invocation ID ensures that each instance is uniquely identifiable. They run as completely independent process (that is, not as multiple threads in the same process).
by ray.wurlod
Fri Jun 02, 2006 12:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup to Hashfile and Writing to same Hash File
Replies: 11
Views: 2663

"Create" is clever enough not to create if it already exists.
by ray.wurlod
Fri Jun 02, 2006 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can someone explain me the datastage architecture clearly?
Replies: 9
Views: 5446

Step 3 is typically most efficiently accomplished with a hashed file that is pre-loaded with the relevant rows and columns from the target table, and kept up to date as source rows are processed.
by ray.wurlod
Fri Jun 02, 2006 12:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.1 Server Job hangs when reading a named pipe.
Replies: 5
Views: 1749

Certainly read timeout should be non-zero. Zero means wait forever. Is anything writing into the other end of the pipe?
by ray.wurlod
Fri Jun 02, 2006 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diffrence between two record level options
Replies: 1
Views: 761

Technically they are different. You should use record delimiter property to record the record delimiter always. The final delimiter property is for when you might have a different delimiter following the final column, and different from the field delimiters within the record. For example 12,"Arthur"...
by ray.wurlod
Fri Jun 02, 2006 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FATAL ERROR
Replies: 5
Views: 3569

Reset the job in Director. Additional diagnostic information may be logged "from previous run". Ask your support provider what "code 134" means.
by ray.wurlod
Fri Jun 02, 2006 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs suddenly become un-runable
Replies: 9
Views: 2391

Under Ken's scenario you would tend to get "unable to open RT_CONFIGnnn file" and/or "T30FILE table full" errors. Are you seeing any such in the log? The disk full situation does not have to be permanent - it can be really transitory and still cause a problem. For example, are your disk and scratchd...