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 6251By 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 11732If 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 11923
there are seven idcams commands in vsam. Can you name and explain each of them?
what do you mean by a vsam slot?
what will happen when you try to open an empty vsam file in a cobol program for input?
Define dynamic processing?
Define gdg?
What makes vrrds different from vsam?
explain in brief how you can create a vsam file?
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
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
What is a lds (linear data set)?
is it necessary that all versions of the gdg have to be of the same record length?
How does control intervals and control areas related to each other?
Explain the device independent method to indicate where a record is stored?
What is the purpose of relative record data set used in vsam?
Explain the purpose of the file status clause in the select statement?