SQUAREB (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (remove displaytitle)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:SQUAREB}}
<span class="pageSubtitle">SQUAREB opsys &mdash; Which square brackets to use</span>
<span class="pageSubtitle"><section begin="desc" />SQUAREB opsys -- which square brackets to use.<section end="desc" /></span>


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


The SQUAREB parameter can be used to override the default EBCDIC characters for square brackets in the ''[[Janus Web Server]]'' log file. This can be useful if the ''[[Janus Web Server]]'' defaults (X'AD'/X'BD' under CMS and X'BA'/X'BB' under MVS) are not appropriate for the file transfer program that transfers the log to an ASCII based system.  
The <var>SQUAREB</var> parameter can be used to override the default EBCDIC characters for square brackets in the <var class="product">[[Janus Web Server]]</var> log file. This can be useful if the <var class="product">Janus Web Server</var> defaults (X'AD'/X'BD' under CMS, and X'BA'/X'BB' under MVS) are not appropriate for the file transfer program that transfers the log to an ASCII based system.  


SQUAREB must be followed by either of the following:
<var>SQUAREB</var> must be followed by either of the following:


<table class="syntaxTable">
<table>
<tr><th><var>CMS</var></th>
<tr><th><var>CMS</var></th>
<td>Indicates that X'AD' and X'BD' are to be used for left and right square brackets.</td></tr>
<td>Indicates that X'AD' and X'BD' are to be used for left and right square brackets.</td></tr>
<tr><th><var>MVS</var></th>
<tr><th><var>MVS</var></th>
<td>Indicates that X'BA' and X'BB' are to be used.
<td>Indicates that X'BA' and X'BB' are to be used.
Line 16: Line 16:
</table>
</table>


The SQUAREB parameter has '''no''' affect on the translation of square brackets in text that is sent to the browser.
The <var>SQUAREB</var> parameter has '''no''' affect on the translation of square brackets in text that is sent to the browser.  
 
SQUAREB is valid only for WEBSERV ports.


==References==
<var>SQUAREB</var> is valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.


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


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

Latest revision as of 23:28, 7 June 2016

SQUAREB opsys — Which square brackets to use

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

The SQUAREB parameter can be used to override the default EBCDIC characters for square brackets in the Janus Web Server log file. This can be useful if the Janus Web Server defaults (X'AD'/X'BD' under CMS, and X'BA'/X'BB' under MVS) are not appropriate for the file transfer program that transfers the log to an ASCII based system.

SQUAREB must be followed by either of the following:

CMS Indicates that X'AD' and X'BD' are to be used for left and right square brackets.
MVS Indicates that X'BA' and X'BB' are to be used.

The SQUAREB parameter has no affect on the translation of square brackets in text that is sent to the browser.

SQUAREB is valid only for WEBSERV ports.

See also