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.
NumRu::DCL.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