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

How can you create a VSAM dataset? Can you write a JCL for it?

4 Answers   IBM, TCS,


What is the meaning of the DEFINE MODEL parameter?

1 Answers  


How do you define a GDG ?

1 Answers   IBM,


Using alternate indexes in cics program?

0 Answers  


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

2 Answers   Xansa,






On which dataset you can have alt index?

0 Answers  


Is CA(Control Area) is part of CI(Control Interval)

1 Answers  


if not using the 'commit' when closing VSAM file,what will happend

5 Answers   CSC,


FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS

2 Answers  


How do you define a KSDS ?

1 Answers   IBM,


Do all versions of the GDG have to be of the same record length ?

3 Answers   IBM, iNautix,


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

0 Answers   IBM,


Categories