Differentiate between control interval (ci) and control area (ca)?
Define dynamic processing?
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 s0c1, s0c4, s0c5, s0c7 abends?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is a ci split? What is a ca split?
to use the rewrite command, how should the vsam file be opened?
What is the main function of key sequenced data set in vsam?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
Differentiate between ci split and ca split?
what do you mean by a vsam slot?
what do you mean by the repro command?
Using alternate indexes in batch program?
How is record management performed in vsam?
Explain the function of entry-sequenced data set?