Previous Topic: AOFUSEOJOBNAME ParameterNext Topic: ARMELEMASSOC Parameter


AOFWSHIGHUSED Parameter

The AOFWSHIGHUSED parameter displays the largest amount of REXX workspace storage ever used by any rule (and its external subroutines) for the current life of the product or since the parameter value was last reset. Compare this value to the value of the AOFSIZE parameter to check whether the AOF REXX workspaces are either over or under allocated. Over allocating is not critical, but it wastes virtual storage that could be used for some other purpose. Under allocating is a serious problem that results in rule failures.

When you reset this value to zero, the following also happens:

Note: Resetting these values to zero affects the data recorded in the product SMF records and the reports produced by the AME.

Default value

No default

Other possible values

The only possible value you can set this parameter to is zero.

Set or modify this parameter...

Anytime

Example: AOFWSHIGHUSED

This function resets the AOFWSHIGHUSED value to zero.

OPSPRM('SET','AOFWSHIGHUSED',0)