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

135 lines
4.3 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>Initialize System (INZSYS)</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="INZSYS.Top_Of_Page"></a>
<h2>Initialize System (INZSYS)</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="#INZSYS.PARAMETERS.TABLE">Parameters</a><br>
<a href="#INZSYS.COMMAND.EXAMPLES">Examples</a><br>
<a href="#INZSYS.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="INZSYS"></a>
<p>The Initialize System (INZSYS) command initializes conversions done during installation procedures. This process is initiated during the first IPL after the software package is installed.
</p>
<p>More information is available in the Install, upgrade, or delete i5/OS and related software book, SC41-5120.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#INZSYS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="INZSYS.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" rowspan="3"><a href="#INZSYS.MSGQ"><b>MSGQ</b></a></td>
<td valign="top">Message queue</td>
<td valign="top">Single values: <b><u>*SYSOPR</u></b><br>Other values: <i>Qualified object name</i></td>
<td valign="top" rowspan="3">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Message queue</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b>, *CURLIB</td>
</tr></table>
<table width="100%">
<tr><td align="right"><a href="#INZSYS.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="INZSYS.MSGQ"></a>
<h3>Message queue (MSGQ)</h3>
<p>Specifies the name and library of the message queue to which messages are sent and from which they are shown.
</p>
<dl>
<dt><b><u>*SYSOPR</u></b></dt>
<dd>Messages from the system operator message queue (QSYSOPR) are sent to the system operator.
</dd>
<dt><b><i>message-queue-name</i></b></dt>
<dd>Specify the name of the message queue from which messages are shown.
<p>The possible library values are:
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>The library list is used to locate the message queue.
</dd>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the job is used to locate the message queue. If no library is specified as the current library for the job, the QGPL library is used.
</dd>
<dt><b><i>library-name</i></b></dt>
<dd>Specify the name of the library where the message queue is located.
</dd>
</dl>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INZSYS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="INZSYS.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
INZSYS
</pre>
</p>
<p>This command initializes the conversions done during installation procedures.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#INZSYS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="INZSYS.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF372A</b></dt>
<dd>INZSYS or GO LICPGM currently running in another job.
</dd>
<dt><b>CPF90E2</b></dt>
<dd>Error occurred for previous release file &amp;1 in library &amp;2.
</dd>
<dt><b>CPF90E3</b></dt>
<dd>Error occurred for file &amp;1 in library &amp;2.
</dd>
<dt><b>CPF90E4</b></dt>
<dd>System function in use. Reason code &amp;1.
</dd>
<dt><b>CPF90E8</b></dt>
<dd>Error occurred for file &amp;1 in library &amp;2.
</dd>
<dt><b>CPF90E9</b></dt>
<dd>Data exists for more than one previous release.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INZSYS.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>