Search found 53125 matches

by ray.wurlod
Thu May 13, 2004 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PRINTER memory segment error
Replies: 4
Views: 2111

It's not an error, it's really an informational message. Each DataStage phantom (background process) is allocated a segment in shared memory. For historical reasons, this segment is called the process's "printer shared memory segment". When a process is finished, and another process starts soon afte...
by ray.wurlod
Thu May 13, 2004 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creation/deletion of project objects(jobs,routines,etc)
Replies: 4
Views: 2685

How about the PREVDTD and PREVDELETOR columns in my previous answer? 8)
by ray.wurlod
Thu May 13, 2004 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Jobs from Unix script & understanding status
Replies: 2
Views: 1263

The exit status of the dsjob command without its -jobstatus option is exactly that, the exit status of the dsjob command. Even if the job failed in DataStage, the dsjob command (which requested the run) completed successfully, and will return 0. The -jobstatus option not only produces a job status r...
by ray.wurlod
Thu May 13, 2004 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cache disabled
Replies: 2
Views: 1032

Write caching disabled is usually an informational message. When a hashed file stage has an input link, an information message is logged to show whether write caching was enabled, disabled, or unable to be used (normally because the hashed file is larger than the space allocated for caching in the p...
by ray.wurlod
Thu May 13, 2004 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing the value from transformer to Befor/After subroutine
Replies: 8
Views: 2761

Can you start a new thread with a subject "COMMON variables"? There are quite a few things that need to be said about them. One is that their use inhibits later conversion to Parallel Extender components.
by ray.wurlod
Thu May 13, 2004 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multivalued columns
Replies: 1
Views: 798

For a gentle introduction to multi-valued columns, look here . Before you can use multi-valued columns, in hashed files or in UV tables, you have to enable them in the metadata. Because none of yours have multi-valued columns defined, the "normalize on" button is disabled. If you did have multi-valu...
by ray.wurlod
Thu May 13, 2004 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creation/deletion of project objects(jobs,routines,etc)
Replies: 4
Views: 2685

There is a table called DS_AUDIT, but it does not have any exposure on the clients except as the date/time modified. The first thing that you can do is to switch to Details view (choose View > Details from the menu or the standard Windows tool from the toolbar). DS_AUDIT stores the following columns...
by ray.wurlod
Thu May 13, 2004 4:43 pm
Forum:
Topic: Passing Table Structure As Parameter ?
Replies: 3
Views: 2294

The long answer is also no. While it's certainly possible to pass a table definition as a parameter, there's nowhere in the ODBC stage that would allow you to use the information contained therein to construct dynamic queries. The DataStage architecture model is that the statement executed by ODBC m...
by ray.wurlod
Thu May 13, 2004 4:39 pm
Forum: IBM QualityStage
Topic: Quality Stage hosting
Replies: 5
Views: 3062

Probably not, unless you are running DataStage on Windows platform.
by ray.wurlod
Thu May 13, 2004 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in getting data from Oracle to DS : Too Slow
Replies: 15
Views: 4024

Probably worth starting a new thread on this one. Quick answer: hashed files work best when the average record size is small (less than 10% of group size) with the smallest possible variance, and when there is maximum variability (randomness?) in key values. To determine the counts of distinct value...
by ray.wurlod
Wed May 12, 2004 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help required for implementation.
Replies: 2
Views: 567

Welcome aboard! :D What you're describing here is how to implement slowly changing dimensions within DataStage. You can search the Forum (this topic has been covered a number of times). The Ascential class "DataStage Best Practices" class (DS306) encompasses robust techniques for managing slowly cha...
by ray.wurlod
Wed May 12, 2004 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic stage used to Modify
Replies: 2
Views: 2325

Welcome aboard! :D The expression used a Transfomer stage is exactly that; an expression. It's not an assignment statement. Get rid of the "TXN_DATE=". The result of the expression is used to become the value of that particular column on the output link. Use the expression editor to build expression...
by ray.wurlod
Wed May 12, 2004 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uv command invoke errors out looking for a specific module.
Replies: 7
Views: 3368

Does the LIBPATH set in the dsenv file also include the directory containing this library?
DataStage background processes use dsenv, rather than any .profile file, to initialize their environments.
by ray.wurlod
Wed May 12, 2004 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a field in DS_JOBOBJECTS for dependent job's type
Replies: 2
Views: 625

That information has not been published by Ascential and is thus not in the public domain. The answer to your first question is that you would need to query each dependent job; job type IS one of the publicly visible fields. However, can you determine how to get the list of dependent jobs in your qu...
by ray.wurlod
Wed May 12, 2004 4:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join
Replies: 7
Views: 2014

Yes, it's possible, but you're going to need to spend a lot more money on gateway software. :cry:

It's not possible with DataStage. One stage connects to one data source.