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 |
What is the meaning of each of the values in SHAREOPTS(2 ?
what is the syntax of ams modal commands?
Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system ?
What is the difference between lds and esds?
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
What is SHAREOPTS ?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
Explain the meaning and syntax for the START command. ?
What's a LDS (Linear Data Set) and what's it used for?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
what do you mean by recovery and speed parameters in define cluster command?
What more info you should give in the DD statement while defining the next generation of a GDG?