what is the meaning of dynamic processing in vsam?
No Answer is Posted For this Question
Be the First to Post Answer
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 is the VSAM-code field?
in vsam at the creation of cluster what is the use of RECSZ parameter?
In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?
Explain the function of entry-sequenced data set?
Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.
Define free space?
What more info you should give in the DD statement while defining the next generation of a GDG?
What is the meaning of VSAM RETURN-CODE 28?
what is a base cluster in vsam?
What is Base Cluster ?
What happens when you open an empty VSAM file in a COBOL program for input?