New and updated messages in Model 204 version 7.6: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
No attempt will be made to copy or display the remaining procedures.   
No attempt will be made to copy or display the remaining procedures.   


<var class="term">action</var> is a display or copy of the procedure identified by <var class="term">procname</var>
<var class="term">action</var> is a copy or display of the procedure identified by <var class="term">procname</var>


<var class="term">reason</var> (such as "proc not found") indicates one of the reasons that <var class="term">procname</var> cannot be displayed or copied:
<var class="term">reason</var> (such as "proc not found") indicates why <var class="term">procname</var> cannot be copied or displayed:
<ul>
<ul>
<li>The specified procedure does not exist.</li>
<li>The specified procedure does not exist.</li>
<li>The specified procedure is being modified.</li>
<li>The specified procedure is being modified.</li>
<li>You do not have proper authority to display or copy this procedure.</li>
<li>You do not have proper authority to copy or display this procedure.</li>
<li>You do no have proper authority to copy into this procedure.</li>
<li>You do not have proper authority to copy into this procedure.</li>
</ul>
</ul>
<b>Response:</b> Check for misspelling, wait until the procedure is not in use by someone
<b>Response:</b> Check for misspelling, wait until the procedure is not in use by someone
else, or have the file manager grant you access to this procedure.
else, or have the file manager grant you access to this procedure.


<b>File manager response:</b> Consider giving the user access to display or copy this
<b>File manager response:</b> Consider giving the user access to copy or display this
procedure. If the user has access to the procedure and it is a SECURED procedure,
procedure. If the user has access to the procedure and it is a SECURED procedure,
check that the user has access to the same PCLASS in the output file.
check that the user has access to the same PCLASS in the output file.

Revision as of 21:45, 12 March 2015

Back to 7.6 release notes

M204 messages

M204.0131: MSGCTL command

In previous Model 204 releases, M204.0131 was used for two purposes:

  • to echo the preceding MSGCTL command just issued by any user (when the CUSTOM parameter was set to 39)
  • to indicate a successful checkpoint completion (in this case, M204.0131 was redundant with M204.0843)

As of release 7.6, M024.0131 is used only with CUSTOM=(39) to echo the preceding MSGCTL command just issued by any user.

The checkpoint status is returned (as in previous releases) by M204.0843.


M204.1158 CAN’T action (reason) PROCEDURE: procname

M204.1158 is now issued only once, if an attempt is made to copy or display multiple procedures and the first attempt fails. This avoids issuing the same message numerous times for all remaining procedures and possibly exceeding ERMX, which could result in a user restart. No attempt will be made to copy or display the remaining procedures.

action is a copy or display of the procedure identified by procname

reason (such as "proc not found") indicates why procname cannot be copied or displayed:

  • The specified procedure does not exist.
  • The specified procedure is being modified.
  • You do not have proper authority to copy or display this procedure.
  • You do not have proper authority to copy into this procedure.

Response: Check for misspelling, wait until the procedure is not in use by someone else, or have the file manager grant you access to this procedure.

File manager response: Consider giving the user access to copy or display this procedure. If the user has access to the procedure and it is a SECURED procedure, check that the user has access to the same PCLASS in the output file.

C 0 4 AUDITER


M204.1173: CAN'T EDIT (reason) PROCEDURE procname

Message 1173 now displays (in parentheses) the reason that the edit failed.

reason (such as "proc not found") indicates one of the reasons that procname cannot be edited:

  • The specified procedure does not exist.
  • The specified procedure is being modified.
  • You do not have proper authority to edit this procedure.

Response: Check for misspelling, wait until the procedure is not in use by someone else, or have the file manager grant you access to this procedure.

File manager response: Consider giving the user access to edit this procedure. If the user has access to the procedure and it is a SECURED procedure, check that the user has access to the same PCLASS in the output file.

C 0 4 AUDITER

MSIR messages

MSIR.1075: Not all ciphers supported on this hardware; SSLCIPH reset to X'nnnn(new SSLCIPH)'

The SSLCIPH parameter, used with a JANUS DEFINE command for an SSL connection, specifies one or more ciphers that are not supported on this hardware.

The parameter has been reset to the value indicated.

System Manager response: Check with the system programmers to determine what level of the IBM MSA (Message-Security Assist) feature is installed and if an upgrade is required.

Return Codes: E 0 4 AUDITMS