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 |
In vsam why we use export-import utility?
What are the different parameters that are used in vsam?
What is an alternate index?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
What is the maximum number of Alternate Index ???
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
is there any lock for vsam file so that no one can update the vsam file ?
Define dynamic processing?
FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS
How many times secondary space allocated?
What are the different dataset organizations used in vsam?
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?