MSIR.0654 Macro variable (varname) not defined: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(Automatically generated page update) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
A macro variable dummy string (something that begins with | A macro variable dummy string (something that begins with <b>?!</b>) was encountered, but the macro variable after the <b>?!</b> was not defined. The likely causes of this are: | ||
<ul> <li>A ?! occurring by happenstance in a comment. Change the comment to say have a space between the question and exclamation mark | <ul> | ||
<li>A <b>?!</b> occurring by happenstance in a comment. Change the comment to say have a space between the question and exclamation mark. | |||
<li>A misspelled macro variable name. Correct the macro variable name. | |||
<li>A macro variable name that just isn't defined sometimes, for the code that contains the dummy string. Embed the problem clause in a macro <var>!If</var> block.</ul> | |||
[[Category: | {{Template:MSIR.0654 footer}} | ||
[[Category:MSIR.0600 - MSIR.0799]] |
Latest revision as of 23:33, 3 March 2017
A macro variable dummy string (something that begins with ?!) was encountered, but the macro variable after the ?! was not defined. The likely causes of this are:
- A ?! occurring by happenstance in a comment. Change the comment to say have a space between the question and exclamation mark.
- A misspelled macro variable name. Correct the macro variable name.
- A macro variable name that just isn't defined sometimes, for the code that contains the dummy string. Embed the problem clause in a macro !If block.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |
ECHO | Displays the line that caused the error |