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 6169By 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 11554If 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 11766
what is the use of the file status clause in the select statement in vsam?
explain in brief how are different versions of gdg named?
what is a base cluster in vsam?
what are s0c1, s0c4, s0c5, s0c7 abends?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
What is the main purpose of having user catalog in vsam?
difference between vsam and database tables
Explain the significance of the shareoptions parameter?
what do you mean by the repro command?
how can you load a vsam data set with records ?
Explain the function of entry-sequenced data set?
what is meant by s0c-07 system abend codes?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
On which dataset you can have alt index?
what is the syntax of ams modal commands?