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 |
How do I declare the KSDS vsam so that I can store a reocrd with variable length?.
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
How do you calculate record size of an alternate cluster?
What are the three levels of definition for the VSAM DEFINE?
What more info you should give in the DD statement while defining the next generation of a GDG?
What are the building blocks used in vsam datasets?
What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??
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
Using Alternate Indexes in CICS pgms: ?
what do you mean by gdg in vsam?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
Explain the device independent method to indicate where a record is stored?