ERRMSG |
![]() ![]() ![]() |
The ERRMSG statement displays a Pick style message from the ERRMSG file.
Format
ERRMSG msg.id {, arg...}
where
A standard Pick ERRMSG file is supplied with QM. Many of the messages in this file are irrelevant on QM. Users may modify this to add new messages or to change existing ones. QM only uses this file through ERRMSG, STOP or ABORT statements in user written programs.
The ERRMSG file entry consists of one or more fields, each prefixed by an action code. The message is built up and displayed by processing each code in turn. The codes are:
The component parts of the message are output with no insertion of newlines except as explicitly specified in the ERRMSG entry.
|