ERLGM1(IERLVL,IERTHR,IERLIM) allows the user to modify the
default abort and report thresholds of the E_L. For example, if you would like
the E_L to set a limit to the number of ELINFO errors printed to the screen
to 15, you would initially call ERLGM1 with the following parameters:
CALL ERLGM1(ELINFO,-1,15) or CALL ERLGM1(10,-1,15)
This will tell the E_L not to print any messages with error code 10, after printing the 15th message. The -1 is an abort limit, if this value were 5, then the E_L would abort the executable after receiving 5 error code 10 errors (regardless of the report threshold of 15).