By seeing the file itself how can we identify whether it is
A vsam file or flat file
Answer Posted / shweta
just do a 's'(data set information) in front of the file
name. Data class will have 'VSAM'. Also in 3.4, the volume
column will have 'VSAM'.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
in a cobol select statement, can you tell what is the organization for a ksds?
explain how many ways you can load data in a vsam cluster?
why ci and ca splits are not possible in esds and rrds?
differentiate between sequential files and esds files in vsam?
what do you mean by a shareoptions parameter (shr) in define cluster command?
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
Explain the function of entry-sequenced data set?
What is the use of access method services in vsam?
What are the access method services used in vsam?
Differentiate between control interval (ci) and control area (ca)?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
What are the building blocks used in vsam datasets?
What is a ca split?
Explain the purpose of the file status clause in the select statement?
Explain the difference between lds and esds?