193 lines
6.4 KiB
HTML
193 lines
6.4 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>Start Overlay Utility (STROVLU)</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="STROVLU.Top_Of_Page"></a>
|
|
<h2>Start Overlay Utility (STROVLU)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>Interactive environments (*INTERACT *IPGM *IREXX *EXEC)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#STROVLU.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#STROVLU.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#STROVLU.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="STROVLU"></a>
|
|
<p>This command allows you to perform an option of the overlay utility directly without viewing the Work with Source Overlays display.
|
|
</p>
|
|
<h3>Error messages for STROVLU</h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>AFP0010</b></dt>
|
|
<dd>An error occurred.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STROVLU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="STROVLU.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="#STROVLU.FILE"><b>FILE</b></a></td>
|
|
<td valign="top">Source overlay file</td>
|
|
<td valign="top">Single values: <b><u>*PRV</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: Source overlay file</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><tr>
|
|
<td valign="top"><a href="#STROVLU.MBR"><b>MBR</b></a></td>
|
|
<td valign="top">Source overlay</td>
|
|
<td valign="top"><i>Name</i>, <b><u>*PRV</u></b>, *SELECT</td>
|
|
<td valign="top">Optional, Positional 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#STROVLU.OPTION"><b>OPTION</b></a></td>
|
|
<td valign="top">Option</td>
|
|
<td valign="top"><b><u>*BLANK</u></b>, ' ', 1, 2, 3, 4, 6, 7, 9</td>
|
|
<td valign="top">Optional, Positional 3</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STROVLU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="STROVLU.FILE"></a>
|
|
<h3>Source overlay file (FILE)</h3>
|
|
<p>Specifies the source overlay file and library that contain the source overlay to be worked with.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*PRV</u></b></dt>
|
|
<dd>Specifies that the overlay utility is to use the name of the source overlay file and library used in your last overlay utility session. If you specify *PRV for the FILE parameter, it is not necessary to specify a library.
|
|
</dd>
|
|
<dt><b><i>source-overlay-file-name</i></b></dt>
|
|
<dd>Type the name of an existing source overlay file to be used. If you specify the source-overlay-file-name and a library name, overlay utility searches the specified library for the source overlay file. If you do not specify a library name, *LIBL is used.
|
|
<p>The possible library values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*LIBL</u></b></dt>
|
|
<dd>The library list is used to locate the file.
|
|
</dd>
|
|
<dt><b>*CURLIB</b></dt>
|
|
<dd>The current library for the job is used to locate the file. If no library is specified as the current library for the job, QGPL is used.
|
|
</dd>
|
|
<dt><b><i>library-name</i></b></dt>
|
|
<dd>Specify the library where the file resides.
|
|
</dd>
|
|
</dl>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STROVLU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="STROVLU.MBR"></a>
|
|
<h3>Source overlay (MBR)</h3>
|
|
<p>Specifies the name of the source overlay to be worked with or created. The default value for this parameter depends on if you specify the FILE parameter.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*SELECT</u></b></dt>
|
|
<dd>This is the default value if you specify the FILE parameter. If you choose *SELECT, you will get the lists of all source overlays in the specified source overlay file and library. Select one or more source overlays to work with on the display.
|
|
</dd>
|
|
<dt><b><u>*PRV</u></b></dt>
|
|
<dd>This is the default value if you do not specify the FILE parameter. *PRV is the name of the previous source overlay that was used.
|
|
</dd>
|
|
<dt><b><i>source-overlay-name</i></b></dt>
|
|
<dd>Type the name of the source overlay you want to work with.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STROVLU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="STROVLU.OPTION"></a>
|
|
<h3>Option (OPTION)</h3>
|
|
<p>Specifies the function to perform on the selected source overlay.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*BLANK or ' '</u></b></dt>
|
|
<dd>This is the default value if you do not specify a source overlay name. *BLANK specifies no action.
|
|
</dd>
|
|
<dt><b>1=Create</b></dt>
|
|
<dd>Type 1 to create a source overlay.
|
|
</dd>
|
|
<dt><b><u>2=Change</u></b></dt>
|
|
<dd>This is the default value if you specify a source overlay name.
|
|
<p>Type 2 to change a source overlay.
|
|
</p>
|
|
</dd>
|
|
<dt><b>3=Copy</b></dt>
|
|
<dd>Type 3 to copy a source overlay.
|
|
</dd>
|
|
<dt><b>4=Delete</b></dt>
|
|
<dd>Type 4 to delete a source overlay.
|
|
</dd>
|
|
<dt><b>6=Print</b></dt>
|
|
<dd>Type 6 to print a source overlay.
|
|
</dd>
|
|
<dt><b>7=Rename</b></dt>
|
|
<dd>Type 7 to rename a source overlay.
|
|
</dd>
|
|
<dt><b>9=Create overlay</b></dt>
|
|
<dd>Type 9 to create an overlay from a source overlay.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STROVLU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div>
|
|
<h3><a name="STROVLU.COMMAND.EXAMPLES">Examples</a></h3>None
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STROVLU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="STROVLU.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>AFP0010</b></dt>
|
|
<dd>An error occurred.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STROVLU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|