what is the meaning of dynamic processing in vsam?
What is the main function of key sequenced data set in vsam?
What is a ci split? What is a ca split?
What makes vrrds different from vsam?
explain in brief why do vsam take more disk space than other utilities?
What is the main purpose of having user catalog in vsam?
What is the main function of linear dataset?
Using alternate indexes in batch program?
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
explain in brief how you can create a vsam file?
if you wish to use the rewrite command how must the vsam file be opened?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
what is meant by s0c-07 system abend codes?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
Explain about the file objects in vsam?