81 lines
1.8 KiB
HTML
81 lines
1.8 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
<meta http-equiv="Content-Type" content=
|
|
"text/html; charset=utf-8">
|
|
<title>sysval - Retrieve system values or network
|
|
attributes</title>
|
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</HEAD>
|
|
<body bgcolor="#FFFFFF">
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
|
|
|
|
<h2>sysval - Retrieve system values or network attributes</h2>
|
|
|
|
<strong>Synopsis</strong>
|
|
|
|
<p><strong>sysval [-p]</strong> <em>systemValue ...</em></p>
|
|
|
|
<p><strong>sysval -n [-p]</strong> <em>networkAttr ...</em></p>
|
|
|
|
<p><strong>Description</strong></p>
|
|
|
|
<p>The <strong>sysval</strong> utility displays the value of an
|
|
i5/OS<SUP>(TM)</SUP> system value or network attribute. One system value or
|
|
network attribute is displayed per line of output.</p>
|
|
|
|
<table>
|
|
<tr>
|
|
<td valign="top"><strong>Note:</strong></td>
|
|
<td>This utility is unique to i5/OS<SUP>(TM)</SUP>.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p><strong>Options</strong></p>
|
|
|
|
<dl>
|
|
<dt><strong>-n</strong></dt>
|
|
|
|
<dd>Display network attributes.</dd>
|
|
|
|
<dt><strong>-p</strong></dt>
|
|
|
|
<dd>Display the system value or network attribute name with the
|
|
value.</dd>
|
|
</dl>
|
|
|
|
<p><strong>Operands</strong></p>
|
|
|
|
<p>See the <a href="../apis/qwcrsval.htm">Retrieve System
|
|
Value</a> API for the names and descriptions of the valid system
|
|
values. See the <a href="../apis/qwcrneta.htm">Retrieve Network
|
|
Attributes</a> API for the names and descriptions of the valid
|
|
network attributes.</p>
|
|
|
|
<p><strong>Examples</strong></p>
|
|
|
|
<ol>
|
|
<li>Display the QDATE system value.
|
|
|
|
<pre>
|
|
sysval QDATE
|
|
</pre>
|
|
</li>
|
|
|
|
<li>Display the SYSNAME network attribute.
|
|
|
|
<pre>
|
|
sysval -n SYSNAME
|
|
</pre>
|
|
</li>
|
|
</ol>
|
|
|
|
<!-- end ibmbody========================================================= -->
|
|
</body>
|
|
</html>
|
|
|