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 6178By 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 11570If 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 11771
What is the purpose of having vsam data space?
what are the codes returned by the ams (access method services) command during the execution in vsam?
What is the main function of linear dataset?
what does a file status of 02 on a vsam signifies?
explain how do you define a gdg in vsam?
there are seven idcams commands in vsam. Can you name and explain each of them?
Define dynamic processing?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
explain the differences between vsam and non-vsam files
Using alternate indexes in cics program?
what is the purpose of the verify function of idcams?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
how can you copy to a vsam cluster?
What is the difference between lds and esds?
Using alternate indexes in batch program?