| System Options under z/OS |
| Default: | BASE |
| Valid in: | configuration file, SAS invocation |
| PROC OPTIONS GROUP= | SASFILES |
| z/OS specifics: | valid values for engine-name |
| See: | "ENGINE= System Option" in SAS Language Reference: Dictionary |
| Syntax | |
| See Also |
Syntax |
| ENGINE=engine-name |
can be one of the following under z/OS:
specifies the default SAS engine for SAS 9.2 files. This engine is 64-bit. Previous SAS engines were 32-bit.
specifies the SAS engine for all SAS 8 files.
specifies the SAS engine for all SAS 7 files.
specifies the read-only SAS engine for SAS 6. This engine enables you to read your SAS 6 data sets in SAS 9.2.
specifies the read-only SAS engine for SAS 5. This engine enables you to read your SAS 5 sequential data sets in SAS 9.2.
specifies the default sequential engine for SAS 9.2 files.
specifies the SAS sequential engine for all SAS 8 and SAS 7 files. These engines are identical to the V9TAPE engine.
specifies the read-onlySAS sequential engine for SAS 6. This engine enables you to read your SAS 6 sequential data sets in SAS 9.2.
specifies the read-only SAS sequential engine for SAS 5. This engine enables you to read your SAS 5 sequential data sets in SAS 9.2.
specifies the transport engine. The XPORT engine reads or writes one or more SAS data sets in transport format.
| See Also |
SAS Language Reference: Concepts
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.