Page 1 of 1

Relation in spanned records and control interval split?

Posted: Sun Jun 15, 2014 10:39 pm
by Sushant S
Is there any relation in spanned records and control interval split?

Re: Relation in spanned records and control interval split?

Posted: Mon Jun 16, 2014 8:21 am
by Robert Sample
What kind of relationship do you think exists? A spanned record is where the record length is longer than the CI size. A CI split occurs when there is a KSDS record to be inserted but there is no space in the CI for the record.

Re: Relation in spanned records and control interval split?

Posted: Mon Jun 16, 2014 12:27 pm
by Sushant S
Thanks Robert, I was thinking as if the spanned records are like fixed-block or variable-block concept or they come in to the picture only whrn CI split happens.

Re: Relation in spanned records and control interval split?

Posted: Mon Jun 16, 2014 12:37 pm
by William Collins
You will only get spanned records when, as Robert has said, you record-length is larger than the CI size. This will require more than one CI to contain the data,.

CI splits are a different thing, nothing to do with spanned records.

I've never even considered using spanned records for VSAM, not come across anything that uses it.

What are you trying to do?

Re: Relation in spanned records and control interval split?

Posted: Mon Jun 16, 2014 6:47 pm
by Robert Sample
As William said, spanned records really have nothing to do with splits. A spanned record can be fixed or variable length in VSAM.