What is the VSAM-code field?
Answer / guest
It is a COBOL II enhancement to VSAM batch processing
expanding the FILE STATUS field. It is defined in
WORKING-STORAGE as a six byte group item with three two byte
elements, the normal return code, the function code and the
feedback code.
| Is This Answer Correct ? | 1 Yes | 0 No |
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
can i see how many records does a vsam file have without browsing or without using file-aid? and same for ps file?
What is File Status in VSAM?
In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?
What are the three levels of definition for the VSAM DEFINE?
in a cobol select statement, can you tell what is the organization for a ksds?
FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS
name the utility program closely associated with vsam?
What are the different versions of gdg named?
1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?
What is FREESPACE ?
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?