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 |
What is the device independent method to indicate where a record is stored?
what is the use of aix in vsam why do we go for aix and wht is build index in vsam?
what is meant by BUFND & BUFNI..?
explain how can you initialize a vsam file before any operation?
What is a ci split?
how many buffers are allocated to vsam ksds and esds?
How do you convert flat files to VSAM files ?
What is the purpose of relative record data set used in vsam?
By looking into JCL can we identify the dataset is VSAM (VSAM dataset supposed to be a input dataset).In this scenerio how will we identify the dataset is VSAM ?
5 Answers Cognizant, EDS, Shridhar,
is there any lock for vsam file so that no one can update the vsam file ?
Define base cluster?
How to get the last record in vsam file in cluster?