ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahq_5.4.0.1/rzahqrzahqcftrf.htm

77 lines
4.4 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="dc.language" scheme="rfc1766" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<meta name="dc.date" scheme="iso8601" content="2005-09-13" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow"/>
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<title>NWSD configuration file format</title>
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
<link rel="stylesheet" type="text/css" href="ic.css" />
</head>
<body>
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
<a name="rzahqrzahqcftrf"></a>
<h2 id="rzahqrzahqcftrf">NWSD configuration file format</h2>
<p>An NWSD configuration file consists of multiple occurrences of <span class="bold">entry types</span>, each with a different function. The entry types are:</p>
<dl>
<dt class="bold"><span class="bold"><a href="rzahqclrcfg.htm#rzahqclrcfg">Remove lines from an existing integrated server file with CLEARCONFIG
entry type</a></span></dt>
<dd>Use this entry type if you want to remove all lines from the integrated
server file.
</dd>
<dt class="bold"><span class="bold"><a href="rzahqaddcfg.htm#rzahqaddcfg">Change an integrated server file with ADDCONFIG entry type</a></span></dt>
<dd>Use this entry type to add, replace, or remove lines in the integrated
server file.
</dd>
<dt class="bold"><span class="bold"><a href="rzahqupdatecfg.htm#rzahqupdatecfg">Change an integrated Windows server file with UPDATECONFIG entry type</a></span></dt>
<dd>Use this entry type to add or remove strings within lines in the integrated
server file.
</dd>
<dt class="bold"><span class="bold"><a href="rzahqdefaults.htm#rzahqdefaults">Set configuration defaults with the SETDEFAULTS entry type</a></span></dt>
<dd>Use this entry type to set the default values for certain keywords.
i5/OS uses the defaults only when processing ADDCONFIG and UPDATECONFIG entries
in the current file member.
</dd>
</dl>
<p>An <span class="bold">entry</span> is one occurrence of an entry type. Each
entry contains a series of keywords that are followed by equal signs (=) and
values for those keywords.</p>
<p><span class="bold">Format guidelines</span></p>
<ul>
<li>Source physical file record length must be 92 bytes.</li>
<li>A line can have only one entry, but an entry can occupy multiple lines.</li>
<li>You can use blank spaces between the entry type and the keyword, around
the equal sign, and after the commas.</li>
<li>You can use blank lines between entries and between keywords.
<p><span class="bold">Keywords</span></p></li>
<li>You can put entry keywords in any order.</li>
<li>Use a comma after all keyword values except the last one in the entry.</li>
<li>Enclose keyword values in single quotation marks if they contain commas,
blank spaces, asterisks, equal signs, or single quotation marks.</li>
<li>When you use keyword values that contain single quotation marks, use two
single quotation marks to represent a quotation mark within the value.</li>
<li>Keyword value strings can have a maximum length of 1024 characters.</li>
<li>Keyword values can span lines, but you must enclose the value in single
quotation marks. The value includes leading and trailing blanks in each line.
<p><span class="bold">Comments</span></p></li>
<li>Begin comments with an asterisk (*).</li>
<li>You can put a comment on its own line or on a line with other text that
is not part of the comment.</li></ul>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>