Search found 53125 matches
- Thu Dec 11, 2008 5:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Want to sort the data without using sort stage
- Replies: 4
- Views: 1684
- Thu Dec 11, 2008 5:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage login error
- Replies: 4
- Views: 1593
Re: datastage login error
Aren't you paying an official support provider to do just this?ag_ram wrote:Please provide a solution to this problem.
- Thu Dec 11, 2008 4:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: high availability for IIS 8.x?
- Replies: 16
- Views: 3810
- Thu Dec 11, 2008 4:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read UniVerse tables through JobControl
- Replies: 11
- Views: 2162
- Thu Dec 11, 2008 4:46 am
- Forum: Site/Forum
- Topic: All buttons are Disabled
- Replies: 1
- Views: 2308
- Thu Dec 11, 2008 2:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read UniVerse tables through JobControl
- Replies: 11
- Views: 2162
- Thu Dec 11, 2008 2:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle process continue even after the jobs are stopped
- Replies: 4
- Views: 1121
- Thu Dec 11, 2008 2:36 am
- Forum: General
- Topic: Write records count in Audit file
- Replies: 5
- Views: 1580
- Thu Dec 11, 2008 12:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: high availability for IIS 8.x?
- Replies: 16
- Views: 3810
- Wed Dec 10, 2008 11:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read UniVerse tables through JobControl
- Replies: 11
- Views: 2162
You can not read a record from a hashed file without the primary key. The primary key is used by the hashing algorithm to determine the physical storage location of the record. The Read statement reads the entire record. You need to know, perhaps from the metadata (the file dictionary), which field ...
- Wed Dec 10, 2008 9:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding PartitionTable Option in oracle Enterprise stage
- Replies: 3
- Views: 1187
- Wed Dec 10, 2008 9:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write code to extract record from multiple tables to Files.
- Replies: 7
- Views: 2760
- Wed Dec 10, 2008 6:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to capture performance statistics of a job
- Replies: 7
- Views: 2381
- Wed Dec 10, 2008 1:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date conversion
- Replies: 3
- Views: 1419
- Wed Dec 10, 2008 1:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read UniVerse tables through JobControl
- Replies: 11
- Views: 2162
Job name is the key column in DS_JOBS, so you need it (possibly in a variable) before you can read that row anyway. You are on the right track with the Open statement, but then you need to use Read statements to read the records from the hashed file. Both of these can be found in the DataStage BASIC...