ERSET
Change the default printing or stopping actions when errors of a particular error severity level occur.
Required Arguments
IERSVR — Error severity level indicator. (Input)
If IERSVR = 0, actions are set for levels 1 to 5. If IERSVR is 1 to 5, actions are set for errors of the specified severity level.
IPACT — Printing action. (Input)
IPACT | Action |
---|
–1 | Do not change current setting(s). |
0 | Do not print. |
1 | Print. |
2 | Restore the default setting(s). |
ISACT — Stopping action. (Input)
ISACT | Action |
---|
‑1 | Do not change current setting(s). |
0 | Do not stop. |
1 | Stop. |
2 | Restore the default setting(s). |
FORTRAN 90 Interface
Generic: CALL ERSET (IERSVR, IPACT, ISACT)
Specific: The specific interface name is ERSET.
FORTRAN 77 Interface
Single: CALL ERSET (IERSVR, IPACT, ISACT)