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..?
Answer Posted / mehdee
When we create empty new VSAM file, we should always
INITIALIZE it with a dummy record, before start using
it.And it is part of the crating.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
what are s0c1, s0c4, s0c5, s0c7 abends?
what do you mean by the repro command?
What is the use of lds (linear data set)?
difference between vsam and database tables
differentiate between sequential files and esds files in vsam?
Is it slower if you access a record through alt index as compared to primary index?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
What is control area?
what do you mean by a shareoptions parameter (shr) in define cluster command?
What is recovery parameters in define cluster command?
Explain the 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?
how can you copy to a vsam cluster?
What is the main function of key-sequenced data set?