Search found 53125 matches

by ray.wurlod
Tue Sep 12, 2006 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to have unlinked stages
Replies: 3
Views: 1017

Is this a server job or a mainframe job? You can not start mainframe jobs with the dsjob utility.
by ray.wurlod
Tue Sep 12, 2006 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating Techniques - Lookup Data [Reference]
Replies: 4
Views: 969

Parallel jobs are not equipped to do this kind of real-time updating without running in sequential mode and using auto-commit, both of which slow things down. It is regarded as a "blocking" activity. Also, you will not be able to get it to work with virtual Data Sets, so you're pretty much constrain...
by ray.wurlod
Tue Sep 12, 2006 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: the PWD environment variable is not defined
Replies: 2
Views: 1462

Define it! Use the User-Defined area of environment variables in Administrator. A suitable default value is "." (the current directory).
by ray.wurlod
Tue Sep 12, 2006 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which the exhibit concept
Replies: 4
Views: 1022

The term is not one of which I am aware. Are you totally certain about the terminology?
by ray.wurlod
Tue Sep 12, 2006 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Stage
Replies: 5
Views: 1123

You need to purchase it.
by ray.wurlod
Tue Sep 12, 2006 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE Stage. Error bind file name is not valid
Replies: 5
Views: 2217

Have you executed bind20 as part of setting up DB2 connectivity?
by ray.wurlod
Tue Sep 12, 2006 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter for field "COL_NAME" not found;
Replies: 18
Views: 13946

20 is hexadecimal for 32, which is the space character. I don't see pipe characters in those records, but agree that there are some in the final record that you have just posted.

See if you can find any lines in the file(s) where there is no pipe character, for example grep -v '|' filename
by ray.wurlod
Tue Sep 12, 2006 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SOX compliance for DataStage environments
Replies: 10
Views: 4316

Have these developers simply stayed logged in?
by ray.wurlod
Tue Sep 12, 2006 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: records dropped in transformer
Replies: 7
Views: 2860

You don't do assignment in expressions. The original expression should be

Code: Select all

If ISNULL(RM_NULLS.COL1) And IsNotNull(RM_NULLS.COL2) Then  RM_NULLS.COL4 Else RM_NULLS.COL3 
by ray.wurlod
Tue Sep 12, 2006 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connection Issue
Replies: 4
Views: 1334

There is a separate document on configuring connectivity to DB2, particularly when the DB2 instance is not on the same machine as DataStage server. In your case, DB2 Connect will need to be installed on the DataStage server machine so that you can access data in the AS/400 environment, and you must ...
by ray.wurlod
Tue Sep 12, 2006 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: partial schema
Replies: 4
Views: 2504

To put that another way, DataStage must be able to construct the full schema from somewhere - whether internal metadata or an external schema file.
by ray.wurlod
Tue Sep 12, 2006 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Persist Generated File Infile..Row_Generator
Replies: 12
Views: 4105

I don't currently have access to PX but would imagine that discard file is an optional property of the load stage. If you can find it (in Available Properties to Add), you can use a job parameter to supply its value.
by ray.wurlod
Tue Sep 12, 2006 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5 problem
Replies: 10
Views: 2115

From the log, how many rows were sent to the target? Insert a Peek stage between them to determine whether the 10 rows made it into the job.
by ray.wurlod
Tue Sep 12, 2006 3:57 pm
Forum: General
Topic: Accessing Universe from Unix
Replies: 16
Views: 10066

libgciudt6.so is a shared library for accessing UniData 6.0 databases. It is (deliberately or accidentally) not included with all versions of DataStage. Alas, it is hard coded into the uv executable to open it, even though you don't access UniData databases. Contact your support provider to obtain ...
by ray.wurlod
Tue Sep 12, 2006 3:48 pm
Forum:
Topic: MetaStage Column Sources
Replies: 3
Views: 1493

When Column definitions are loaded into a DataStage job, or saved into the Repository from a DataStage job, the location of the table definition in the Repository is preserved within the job. To see these, right click on the Columns grid and choose Properties - you can then expose the additional fie...