How vsam datasets are cataloged?
Answer / anoop
I dont have a clear cut idea about it, but as far as i know
VSAM datasets are cataloged using ICF. When a job using
VSAM files runs it checks the VSAM ctaloge first in STEPCAT
and the in JOBCAT if it is coded. If it is not found then
it will check in SYSTEM library
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the meaning of dynamic processing?
is it slower if you access a record through alternative index as compared to primary index?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
Explain the device independent method to indicate where a record is stored?
Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.
How Vsam was evolved? What was the equivalent file for ESDS,KSDS and RRDS prior to evolution? What were their disadvantages of those file which leads to evolution of ESDS,KSDS and RRDS files ?
explain in brief how you can create a vsam file?
FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS
What is speed parameters in define cluster command?
in vsam at the creation of cluster what is the use of RECSZ parameter?
what do you mean by the cobol record key clause in vsam?
In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?