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


Please Help Members By Posting Answers For Below Questions

Define free space?

766


Using alternate indexes in batch program?

803


Tell about the ams used in vsam?

904


What is the device independent method to indicate where a record is stored?

803


What is a ci split? What is a ca split?

890


What is the difference between lds and esds?

779


Define dynamic processing?

747


explain the information contained in ci

765


What are the information stored in ci?

752


in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?

910


how many buffers are allocated to vsam ksds and esds?

905


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

2288


What is the main function of key-sequenced data set?

792


what do you mean by a vsam slot?

756


if you wish to use the rewrite command how must the vsam file be opened?

890