what do you mean by recovery and speed parameters in define cluster command?



what do you mean by recovery and speed parameters in define cluster command?..

Answer / Reenu Sisodia

In the DEFINE CLUSTER command of IBM's VSAM, 'recovery' refers to options that control how data is saved during system failures. This includes parameters like RECOVER MODE (which determines whether only the latest version of each record should be kept or all versions) and MAXRECS (the maximum number of records that can be recovered).
'Speed' parameters, on the other hand, influence the performance of VSAM by controlling factors such as the buffer pool size (BUFPPOOL parameter) and the minimum number of buffers allocated at any time (MINBUFFERS parameter).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VSAM Interview Questions

What is the purpose of the FILE STATUS clause in the SELECT statement?

1 Answers  


What is a CA, control area?

1 Answers  


On which datasets You can have ALT INDEX?

2 Answers  


in what type of vsam datasets can an alternate index be defined??

4 Answers  


What is the catalog?

1 Answers  


what is meant by BUFND & BUFNI..?

1 Answers  


What is the purpose of idcams?

1 Answers  


What is the meaning of dynamic processing?

2 Answers  


what are the idcams commands that can be used for vsam and explain each of them.

1 Answers   IBM,


What is the meaning of the DEFINE MODEL parameter?

1 Answers  


looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?

2 Answers   IBM, Infosys,


Using alternate indexes in batch program?

1 Answers  


Categories