What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
Answer / 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 |
During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
What is the meaning of the DEFINE MODEL parameter?
What is a vsam dataset?
How are different versions of GDG named ?
What is the maximum number of Alternate Index ???
What does the keyranges parameter in define cluster commends do?
By looking into JCL can we identify the dataset is VSAM (VSAM dataset supposed to be a input dataset).In this scenerio how will we identify the dataset is VSAM ?
5 Answers Cognizant, EDS, Shridhar,
name a few common vsam status codes?
What is the use of VSAM files? How to read this ?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
What is a CA, control area?