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


Please Help Members By Posting Answers For Below Questions

name the utility program closely associated with vsam?

579


what is the meaning of dynamic processing in vsam?

588


explain the differences between vsam and non-vsam files

647


what do you mean by define model parameter?

596


Define base cluster?

575






Describe the uses of ams?

544


If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?

638


What is the function of linear dataset in vsam?

642


What does the keyranges parameter in define cluster command do?

528


What is a lds (linear data set)?

560


Would you specify freespace ce for an esds?

603


explain how do you define a gdg in vsam?

587


what is buffering and how does it apply to vsam files ?

716


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

2082


What is speed parameters in define cluster command?

507