M204.0549: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 4: Line 4:
has occurred. </P>
has occurred. </P>
<p>
<p>
<b>Response:</b> If there was a preceding message, follow the instructions for that message. If not, enter the VIEW TABLES command and check the DSIZE and DPGSUSED parameters to see if there was room for the procedure in Table D. If there
<b>Response:</b> If there was a preceding message, follow the instructions for that message. If not, enter a <code>VIEW TABLES</code> command, and check the <var>DSIZE</var> and <var>DPGSUSED</var> parameters to see if there was room for the procedure in Table D. If there
was no space, notify the file manager. If there was space, then a system error occurred and you should notify the system manager. </p>
was no space, notify the file manager. If there was space, a system error occurred, and you should notify the system manager. </p>
<P>
<P>
If message 0549 is issued when you are attempting to create a procedure with procedure security, such as the following example, see [[SECURE PROCEDURE NAME command]] for advice:</P>
If message 0549 is issued when you are attempting to create a procedure with procedure security, such as the following example, see [[SECURE PROCEDURE NAME command]] for advice:</P>
<P class="code">SECURE PROCEDURE NAME=PAY PCLASS=7</P>
<P class="code">SECURE PROCEDURE NAME=PAY PCLASS=7</P>
<p>
<p>
<b>File manager response:</b> Use the INCREASE command to increase the size of Table&nbsp;D. </p>
<b>File manager response:</b> Use the <var>INCREASE</var> command to increase the size of Table&nbsp;D. </p>
<p>
<p>
<b>System manager response:</b> If no error message preceded this one and there was space in Table D, contact [[Contacting Rocket Software Technical Support|Technical Support]]. Have the audit trail available. </p>
<b>System manager response:</b> If no error message preceded this one and there was space in Table D, contact [[Contacting Rocket Software Technical Support|Technical Support]]. Have the audit trail available.  
</p>
{{Template:M204.0549 footer}}
{{Template:M204.0549 footer}}
<!-- skeleton as it was in pdf/CANNOT DEFINE NEW PROCEDURE - procedure /-->
<!-- skeleton as it was in pdf/CANNOT DEFINE NEW PROCEDURE - procedure /-->

Latest revision as of 22:23, 26 February 2018

M204.0549  Cannot define new procedure procedure

The procedure was not stored in the file for the reason described in a preceding error message. If there was no preceding message, either there was no space in the file to store the procedure or a Model 204 system error has occurred.

Response: If there was a preceding message, follow the instructions for that message. If not, enter a VIEW TABLES command, and check the DSIZE and DPGSUSED parameters to see if there was room for the procedure in Table D. If there was no space, notify the file manager. If there was space, a system error occurred, and you should notify the system manager.

If message 0549 is issued when you are attempting to create a procedure with procedure security, such as the following example, see SECURE PROCEDURE NAME command for advice:

SECURE PROCEDURE NAME=PAY PCLASS=7

File manager response: Use the INCREASE command to increase the size of Table D.

System manager response: If no error message preceded this one and there was space in Table D, contact Technical Support. Have the audit trail available.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages