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 |
State the differences between vsam and non-vsam files?
what do you mean by the repro command?
Define dynamic processing?
How do you define a GDG ?
when u r using repro command what happens if both infile and outfile names same
what will happen when you try to open an empty vsam file in a cobol program for input?
print ids(/)char??what is the full form of ids??
In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
What more info you should give in the DD statement while defining the next generation of a GDG?
Tell me how many alternate indexes you can have on a dataset?
Explain the function of entry-sequenced data set?