in vsam at the creation of cluster what is the use of RECSZ
parameter?
Answer Posted / ram
recsz means recordsize parameter
RECORDSIZE(maxlength, avglength)
if maxlength = avglength then fixed length record
if both are not equal then variable length record
eg..
recordsize(30,30)
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of having vsam data space?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
Define free space?
How do you define an altindx?
how can you load a vsam data set with records ?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
Why is master catalog used in vsam?
what is the purpose of the verify function of idcams?
Discuss record management in vsam?
what will happen when you try to open an empty vsam file in a cobol program for input?
what do you mean by a shareoptions parameter (shr) in define cluster command?
How is the sorting of vsam files carried?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..
Differentiate between ci split and ca split?