The maximum number of
observations that can be counted for a SAS data file is determined
by the long integer data type size for the operating environment.
-
In operating environments with
a 32-bit long integer, the maximum number is 2
31-1
or approximately two billion observations (2,147,483,647).
-
In operating environments with
a 64-bit long integer, the maximum number is 2
63-1
or approximately 9.2 quintillion observations.
It is unlikely that
a SAS data file in an operating environment with a 64-bit long integer
will reach the maximum observation count. However, for operating environments
with a 32-bit long integer, reaching the maximum observation count
of approximately two billion observations is not unusual.
The SAS 9.3 operating
environments whose internal data representation store the observation
count as a 32-bit long integer include the following platforms:
-
Linux for 32-bit Intel architecture
-
Microsoft Windows on 32-bit platform
-
Microsoft Windows 64-bit Edition.
In this 64-bit operating environment, the long integer data type uses
the 32-bit model to maintain compatibility with 32-bit applications.
-