MSG204 (JANUS DEFINE parameter)

From m204wiki
Revision as of 16:02, 8 March 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:MSG204}} <span class="pageSubtitle"><section begin="desc" />xxx<section end="desc" /></span> MSG204 is a parameter on JANUS DEFINE, which defines and sets cha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />xxx<section end="desc" />

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


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.

References

See: List of Janus commands | List of JANUS DEFINE parameters.