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

153 lines
4.7 KiB
HTML

<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Display System Status (DSPSYSSTS)</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="DSPSYSSTS.Top_Of_Page"></a>
<h2>Display System Status (DSPSYSSTS)</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="#DSPSYSSTS.PARAMETERS.TABLE">Parameters</a><br>
<a href="#DSPSYSSTS.COMMAND.EXAMPLES">Examples</a><br>
<a href="#DSPSYSSTS.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="DSPSYSSTS"></a>
<p>The Display System Status (DSPSYSSTS) command allows the user to display or print information about the current status of the system.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPSYSSTS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="DSPSYSSTS.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="#DSPSYSSTS.OUTPUT"><b>OUTPUT</b></a></td>
<td valign="top">Output</td>
<td valign="top"><b><u>*</u></b>, *PRINT</td>
<td valign="top">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#DSPSYSSTS.RESET"><b>RESET</b></a></td>
<td valign="top">Reset status statistics</td>
<td valign="top"><b><u>*NO</u></b>, *YES</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#DSPSYSSTS.ASTLVL"><b>ASTLVL</b></a></td>
<td valign="top">Assistance level</td>
<td valign="top"><b><u>*PRV</u></b>, *USRPRF, *BASIC, *INTERMED, *ADVANCED</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#DSPSYSSTS.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="DSPSYSSTS.OUTPUT"></a>
<h3>Output (OUTPUT)</h3>
<p>Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
</p>
<dl>
<dt><b><u>*</u></b></dt>
<dd>The output is displayed for interactive jobs or printed with the job's spooled output for non-interactive jobs.
</dd>
</dl>
<dl>
<dt><b>*PRINT</b></dt>
<dd>The output is printed with the job's spooled output.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPSYSSTS.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DSPSYSSTS.RESET"></a>
<h3>Reset status statistics (RESET)</h3>
<p>Specifies whether system status statistics fields are reset to zero, as if this is the first occurrence of the DSPSYSSTS command in this job. The value specified for this parameter does not affect the information presented for *BASIC assistance level.
</p>
<dl>
<dt><b><u>*NO</u></b></dt>
<dd>The system status statistics are not reset.
</dd>
<dt><b>*YES</b></dt>
<dd>The system status statistics are reset. This will also reset the status statistics on the Work with System Status (WRKSYSSTS) command and the QWCRSSTS API.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPSYSSTS.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DSPSYSSTS.ASTLVL"></a>
<h3>Assistance level (ASTLVL)</h3>
<p>Specifies which user interface to use.
</p>
<dl>
<dt><b><u>*PRV</u></b></dt>
<dd>The previously used assistance level is used.
</dd>
<dt><b>*USRPRF</b></dt>
<dd>The assistance level defined in the user profile is used.
</dd>
</dl>
<dl>
<dt><b>*BASIC</b></dt>
<dd>The Operational Assistant user interface is used.
</dd>
</dl>
<dl>
<dt><b>*INTERMED</b></dt>
<dd>The system user interface is used.
</dd>
<dt><b>*ADVANCED</b></dt>
<dd>The system user interface expert mode is used.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPSYSSTS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DSPSYSSTS.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
DSPSYSSTS OUTPUT(*PRINT)
</pre>
</p>
<p>This command prints the current system status information.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPSYSSTS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DSPSYSSTS.ERROR.MESSAGES">Error messages</a> </h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPSYSSTS.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>