Types of hash file in command window

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
rajiivnb
Participant
Posts: 77
Joined: Fri Sep 10, 2004 8:38 am
Location: India

Types of hash file in command window

Post by rajiivnb »

Hi Group,

Can any one tell me wht are all the types and its functionality of creating hash files in a command window,

eg.,

CREATE.FILE TEST 19

thnx in advance.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Types 1, 19 and 25 are not hashed files. Types 1 and 19 are directories; type 25 is a B-tree.
Types 2 through 18 are static hashed files with different hashing algorithms. Type 30 is a dynamic hashed file. Static hashed files do manage their "table space" automatically; dynamic hashed files do.

They are all created with the CREATE.FILE command. For static hashed file you must provide the file type, modulo (number of groups) and separation (size of each group). For dynamic hashed files there are six tuning parameters, but in general the default values for these are suitable. This is the default type of hashed file for DataStage.

You can get more information from searching this Forum, from Ascential's "DataStage Essentials" class, and from IBM's UniVerse manual library
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply