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 |
should a AIX should be a unique value?
Explain the purpose of the file status clause in the select statement?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
Tell me how many alternate indexes you can have on a dataset?
can you specify some the distinctive features of a ksds, key sequenced dataset?
what do you mean by a vsam split?
what is the meaning of each of the values in shareopts(2 3)?
in what type of vsam datasets can an alternate index be defined??
Can AMS commands be run from the TSO prompt ?
why do we use vsam file thn seqential files ?
On which datasets You can have ALT INDEX?
what is vsam catalog ?