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
On which dataset you can have alt index?
what is the purpose of the verify function of idcams?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
explain in brief how you can create a vsam file?
to use the rewrite command, how should the vsam file be opened?
What are the different parameters that are used in vsam?
what will happen when you try to open an empty vsam file in a cobol program for input?
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
what how do you initialize a vsam file before any operation? A vsam with alternate index?
What is the biggest disadvantage of using a vsam dataset?
What is the main purpose of having user catalog in vsam?
How do you calculate record size of an alternate cluster?
How does control intervals and control areas related to each other?
What is recovery parameters in define cluster command?
there are seven idcams commands in vsam. Can you name and explain each of them?