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 is the main function of key-sequenced data set?
What is the biggest disadvantage of using a vsam dataset?
what are the codes returned by the ams (access method services) command during the execution in vsam?
Define dynamic processing?
Explain the difference between lds and esds?
What are the access method services used in vsam?
how can you load a vsam data set with records ?
what do you mean by a vsam slot?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
Explain the index set?
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?
What is the device independent method to indicate where a record is stored?
can you specify some the distinctive features of a ksds, key sequenced dataset?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is the purpose of idcams?