Search found 4 matches

by DarioE
Thu Feb 15, 2007 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connecting physical to logical names
Replies: 3
Views: 1610

Connecting physical to logical names

The problem I have is that on my disk I can find gigabytes of various hash file folders + maybe some temporary sorter or aggregator files.. The programs that created those files are long deleted and I have no clue what they are. Is there a way to link the physical names of files and folders on a dis...
by DarioE
Sat Sep 16, 2006 3:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Readin the first item in a hash file
Replies: 3
Views: 1719

Thanx kduke, thanx ray.
It works and is in production already :-))
by DarioE
Fri Sep 15, 2006 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading and writing from the same file?
Replies: 13
Views: 6584

Re: Reading and writing from the same file?

Can it be done? Does it have to be a sequential file or data set file? If you're talking about the hash files, sure. You just cannot have two links from the same hash stage. What you have to do is take two hash stages (for the same hash file), do not turn on cashing, nor for writing neither for rea...
by DarioE
Fri Sep 15, 2006 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Readin the first item in a hash file
Replies: 3
Views: 1719

Readin the first item in a hash file

I need to write a basic routine which reads only the first record (item) from a hash file passed to it as a parameter.
The Read statement works fine when you have the item-id, but what if you don't, how do you get the first record only?

Thanx in advance!