Start of change
IEAVEH111E
The system symbol table size is cursize bytes. The checkowner_or_installation-specified threshold of threshold bytes has been exceeded. The maximum size is sysmax bytes.

Explanation

CHECK(IBMSUP,SUP_SYSTEM_SYMBOL_TABLE_SIZE) determined that the size of the system symbol table size has exceeded the checkowner_or_installation-specified threshold.

In the message text:
cursize
The current size of the symbol table, in bytes
threshold
The size threshold to be checked for, in bytes. If the threshold had been specified as a percentage, this is the value calculated using that percentage of the maximum size.
sysmax
The maximum size allowed by the system, in bytes

System action

The system continues processing.

Operator response

Report this problem to the system programmer.

System programmer response

If you think you will need to add additional symbols in the future, see if you can consolidate or eliminate ones that already are defined. You would use the SETLOAD xx,IEASYM command to put into effect changes you have made within IEASYMxx.

Problem determination

N/A

Source

Supervisor Control

Module

IEAVEHCK,IEAVEHMS

Routing code

See note 35.

Descriptor code

12 is the default set by this check. See note 1.

Automation

N/A

Reference Documentation

"What are system symbols", IEASYMxx, and LOADxx in z/OS MVS Initialization and Tuning Reference

"SETLOAD command" in z/OS MVS System Commands

End of change