In vsam at the cluster creation for KSDS FREESPACE parameter
is required but for ESDS FREESPACE parameter is not required ?

Answers were Sorted based on User's Feedback



In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE pa..

Answer / kiran_2be3

Because in ESDS we cannot insert a record in between 2
records. In case of KSDS we can.

Is This Answer Correct ?    16 Yes 0 No

In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE pa..

Answer / vishwa

no need of freespace while crateing the ESDS cluster.

Is This Answer Correct ?    8 Yes 1 No

In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE pa..

Answer / harsha

Freespace(CI%,CA%)
it means
1 "How much percentage of CI is to be left free"
2 "How much percentage of CA is to be left free"

Free space is responsible for record splitting and Spanned
record.

In KSDS, Record splitting and Spanned record is possible
while in ESDS, it is not possible.
In ESDS, one cannot Insert a record in between
one cannot Delete a record in between
one cannot Increase the length of a record in between

Is This Answer Correct ?    6 Yes 1 No

In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE pa..

Answer / nizam&

For every record in an ESDS, RBA value will be
auto-generated, so we cannot insert a record in between the
records. what ever the data entered, will be abends at the
bottom for each REPRO.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More VSAM Interview Questions

explain how can you initialize a vsam file before any operation?

0 Answers   IBM,


what is the syntax of ams modal commands?

0 Answers   IBM,


Differentiate between control interval (ci) and control area (ca)?

0 Answers  


What are the different versions of gdg named?

0 Answers  


What is the difference between sequential files and ESDS files?

1 Answers   IBM,






what is control interval(CI) and control Area(CA)

4 Answers   EDS,


What is an alternate index?

1 Answers  


What is free space?

1 Answers  


What is VERIFY command ? when do you use this command?? What actually it does ??

2 Answers   Xansa,


What is IDCAMS ?

2 Answers  


What is FREESPACE ?

2 Answers  


what is a base cluster in vsam?

0 Answers   IBM,


Categories