How do you decide on optimum values for CI, FREESPACE etc...?
Answer Posted / guest
CI size should be based on record length, type of
processing. Usually CI is 4K. If record length is
larger(>1K), chose 6K or 8K. FREESPACE should be large if
more number of insertions are envisaged. Usual values are
(20 2 when heavy updates are expected. CI size can be
calculated.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is recovery parameters in define cluster command?
Explain the purpose of the file status clause in the select statement?
what do you mean by recovery and speed parameters in define cluster command?
What is the main function of key-sequenced data set?
What is a vsam dataset?
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
Why is master catalog used in vsam?
How do you calculate record size of an alternate cluster?
What is the function of linear dataset in vsam?
Explain the catalog?
is delete operation supported in an esds? Is rewrite operation possible in esds?
What is the main function of key sequenced data set in vsam?
what will happen if there is no secondary allocation made for datasets?
what are the idcams commands that can be used for vsam and explain each of them.
Explain the difference between lds and esds?