Answer Posted / guest
DEFINE CLUSTER(cluster name) with the INDEXED parameter.
Also specify the ds name for the DATA component & the ds
INDEX component. Other important parms are RECORDSIZE, KEYS,
SHAREOPTIONS.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Differentiate between ci split and ca split?
How to get the last record in vsam file in cluster?
Tell about the ams used in vsam?
what do you mean by a upgrade set in vsam?
there are seven idcams commands in vsam. Can you name and explain each of them?
explain in brief how are different versions of gdg named?
What are the steps involved in access method services?
what are s0c1, s0c4, s0c5, s0c7 abends?
explain how do you define a gdg in vsam?
explain in brief how you can create a vsam file?
explain in brief what are the 3 types of vsam files?
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
Define gdg?
Define dynamic processing?
Using alternate indexes in batch program?