What happens when you open an empty VSAM file in a COBOL
program for input?
Answer Posted / jitendra kumar r
use OPTION key word after the select in file control.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the device independent method to indicate where a record is stored?
why ci and ca splits are not possible in esds and rrds?
What are the access method services used in vsam?
How to get the last record in vsam file in cluster?
if you wish to use the rewrite command how must the vsam file be opened?
What is the main function of linear dataset?
what is buffering and how does it apply to vsam files ?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
Explain the difference between lds and esds?
Explain the function of entry-sequenced data set?
explain in brief what are the 3 types of vsam files?
what is the use of the file status clause in the select statement in vsam?
what are the idcams commands that can be used for vsam and explain each of them.
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?
Using alternate indexes in batch program?