DBCS and NODBCS (JANUS DEFINE parameters): Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
<span class="pageSubtitle"><section begin="desc" />Double-byte character set setting<section end="desc" /></span> | <span class="pageSubtitle"><section begin="desc" />Double-byte character set setting<section end="desc" /></span> | ||
<var>DBCS</var> and NODBCS are parameters on [[JANUS DEFINE]], whichs define and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]. | <var>DBCS</var> and <var>NODBCS</var> are parameters on [[JANUS DEFINE]], whichs define and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]. | ||
This parameter indicates whether or not the ''Model 204'' <var>DBCS</var> parameter is to be automatically set to 1 on requests to a WEBSERV port. The default of NODBCS leaves the <var>DBCS</var> parameter unaffected on requests to a WEBSERV port. | This parameter indicates whether or not the ''Model 204'' <var>DBCS</var> parameter is to be automatically set to 1 on requests to a WEBSERV port. The default of <var>NODBCS</var> leaves the <var>DBCS</var> parameter unaffected on requests to a WEBSERV port. | ||
Setting the ''[[Janus Web Server]]'' <var>DBCS</var> 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. | Setting the ''[[Janus Web Server]]'' <var>DBCS</var> 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. | ||
Line 14: | Line 14: | ||
For information about specifying DBCS support at the application level, see the $Web_DBCS parameter. | For information about specifying DBCS support at the application level, see the $Web_DBCS parameter. | ||
<var>DBCS</var> and NODBCS are valid only for WEBSERV ports. | <var>DBCS</var> and <var>NODBCS</var> are valid only for WEBSERV ports. | ||
==References== | ==References== |
Revision as of 20:51, 24 February 2012
<section begin="desc" />Double-byte character set setting<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.
DBCS and NODBCS are valid only for WEBSERV ports.
References
See: List of Janus commands | List of JANUS DEFINE parameters.