Welcome aboard.
As at the date of posting, no.
Search found 53125 matches
- Wed Sep 12, 2007 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is IBM Datastage8 for HP-UX released?
- Replies: 2
- Views: 1078
- Wed Sep 12, 2007 8:15 pm
- Forum: General
- Topic: Name for a software company.
- Replies: 14
- Views: 5049
- Wed Sep 12, 2007 8:12 pm
- Forum: IBM QualityStage
- Topic: Is there a quality stage for mainframe jobs in version 8?
- Replies: 3
- Views: 1486
- Wed Sep 12, 2007 8:12 pm
- Forum: IBM QualityStage
- Topic: How do I split this address?
- Replies: 2
- Views: 1802
- Wed Sep 12, 2007 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSN on AIX platform against DB2 database
- Replies: 1
- Views: 1071
- Wed Sep 12, 2007 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to manage that
- Replies: 1
- Views: 981
- Wed Sep 12, 2007 6:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to findout
- Replies: 3
- Views: 1450
- Wed Sep 12, 2007 6:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data conversion
- Replies: 6
- Views: 1261
- Wed Sep 12, 2007 6:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create Table Definition from Excel file
- Replies: 1
- Views: 1381
- Wed Sep 12, 2007 6:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Monitor status
- Replies: 7
- Views: 1263
- Wed Sep 12, 2007 6:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: indexes
- Replies: 4
- Views: 1496
- Wed Sep 12, 2007 6:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write to a hashed file and then read from it using SQL
- Replies: 7
- Views: 1782
You can edit the DDL to specify the location of the UV table. For example
Code: Select all
CREATE TABLE TheTableName
DATA #$KOM_DIRECTORY#/KOMODO/LOOKUP/MyTableName
DICT #$KOM_DIRECTORY#/KOMODO/LOOKUP/D_MyTableName
(
column_definitions ...
); - Wed Sep 12, 2007 6:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How could I get current parameter value from unix command
- Replies: 9
- Views: 2099
- Wed Sep 12, 2007 12:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: import stored procedure
- Replies: 10
- Views: 4739
- Wed Sep 12, 2007 12:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem to write a file
- Replies: 2
- Views: 1066
Why, from that, would you expect any file called Logfile.txt to be created, there or anywhere? I can not see anywhere, in your code, that a file of this name is opened/created and/or written to. You've commented out the statement that assigns the file path. You do not verify that the call to DSGetPa...