Previous Page | Next Page

System Options under z/OS

HSMAXSPC= System Option: z/OS



Specifies the maximum number of hiperspaces allowed in a SAS session.
Default: 50
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
Category: File Control: SASFILES
PROC OPTIONS GROUP= SASFILES
z/OS specifics: all

Syntax
Details
See Also

Syntax

HSMAXSPC=value


Details

The HSMAXSPC= option specifies the maximum number of physical hiperspaces (each of which has the size specified by the HSLXTNTS= option) that can be allocated in a single SAS session.

The value that you specify must be in the range 0 to 2,147,483,647. If you specify zero, SAS allocates 1,920 blocks of VIO for the library. Check with your system administrator for any site-specific maximum number of hiperspaces you can have.


See Also

Previous Page | Next Page | Top of Page