M204.1131: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 4: | Line 4: | ||
<li>The procedure is not in the file. </li> | <li>The procedure is not in the file. </li> | ||
<li>The user does not have the correct privileges to change the procedure. </li> | <li>The user does not have the correct privileges to change the procedure. </li> | ||
<li>If a RENAME or ASSIGN was attempted, the alias might already exist.</li> | <li>If a <var>RENAME</var> or <var>ASSIGN</var> was attempted, the alias might already exist.</li> | ||
</ul> | </ul> | ||
<p><b>Response:</b> Make sure the procedure name is spelled correctly. If the named procedure is in use, retry the command when the procedure is no longer in use. Otherwise, arrange to place the procedure in the file or to obtain the | <p><b>Response:</b> Make sure the procedure name is spelled correctly. If the named procedure is in use, retry the command when the procedure is no longer in use. Otherwise, arrange to place the procedure in the file or to obtain the | ||
privileges to change the procedure. </p> | privileges to change the procedure. | ||
</p> | |||
{{Template:M204.1131 footer}} | {{Template:M204.1131 footer}} | ||
<!-- skeleton as it was in pdf/CAN'T action /--> | <!-- skeleton as it was in pdf/CAN'T action /--> |
Latest revision as of 21:21, 5 March 2018
M204.1131 Can't action
The procedure action cannot be taken for one of the following reasons:
- The procedure is in use by another user.
- The procedure is not in the file.
- The user does not have the correct privileges to change the procedure.
- If a RENAME or ASSIGN was attempted, the alias might already exist.
Response: Make sure the procedure name is spelled correctly. If the named procedure is in use, retry the command when the procedure is no longer in use. Otherwise, arrange to place the procedure in the file or to obtain the privileges to change the procedure.
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 |