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
name a few common vsam status codes?
there are seven idcams commands in vsam. Can you name and explain each of them?
Define dynamic processing?
explain in brief why do vsam take more disk space than other utilities?
What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..
Would you specify freespace ce for an esds?
what do you mean by define model parameter?
explain how can you initialize a vsam file before any operation?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
Why is it required to have a keyed directed retrieval?
what do you mean by the repro command?
explain the differences between vsam and non-vsam files
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...
what will happen when you try to open an empty vsam file in a cobol program for input?
What are the different commands used in idcams for vsam?