can we create vsam files on multiple volumes ?
Answers were Sorted based on User's Feedback
Answer / lakshmi
In single VOLUMES parameter,multiple volumes can be coded,but they must have the same device type.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / subbu
Yes VSAM can be stored in multiple voulmes. However vloumes
should of same device type.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the procedure for running the batch job in mainframe?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
What is the main function of key-sequenced data set?
During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
Explain the catalog?
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
What is the purpose of having vsam data space?
If you wish to use the REWRITE command haw must the VSAM file be opened?
What does a file status of 02 on a VSAM indicate?
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.
what is the difference b/w sequential and ESDS