What happens when you open an empty VSAM file in a COBOL
program for input?
Answer Posted / vinodh
Will result in
IDC3351I ** VSAM OPEN RETURN CODE IS 160
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
what will happen if there is no secondary allocation made for datasets?
to use the rewrite command, how should the vsam file be opened?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
explain in brief how you can create a vsam file?
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 makes vrrds different from vsam?
Define gdg?
Why is it required to have a keyed directed retrieval?
How to get the last record in vsam file in cluster?
what is the meaning of dynamic processing in vsam?
what is buffering and how does it apply to vsam files ?
What is the device independent method to indicate where a record is stored?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
What is the purpose of idcams?
What is the purpose of control intervals in vsam?