ERRORMASK |
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...>
Arguments
The number of the error that you do not want to appear in the error log.
Examples
Excluding CHILDLOCK Errors
To exclude a CHILDLOCK error, you would enter the following statement in the allocation specification.
ERRORMASK 10