Name some common VSAM error conditions and codes. ?
Answer Posted / guest
They are end of file (1, duplicate key (2, record not found
(2, VSAM logic error (9, open problem (9 and space problem (9.
Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
Define free space?
Using alternate indexes in batch program?
Tell about the ams used in vsam?
What is the device independent method to indicate where a record is stored?
What is a ci split? What is a ca split?
What is the difference between lds and esds?
Define dynamic processing?
explain the information contained in ci
What are the information stored in ci?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
how many buffers are allocated to vsam ksds and esds?
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 main function of key-sequenced data set?
what do you mean by a vsam slot?
if you wish to use the rewrite command how must the vsam file be opened?