How do I declare the KSDS vsam so that I can store a reocrd
with variable length?.
Answer Posted / om prakash
RECORDSIZE(AVG,MAX)
AVG should not be equal to MAX for variable length records
in KSDS vsam file
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Define base cluster?
What is recovery parameters in define cluster command?
explain in brief what are the 3 types of vsam files?
What is the purpose of relative record data set used in vsam?
What is the use of lds (linear data set)?
what will happen when you try to open an empty vsam file in a cobol program for input?
What is the difference between lds and esds?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
Define a path?
Discuss record management in vsam?
name a few common vsam status codes?
what is meant by s0c-07 system abend codes?
What is the main function of key-sequenced data set?
Define gdg?