MSG204 (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (remove displaytitle)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:MSG204}}
<span class="pageSubtitle">MSG204 xxx &mdash; Msg number to use in returning OPENSERV messages to client</span>
<span class="pageSubtitle"><section begin="desc" />MSG204 xxx -- Msg number to use in returning OPENSERV messages to client.<section end="desc" /></span>


<var>MSG204</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>MSG204</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


This parameter specifies the Sybase message number to be used to return terminal output to the client. If this parameter is not specified, all terminal output for the open server will be sent to the ''Model 204'' audit trail. Because the Sybase client server communications protocol is a half duplex protocol, only terminal output that occurs while the client is in the "receive" state will be sent to the client. Terminal output that occurs while the client is in the "send" state will be sent to the audit trail regardless of the setting of the <var>MSG204</var> parameter. A client is in the "receive" state after it has sent an RPC to the server and before it has received the DONE message for the request. The error state and error class for terminal output messages are both always set to 0.  
This parameter specifies the Sybase message number to be used to return terminal output to the client. If this parameter is not specified, all terminal output for the open server will be sent to the <var class="product">Model&nbsp;204</var> audit trail. Because the Sybase client server communications protocol is a half duplex protocol, only terminal output that occurs while the client is in the "receive" state will be sent to the client. Terminal output that occurs while the client is in the "send" state will be sent to the audit trail regardless of the setting of the <var>MSG204</var> parameter. A client is in the "receive" state after it has sent an RPC to the server and before it has received the DONE message for the request. The error state and error class for terminal output messages are both always set to 0.  


Valid only for OPENSERV ports.
Valid only for <var>[[JANUS DEFINE#type|OPENSERV]]</var> ports.


==References==
==See also==
 
<ul>
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<li>[[List of Janus commands]] </li>
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]] </li>
</ul>


[[Category:JANUS DEFINE parameters|MSG204]]
[[Category:JANUS DEFINE parameters|MSG204]]

Latest revision as of 22:46, 7 June 2016

MSG204 xxx — Msg number to use in returning OPENSERV messages to client

MSG204 is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter specifies the Sybase message number to be used to return terminal output to the client. If this parameter is not specified, all terminal output for the open server will be sent to the Model 204 audit trail. Because the Sybase client server communications protocol is a half duplex protocol, only terminal output that occurs while the client is in the "receive" state will be sent to the client. Terminal output that occurs while the client is in the "send" state will be sent to the audit trail regardless of the setting of the MSG204 parameter. A client is in the "receive" state after it has sent an RPC to the server and before it has received the DONE message for the request. The error state and error class for terminal output messages are both always set to 0.

Valid only for OPENSERV ports.

See also