What is VERIFY command ? when do you use this command??
What actually it does ??
Answer Posted / 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 |
Post New Answer View All Answers
What is a vsam dataset?
how do you create an alternate index ?
What is speed parameters in define cluster command?
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...
Explain the biggest disadvantage of using a vsam dataset?
what do you mean by a shareoptions parameter (shr) in define cluster command?
Explain the significance of the shareoptions parameter?
explain in brief how you can create a vsam file?
what do you mean by define model parameter?
What is control interval?
What is the main function of key sequenced data set in vsam?
is delete operation supported in an esds? Is rewrite operation possible in esds?
explain how many ways you can load data in a vsam cluster?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?