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 does a file status of 02 on a vsam signifies?
How do you load a VSAM data set with records ?
What is an alternate index and path ?
Syntax of AMS modal commands ?
Define base cluster?
What is the function of linear dataset in vsam?
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...
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
in a cobol select statement, can you tell what is the organization for a ksds?
what is the difference b/w sequential and ESDS
Explain the difference between lds and esds?
What are the advantages of vsam over isam?