M204.0089: 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.0089 skeleton}}
{{Template:M204.0089 skeleton}}
<P>The DEFINE PROCESS command, for this partner process, specified TERMINAL=REMOTE. After an OPEN PROCESS statement is issued, this partner process owns the terminal and Model 204 cannot perform I/O to this terminal until a CLOSE PROCESS statement is issued. </P>
<P>
<p><b>Response:</b> Either change the DEFINE PROCESS command parameter to TERMINAL=LOCAL or remove the User Language statements, between the OPEN PROCESS and CLOSE PROCESS statements, that are causing an I/O to the terminal. </p>
The <var>DEFINE PROCESS</var> command, for this partner process, specified <code>TERMINAL=REMOTE</code>. After an OPEN PROCESS statement is issued, this partner process owns the terminal, and Model&nbsp;204 cannot perform I/O to this terminal until a CLOSE PROCESS statement is issued. </P>
<p>
<b>Response:</b> Change the <var>DEFINE PROCESS</var> command parameter to <code>TERMINAL=LOCAL</code>, or remove the SOUL statements between the OPEN PROCESS and CLOSE PROCESS statements that are causing an I/O to the terminal. </p>
{{Template:M204.0089 footer}}
{{Template:M204.0089 footer}}
<!-- skeleton as it was in pdf/NO I/O ALLOWED ON TERMINAL WHILE PROCESS-TO-PROCESS IS IN EFFECT /-->
<!-- skeleton as it was in pdf/NO I/O ALLOWED ON TERMINAL WHILE PROCESS-TO-PROCESS IS IN EFFECT /-->

Latest revision as of 22:14, 13 February 2018

M204.0089  No I​/​O allowed on terminal while process-to-process is in effect

The DEFINE PROCESS command, for this partner process, specified TERMINAL=REMOTE. After an OPEN PROCESS statement is issued, this partner process owns the terminal, and Model 204 cannot perform I/O to this terminal until a CLOSE PROCESS statement is issued.

Response: Change the DEFINE PROCESS command parameter to TERMINAL=LOCAL, or remove the SOUL statements between the OPEN PROCESS and CLOSE PROCESS statements that are causing an I/O to the terminal.

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