ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/chgnwsstg.htm

147 lines
4.7 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Change NWS Storage Space (CHGNWSSTG)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="CHGNWSSTG.Top_Of_Page"></a>
<h2>Change NWS Storage Space (CHGNWSSTG)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#CHGNWSSTG.PARAMETERS.TABLE">Parameters</a><br>
<a href="#CHGNWSSTG.COMMAND.EXAMPLES">Examples</a><br>
<a href="#CHGNWSSTG.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="CHGNWSSTG"></a>
<p>The Change Network Server Storage Space (CHGNWSSTG) command changes a storage space used by a network server. The network storage space must be linked to a network server description before it can be used. For more information see the Add Network Server Storage Link (ADDNWSSTGL) command.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGNWSSTG.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="CHGNWSSTG.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top"><a href="#CHGNWSSTG.NWSSTG"><b>NWSSTG</b></a></td>
<td valign="top">Network server storage space</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#CHGNWSSTG.NWSSIZE"><b>NWSSIZE</b></a></td>
<td valign="top">Size</td>
<td valign="top"><i>Integer</i>, <b><u>*SAME</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#CHGNWSSTG.TEXT"><b>TEXT</b></a></td>
<td valign="top">Text 'description'</td>
<td valign="top"><i>Character value</i>, <b><u>*SAME</u></b>, *BLANK</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#CHGNWSSTG.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="CHGNWSSTG.NWSSTG"></a>
<h3>Network server storage space (NWSSTG)</h3>
<p>Specifies the name of the network server storage space to be changed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGNWSSTG.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CHGNWSSTG.NWSSIZE"></a>
<h3>Size (NWSSIZE)</h3>
<p>Specifies the new size for the network server storage space. The specified size must be larger than the current size of the network server storage space.
</p>
<dl>
<dt><b><u>*SAME</u></b></dt>
<dd>The size will not be changed.
</dd>
<dt><b><i>1-1024000</i></b></dt>
<dd>Specify the new size for the network server storage space, in megabytes.
<ul>
<li>The range for FORMAT types *NTFS, *FAT, *FAT32, and *OPEN is from 1 to 1024000 megabytes.
</li>
<li>The range for FORMAT(*NTFSQR) is from 500 to 1024000 megabytes.
</li>
</ul>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGNWSSTG.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CHGNWSSTG.TEXT"></a>
<h3>Text 'description' (TEXT)</h3>
<p>Specifies text describing the storage space.
</p>
<dl>
<dt><b><u>*SAME</u></b></dt>
<dd>The text will not be changed.
</dd>
<dt><b>*BLANK</b></dt>
<dd>Text is not specified.
</dd>
<dt><b><i>'description'</i></b></dt>
<dd>Specify no more than 50 characters of text, enclosed in apostrophes.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGNWSSTG.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CHGNWSSTG.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
CHGNWSSTG NWSSTG(STGSPACE3) NWSSIZE(200)
</pre>
</p>
<p>This command will increase the network server storage space STGSPACE3 to a size of 200 megabytes. If the current maximum size of STGSPACE3 is greater than 200 megabytes, the command will fail.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGNWSSTG.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CHGNWSSTG.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPFA489</b></dt>
<dd>Storage space &amp;2 not changed.
</dd>
<dt><b>CPFA48A</b></dt>
<dd>Incorrect NWSSIZE value specified for storage space &amp;2.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGNWSSTG.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>