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 |
what is the RRN for the first record in RRDS?
What is the COBOL RECORD KEY clause?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
if you wish to use the rewrite command how must the vsam file be opened?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
Common VSAM Error conditions and codes
How to delete a member using JCL.?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
What is the use Free space in CI ?
By seeing the file itself how can we identify whether it is A vsam file or flat file
In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?