What is VERIFY command ? when do you use this command??
What actually it does ??
Answer Posted / ravikumar
This parameter is used to verify the physical existence of a
vsam file and close the file if it is not previously closed.
The syntaz is VERIFY FILE(<ddname>)
or
VERIFY DATASET(<dataset name>)
| Is This Answer Correct ? | 35 Yes | 11 No |
Post New Answer View All Answers
how do you create an alternate index ?
what is the meaning of each of the values in shareopts(2 3)?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
what do you mean by a upgrade set in vsam?
What are the information stored in ci?
how can you copy to a vsam cluster?
in a cobol select statement, can you tell what is the organization for a ksds?
What is the device independent method to indicate where a record is stored?
How does control intervals and control areas related to each other?
there are seven idcams commands in vsam. Can you name and explain each of them?
why ci and ca splits are not possible in esds and rrds?
explain how do you define a gdg in vsam?
explain the differences between vsam and non-vsam files
Differentiate between control interval (ci) and control area (ca)?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.