Re: VSAM max number of records

2005-11-22 Thread R.S.

François LE MANER wrote:


Hello all

We have VSAM allocated with RECORDS(pri sec)

Doc AMS reference for DFSMS 140 say s :

The maximum number of records is 16,777,215.

Is this limit valid for basic VSAM and extended format VSAM ?


I think the limit apply only for DEF CLUSTER statement.
If you need more records simple replace RECORDS(x,y) with CYL(a,b)
VSAM limit are:
4GB for non-EA
or
4G * CISIZE for EA
AND
other limits like
max. 59 volumes,
physically available space.

--
Radoslaw Skorupka
Lodz, Poland

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VSAM max number of records

2005-11-22 Thread François LE MANER
Does this means that there is no logical limit for the number of records,
only physical ones :

size of 4GB * cisize
59 volumes

Regards

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html