What is VERIFY command ? when do you use this command??
What actually it does ??
Answers were Sorted based on User's Feedback
Answer / abhushan
The VERIFY command is used to close those files that are
kept open after the abnormal termination of
the file.
It also brings the index component in sync with the data
components and updates the catalog
| Is This Answer Correct ? | 33 Yes | 7 No |
Answer / 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 |
print ids(/)char??what is the full form of ids??
What is a sequence set?
What does the keyranges parameter in define cluster commends do?
what are s0c1, s0c4, s0c5, s0c7 abends?
Describe SHAREOPTIONS parameter (SHR) in Define Cluster command.?
what is the drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage device. d.none of the above. let me know the answer with reason.
difference between vsam and database tables
why do we use vsam file thn seqential files ?
what will happen when you try to open an empty vsam file in a cobol program for input?
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 many Alternate Indexes you can have on a dataset?
What is the use of lds (linear data set)?