What does the KEYRANGES parameter in Define Cluster commend do?
Answer / guest
It divides a large dataset into several volumes according to
the Key ranges specified. e.g., KEYRANGES ((0000001 299999
(3000000 599999). if the activity on the key ranges are
evenly distributed, concurrent access is possible, which is
a performance improvement.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is the main function of key-sequenced data set?
What is Base Cluster ?
what is the meaning of each of the values in shareopts(2 3)?
What is the use of VSAM files? How to read this ?
is it slower if you access a record through alternative index as compared to primary index?
What is the purpose of idcams?
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
What is the index set?
Using Alternate Indexes in CICS pgms: ?
How to createing new version of GDG with out loosing the data in preaves GDG version?
How can you create a VSAM dataset? Can you write a JCL for it?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?