M204.2060: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.2060 skeleton}}
{{Template:M204.2060 skeleton}}


<P>The LINK, PROCESSGROUP, or PROCESS name specified on the MONITOR command is longer than 8 characters. </P>
<P>
<p><b>Response:</b> Entity name definitions may be no longer than 8 characters. Verify the name of the entity you are monitoring and reissue the MONITOR command. </p>
The <var>LINK</var>, <var>PROCESSGROUP</var>, or <var>PROCESS</var> name specified on the <var>MONITOR</var> command is longer than eight characters. </P>
 
<p>
<b>Response:</b> Entity name definitions may be no longer than eight characters. Verify the name of the entity you are monitoring, and reissue the <var>MONITOR</var> command.  
</p>
{{Template:M204.2060 footer}}
{{Template:M204.2060 footer}}
<!-- skeleton as it was in pdf/entity NAME name IS TOO LONG /-->
<!-- skeleton as it was in pdf/entity NAME name IS TOO LONG /-->

Latest revision as of 18:04, 15 March 2018

M204.2060  token name 'token2' is too long

The LINK, PROCESSGROUP, or PROCESS name specified on the MONITOR command is longer than eight characters.

Response: Entity name definitions may be no longer than eight characters. Verify the name of the entity you are monitoring, and reissue the MONITOR command.

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
SAVESaves the message in the VIEW ERRORS table

Back to list of messages