Specifies whether SAS creates compressed data sets whose observations can be randomly accessed or sequentially accessed.
| Category: | Table Control | 
| Restriction: | Use with output tables only. | 
| Interaction: | Used with COMPRESS= table option | 
| Data source: | SAS data set | 
causes the FedSQL language to produce a compressed data set that might be randomly accessed by observation number. This is the default.
suppresses the ability to randomly access observations in a compressed data set by observation number.
create table test{options compress=yes pointobs=yes reuse=yes};