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.
1 6177By looking into JCL can we identify the dataset is VSAM (VSAM dataset supposed to be a input dataset).In this scenerio how will we identify the dataset is VSAM ?
5 11563If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
3 11769
Explain the biggest disadvantage of using a vsam dataset?
explain in brief what are the 3 types of vsam files?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
what is a base cluster in vsam?
Explain about the file objects in vsam?
what do you mean by define model parameter?
What makes vrrds different from vsam?
What is a ca split?
What is the device independent method to indicate where a record is stored?
what do you mean by the repro command?
difference between vsam and database tables
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is a base cluste?
What is the place for VSAM KSDS?
is it required that primary key values have to be unique? Do alternate key values have to be unique?