How do I declare the KSDS vsam so that I can store a reocrd
with variable length?.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / harish
give the avg and max size differently for variable length
records in recordsize parameter and avg and max sal are
same for fixed length records in vsam ksds
| Is This Answer Correct ? | 7 Yes | 0 No |
State the differences between vsam and non-vsam files?
What is a CA, control area?
What is the main purpose of having user catalog in vsam?
What is IDCAMS ?
what is the use of the file status clause in the select statement in vsam?
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?
Define a path?
What more info you should give in the DD statement while defining the next generation of a GDG?
Create syntax for a VSAM file ?
what is meant by s0c-07 system abend codes?
What is the purpose of having vsam data space?