DCL:MATH1:SYSLIB : Internal Variable Management and Message Output:Explanation of Subroutines
Outputs message. Depending on the specified parameter, the program is either aborted or continued.
CALL MSGDMP(CLEV,CSUB,CMSG)
CLEV (C*1) Specifies a message level to either 'E', 'W' or 'M'. Their meanings and effects are as follows. 'E': Fatal error. Program aborted. 'W': Warning. Program continued after taking adequate actions. 'M': Message. No changes made. Program continues to run without any changes (or with some trivial changes made). CSUB (C*6) Specifies the name of a subroutine calling MSGDMP CMSG (C*(*)) Message to be printed