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 place for VSAM KSDS?

1 Answers  


What does a file status of 02 on a VSAM indicate?

1 Answers   IBM,


What are the distinctive features of a ksds, key sequenced dataset?

2 Answers  


Explain the catalog?

1 Answers  


What is a cluster?

2 Answers  


Would you specify FREESPACE for an ESDS?

1 Answers  


Explain the process in which flat files are converted into vsam files?

1 Answers  


What is free space?

1 Answers  


What is a lds (linear data set)?

1 Answers  


in what type of vsam datasets can an alternate index be defined??

4 Answers  


print ids(/)char??what is the full form of ids??

2 Answers   HCL, Hotel Jobs,


What is Control Interval, Control Area?

1 Answers  


Categories