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 6096By 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 11343If 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 11585
explain in brief why do vsam take more disk space than other utilities?
Explain the device independent method to indicate where a record is stored?
there are seven idcams commands in vsam. Can you name and explain each of them?
what do you mean by a upgrade set in vsam?
how do you create an alternate index ?
Explain about the file objects in vsam?
what do you mean by gdg in vsam?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
Why is master catalog used in vsam?
what is buffering and how does it apply to vsam files ?
What does the keyranges parameter in define cluster commends do?
what is the syntax of ams modal commands?
what is a base cluster in vsam?
How do you calculate record size of an alternate cluster?
what do you mean by a shareoptions parameter (shr) in define cluster command?