Previous Topic: AOFSOURCETEXT ParameterNext Topic: AOFUSEOJOBNAME Parameter


AOFSIZE Parameter

The AOFSIZE parameter determines the size of the AOF workspace (used to store REXX variables).

Using several new CA OPS/MVS parameters (AOFWSHIGHUSED, AOFWSHIGHUSEDPGM, AOFWSHIGHUSEDRULE, AOFWSHIGHUSEDDATE, and AOFWSHIGHUSEDTIME), you can trace the maximum amount of workspace that rules have used since CA OPS/MVS was last started. After tracing the levels of workspace use, you may wish to decrease the value of the AOFSIZE parameter if it is set larger than the value of the AOFWSHIGHUSED parameter.

Note: The AOFWSHIGHUSED, AOFWSHIGHUSEDPGM, AOFWSHIGHUSEDRULE, AOFWSHIGHUSEDDATE, and AOFWSHIGHUSEDTIME parameters are display-only parameters.

Default value

307200 (bytes)

Other possible values

Any number of bytes greater than 32768

Set or modify this parameter...

At initialization

Example: AOFSIZE

This function sets the AOF work space to 500000 bytes.

OPSPRM('SET','AOFSIZE','500000')

More information:

Display-only Parameters