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 11572If 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 11773
How to get the last record in vsam file in cluster?
Explain the process in which flat files are converted into vsam files?
to use the rewrite command, how should the vsam file be opened?
Define dynamic processing?
How do you define an altindx?
What is the purpose of having vsam data space?
What is a vsam dataset?
Explain the biggest disadvantage of using a vsam dataset?
name the utility program closely associated with vsam?
State the differences between vsam and non-vsam files?
What is speed parameters in define cluster command?
name a few common vsam status codes?
What is the main purpose of having user catalog in vsam?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
What makes vrrds different from vsam?