in vsam at the creation of cluster what is the use of RECSZ
parameter?

Answers were Sorted based on User's Feedback



in vsam at the creation of cluster what is the use of RECSZ parameter?..

Answer / chinmay

RECSZ = Record size

RECSZ (AVE MAX)
DEFAULT (4086 32600)

EXAMPLE (70 110)

Is This Answer Correct ?    8 Yes 0 No

in vsam at the creation of cluster what is the use of RECSZ parameter?..

Answer / 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

More VSAM Interview Questions

What is the difference between lds and esds?

0 Answers  


Define gdg?

0 Answers  


Using alternate indexes in cics program?

0 Answers  


1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?

3 Answers  


is delete operation supported in an esds? Is rewrite operation possible in esds?

0 Answers   IBM,






How to delete a member using JCL.?

5 Answers  


What is a VSAM slot?

1 Answers  


Define dynamic processing?

0 Answers  


What is the function of entry sequenced data set?

0 Answers  


Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?

1 Answers  


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..

0 Answers   iGate,


How Vsam was evolved? What was the equivalent file for ESDS,KSDS and RRDS prior to evolution? What were their disadvantages of those file which leads to evolution of ESDS,KSDS and RRDS files ?

1 Answers  


Categories