Search found 53125 matches
- 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
- 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...
- 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
- 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
- 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
- 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
- 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
- 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
- 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 - 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 ...
- 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
- 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
- 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
- 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 ...
- 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...