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

how do you define an altindx ? How do you use altindxs in batch, cics programs?

601


Is it slower if you access a record through alt index as compared to primary index?

596


What is a lds (linear data set) and what is it used for?

519


What are the different commands used in idcams for vsam?

559


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

645






what is a base cluster in vsam?

662


Explain the biggest disadvantage of using a vsam dataset?

580


Tell about the ams used in vsam?

673


what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?

567


What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..

8117


Using alternate indexes in batch program?

591


explain in brief how you can create a vsam file?

657


What is the purpose of having vsam data space?

526


What are the building blocks used in vsam datasets?

566


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

2069