How do you decide on optimum values for CI, FREESPACE etc...?
Answer / 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 |
Name some common VSAM error conditions and codes. ?
What is free space?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
Explain the process in which flat files are converted into vsam files?
What is the maximum no. of records that can be allowed in VSAM ?
How are records stored in an ESDS, entry sequenced dataset?
What is recovery parameters in define cluster command?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????
How are different versions of GDG named ?
What is the catalog?
how can we convert esds to lds?