Within an allocation specification, an ERRORMASK statement specifies the error conditions that you do not want to appear in the allocation error log. You specify the error log with the ERRORLOG keyword to the ALLOCATE command.
Syntax
ERRORMASK <num...>
Parameters
num...
The number of the error that you do not want to appear in the error log.
Examples
Example 8-41 Excluding CHILDLOCK Errors
To exclude a CHILDLOCK error, you would enter the following statement in the allocation specification.
ERRORMASK 10
Example 8-42 Excluding All Allocation Errors
To exclude all errors, you would enter the following statement in the allocation specification.