M204.1743: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
m add <var>'s  | 
				m remove 0 from token0  | 
				||
| Line 1: | Line 1: | ||
{{Template:M204.1743 skeleton}}  | {{Template:M204.1743 skeleton}}  | ||
<P>  | <P>  | ||
An attempt to open <var class="term">  | An attempt to open <var class="term">token</var> failed, because the definition for this entity does not exist.</P>  | ||
<p>  | <p>  | ||
<b>Response:</b> Verify the spelling of the entity-name <var class="term">token2</var>. If the name is spelled correctly, then the entity was not defined. </p>  | <b>Response:</b> Verify the spelling of the entity-name <var class="term">token2</var>. If the name is spelled correctly, then the entity was not defined. </p>  | ||
Latest revision as of 20:13, 26 March 2018
M204.1743 token token2 not found
An attempt to open token failed, because the definition for this entity does not exist.
Response: Verify the spelling of the entity-name token2. If the name is spelled correctly, then the entity was not defined.
- A Model 204 file or group is defined with the CREATE command.
 - An external data set must have a DD statement in the JCL (or, in CMS, a FILEDEF in the EXEC).
 - A DEFINE command is required for a VSAM data set or a process.
 - For connectivity to Model 204, issue a DEFINE PROCESSGROUP or DEFINE REMOTE command to identify a remote node (Horizon for SNA Communications Server) or an IP address (Horizon for TCP/IP).
 
Contact the system manager for the entity definition.
System manager response: Define the entity, if necessary.
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 | 
| AUDITMS | Writes the message with line type MS to the audit trail | 
| NOCOUNT | Does not increment the error count (ERCNT) parameter | 
| NOTERM | Does not display the message on the user's terminal | 
| SAVE | Saves the message in the VIEW ERRORS table |