Search found 53125 matches

by ray.wurlod
Wed May 21, 2008 1:44 am
Forum: General
Topic: Getting uvsh help
Replies: 22
Views: 6431

Which part of "undocumented" was unclear?
by ray.wurlod
Wed May 21, 2008 1:43 am
Forum: General
Topic: Dynamic metadata
Replies: 11
Views: 2480

You can not.
by ray.wurlod
Wed May 21, 2008 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REmoving transformer
Replies: 3
Views: 809

There is no other stage that can perform the functionality. Why do you want to replace the Transformer stage? That is it relatively inefficient compared to other stage types is no longer true (in versions 7.5 and later).
by ray.wurlod
Wed May 21, 2008 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to store a low data in a database
Replies: 11
Views: 2273

What format does Teradata expect? Perhaps 01/01/0001 ? Is there a lower limit on valid dates in Teradata?
by ray.wurlod
Wed May 21, 2008 1:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: login issue
Replies: 3
Views: 799

You can get timeouts on the server itself, on the domain controller, and/or in the network, all caused by too great a load.
by ray.wurlod
Wed May 21, 2008 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cpp script
Replies: 8
Views: 1400

In a server job before/after subroutines must be in written in DataStage BASIC. However within these you have DSExecute, which you can use to execute any command and capture its output and exit status.
by ray.wurlod
Wed May 21, 2008 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unique Constraints.
Replies: 1
Views: 741

Prevention is always better than cure.

If you can't manage that, then the duplicates should be discarded into the sqlldr "bad" file and mentioned in the "log" file.
by ray.wurlod
Wed May 21, 2008 1:30 am
Forum: General
Topic: Dynamic metadata
Replies: 11
Views: 2480

For source files that are text files it does not matter what the column names are. The data types have to be correct.
Other than that, I don't believe you can do what this requirement specifies.

Resist stupid requirements.
by ray.wurlod
Wed May 21, 2008 1:27 am
Forum: General
Topic: Displaying jobs/sequencers in folders
Replies: 2
Views: 977

Code: Select all

SELECT BREAK ON "'O'" CATEGORY FMT '32L', NAME FMT '40L' FROM DS_JOBS WHERE NAME NOT LIKE '\\%' ORDER BY 1,2;
by ray.wurlod
Wed May 21, 2008 1:25 am
Forum: General
Topic: Getting uvsh help
Replies: 22
Views: 6431

You don't use any of them when you set up a project. As for maintaining a project, the main commands you use (the DS.TOOLS menu and the DS.CHECKER command) are undocumented.
by ray.wurlod
Tue May 20, 2008 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: kill process ids
Replies: 10
Views: 3075

Analogy: Is there any other way to kill people, as if it is necessary to kill ?

It is never necessary to kill DS processes if jobs are well-designed.
by ray.wurlod
Tue May 20, 2008 6:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX variable in Parallel job
Replies: 11
Views: 3091

Not possible as shell variables, as these are local to the shell in which the script runs. However you can echo the pathnames to stdout and pick those up as the command output ($CommandOutput activity variable) of the Execute Command activity that you use to run the shell script from a job sequence ...
by ray.wurlod
Tue May 20, 2008 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC call from BASIC
Replies: 3
Views: 1540

You might be better off tracking down a UNIX-based variant of osql.