DBCS and NODBCS (JANUS DEFINE parameters)

From m204wiki
Revision as of 16:01, 8 March 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:DBCS and NODBCS}} <span class="pageSubtitle"><section begin="desc" />and NODBCS<section end="desc" /></span> DBCS and NODBCS are parameters on JANUS DEFINE, w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />and NODBCS<section end="desc" />

DBCS and NODBCS are parameters on JANUS DEFINE, whichs define and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.


This parameter indicates whether or not the Model 204 DBCS parameter is to be automatically set to 1 on requests to a WEBSERV port. The default of NODBCS leaves the DBCS parameter unaffected on requests to a WEBSERV port.

Setting the Janus Web Server DBCS parameter so web requests to a particular port can use DBCS is necessary if an Online running with double-byte character support (DBCSENV is non-zero) does not have DBCS set on for sdaemon threads.

The most likely use of the DBCS parameter is in an environment that serves both DBCS and non-DBCS terminals and browsers.

For information about specifying DBCS support at the application level, see the $Web_DBCS parameter in the Janus Web Server Reference Manual. see :hdref refid=webdbcs..

DBCS and NODBCS are valid only for WEBSERV ports.

References

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