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 |
How do you convert flat files to VSAM files ?
How to rename one vsam file as well as it's index?
During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
What is a base cluste?
if you wish to use the rewrite command how must the vsam file be opened?
Using Alternate Indexes in Batch pgms: ?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
What are all the ways we can create datasets?
how to see the last records in vsam dataset??
How do you load a VSAM data set with records ?
If FSPC(100 10 is specified does it mean that both the control interval and control area will be left empty because 100 % of both CI and ca are specified to be empty?
What is the difference between sequential files and ESDS files?