M204.1519: 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.1519 skeleton}}
{{Template:M204.1519 skeleton}}
<P>An interprocess IODEV (27) attempted the named action. This action is invalid because the IODEV has no terminal associated with it. </P>
<P>
<p><b>Response:</b> Do not attempt to read or write terminal data from a procedure running on an IODEV=27 thread. Procedure code that executes on an IODEV=27 thread must not attempt to issue terminal I/O statements, such as READ SCREEN.
An interprocess <var>IODEV</var> (27) attempted the named action. This action is invalid because the <var>IODEV</var> has no terminal associated with it. </P>
<p>
<b>Response:</b> Do not attempt to read or write terminal data from a procedure running on an <var>IODEV</var> 27 thread. Procedure code that executes on an <var>IODEV</var> 27 thread must not attempt to issue terminal I/O statements, such as <var>Read Screen</var>.
</p>
</p>
{{Template:M204.1519 footer}}
{{Template:M204.1519 footer}}
<!-- skeleton as it was in pdf/INVALID action CALL FROM INTERPROCESS IODEV /-->
<!-- skeleton as it was in pdf/INVALID action CALL FROM INTERPROCESS IODEV /-->

Latest revision as of 23:15, 7 March 2018

M204.1519  Invalid token call from interprocess IODEV

An interprocess IODEV (27) attempted the named action. This action is invalid because the IODEV has no terminal associated with it.

Response: Do not attempt to read or write terminal data from a procedure running on an IODEV 27 thread. Procedure code that executes on an IODEV 27 thread must not attempt to issue terminal I/O statements, such as Read Screen.

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
NOTERMDoes not display the message on the user's terminal
SAVESaves the message in the VIEW ERRORS table

Back to list of messages