What is recovery parameters in define cluster command?
No Answer is Posted For this Question
Be the First to Post Answer
How did you refresh a VSAM file and how frequently you do it ?
3 Answers CSC, IBM, Patni, Xansa,
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.
explain the differences between vsam and non-vsam files
What is a CI, control interval?
If 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..?
What is the main function of key sequenced data set in vsam?
Explain the function of the relative record data set?
what is vsam catalog ?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
what is freespace
What is File Status in VSAM?
is it required that primary key values have to be unique? Do alternate key values have to be unique?