What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
Answer Posted / guest
RECOVERY (default) and SPEED are mutually exclusive.
Recovery preformats the control areas during the initial
dataset load, if the job fails, you can restart but you must
have a recovery routine already written to restart the job.
SPEED does not preformat the CAs. It is recommended that you
specify SPEED to speed up your initial data load.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
what will happen when you try to open an empty vsam file in a cobol program for input?
explain the differences between vsam and non-vsam files
What is the main purpose of having user catalog in vsam?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
Explain the function of the relative record data set?
What is a ci split?
Define base cluster?
What are the common vsam error conditions and codes?
What are the steps involved in access method services?
Explain the purpose of the file status clause in the select statement?
How do you define an altindx?
What are the different dataset organizations used in vsam?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
What is a vsam dataset?
Is it slower if you access a record through alt index as compared to primary index?