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 11764
what do you mean by a upgrade set in vsam?
What is the function of entry sequenced data set?
What is the main function of linear dataset?
is delete operation supported in an esds? Is rewrite operation possible in esds?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
what is the meaning of dynamic processing in vsam?
What is a base cluste?
How to get the last record in vsam file in cluster?
Using alternate indexes in cics program?
Define base cluster?
to use the rewrite command, how should the vsam file be opened?
what is meant by s0c-07 system abend codes?
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...
differentiate between sequential files and esds files in vsam?
Explain the purpose of the file status clause in the select statement?