M204.0778: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (remove 0 from token0)
 
Line 7: Line 7:
<b>System manager response:</b> Correct any incorrect device addresses specified for CCAPR<i>n</i> or CCAPU<i>n</i>. </p>
<b>System manager response:</b> Correct any incorrect device addresses specified for CCAPR<i>n</i> or CCAPU<i>n</i>. </p>
<p>
<p>
When running under z/OS, correct any <code>//CCAPR<i>n</i> DD UNIT=<i>token0</i></code> or <code>//CCAPU<i>n</i> DD UNIT=<i>token0</i></code> statements that specify a non-existent device address. When running under DOS, correct any incorrect <code>DEFINE DATASET CCAPR<i>n</i>/CCAPU<i>n</i> WITH SCOPE=SYSTEM FILENAME=SYS<i>xxx</i></code> commands.  
When running under z/OS, correct any <code>//CCAPR<i>n</i> DD UNIT=<i>token</i></code> or <code>//CCAPU<i>n</i> DD UNIT=<i>token</i></code> statements that specify a non-existent device address. When running under z/VSE, correct any incorrect <code>DEFINE DATASET CCAPR<i>n</i>/CCAPU<i>n</i> WITH SCOPE=SYSTEM FILENAME=SYS<i>xxx</i></code> commands.  
Verify that the <var>FILENAME</var> option specifies a <code>SYS<i>xxx</i></code> assigned to an existing z/VM printer or punch device. <code>SYS<i>xxx</i></code> is assigned using the <code>//&nbsp;ASSGN</code> statement. </p>
Verify that the <var>FILENAME</var> option specifies a <code>SYS<i>xxx</i></code> assigned to an existing z/VM printer or punch device. <code>SYS<i>xxx</i></code> is assigned using the <code>//&nbsp;ASSGN</code> statement.  
</p>
{{Template:M204.0778 footer}}
{{Template:M204.0778 footer}}
<!-- skeleton as it was in pdf/DEVICE unit NOT DEFINED /-->
<!-- skeleton as it was in pdf/DEVICE unit NOT DEFINED /-->

Latest revision as of 16:53, 26 March 2018

M204.0778  Device token not defined

You issued a USE PRINTER or USE PUNCH command with a ROUTER=VM attribute, but the CCAPRn or CCAPUn selected by Model 204 to direct the output specifies a printer or punch device that is not defined to z/VM.

Response: Contact your system manager.

System manager response: Correct any incorrect device addresses specified for CCAPRn or CCAPUn.

When running under z/OS, correct any //CCAPRn DD UNIT=token or //CCAPUn DD UNIT=token statements that specify a non-existent device address. When running under z/VSE, correct any incorrect DEFINE DATASET CCAPRn/CCAPUn WITH SCOPE=SYSTEM FILENAME=SYSxxx commands. Verify that the FILENAME option specifies a SYSxxx assigned to an existing z/VM printer or punch device. SYSxxx is assigned using the // ASSGN statement.

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