Search found 53125 matches
- Thu Jun 05, 2014 3:01 am
- Forum: IBM QualityStage
- Topic: IP Addresses
- Replies: 1
- Views: 2457
- Wed Jun 04, 2014 10:15 pm
- Forum: IBM QualityStage
- Topic: "Does Not Contain" Pattern
- Replies: 5
- Views: 3508
- Wed Jun 04, 2014 7:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Variable Column Set in File
- Replies: 2
- Views: 978
- Wed Jun 04, 2014 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Source and Target row count matching in Datastage job
- Replies: 11
- Views: 5681
- Wed Jun 04, 2014 3:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Source and Target row count matching in Datastage job
- Replies: 11
- Views: 5681
- Wed Jun 04, 2014 3:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Source and Target row count matching in Datastage job
- Replies: 11
- Views: 5681
- Wed Jun 04, 2014 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: GET N rows in output based on counts
- Replies: 11
- Views: 3541
- Wed Jun 04, 2014 3:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning: the value of the PWD environment variable (/opt/DAT
- Replies: 5
- Views: 2141
This warning has been around for a long, long time. Easiest solution is to set the value of PWD. For convenience I set it globally for DataStage users to have the value "." (current directory).
Code: Select all
PWD=. ; export PWD- Wed Jun 04, 2014 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SMP to MPP datastage code migration
- Replies: 1
- Views: 1613
- Wed Jun 04, 2014 2:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bulk orchestrate import of table definitions
- Replies: 17
- Views: 6105
- Wed Jun 04, 2014 2:00 am
- Forum: General
- Topic: what is the max rows in a file to process through datastage
- Replies: 1
- Views: 1012
- Tue Jun 03, 2014 10:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Copy stage during extraction of data from table
- Replies: 1
- Views: 715
You can join the Oracle Connector stage directly to the Data Set stage. A Copy stage that does nothing will be optimized out of the design when the job is run unless you prevent this behaviour (prove this by examining the score). A Transformer stage will waste a small quantity of resources at run ti...
- Tue Jun 03, 2014 1:05 am
- Forum: General
- Topic: different invocation id
- Replies: 3
- Views: 997
Based on the information you have provided, you are not correct. All three invocations will run. The fact that they can have invocation IDs already tells us that they are configured for multi-instance running. However, the design itself may cause failure. For example, if all three try to write to th...
- Mon Jun 02, 2014 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Adding columns in transformer (Numeric)
- Replies: 16
- Views: 6197
- Mon Jun 02, 2014 4:08 pm
- Forum: General
- Topic: Export 1 .dsx per job (automatically)
- Replies: 2
- Views: 1525