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 |
differentiate between sequential files and esds files in vsam?
max how many AIX coded in a vsam dataset??
what is meant by dirty read in vsam?
What is a ca split?
what do you mean by a vsam slot?
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
what do you mean by gdg in vsam?
what are the codes returned by the ams (access method services) command during the execution in vsam?
What is the meaning of dynamic processing?
in vsam at the creation of cluster what is the use of RECSZ parameter?