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

166 lines
4.9 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>Work with Lists using BRM (WRKLBRM)</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="WRKLBRM.Top_Of_Page"></a>
<h2>Work with Lists using BRM (WRKLBRM)</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="#WRKLBRM.PARAMETERS.TABLE">Parameters</a><br>
<a href="#WRKLBRM.COMMAND.EXAMPLES">Examples</a><br>
<a href="#WRKLBRM.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="WRKLBRM"></a>
<p>The Work with Lists using BRM (WRKLBRM) command displays or prints a report of lists that you select. You can select to display or print all lists, backup lists or archive lists. If the display option is selected, you are taken to the Work with Lists display where you can create, remove, change or display lists.
</p>
<p>To use this command, you must have the Backup Recovery and Media Services for iSeries, 5722-BR1, licensed program installed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKLBRM.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="WRKLBRM.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="#WRKLBRM.TYPE"><b>TYPE</b></a></td>
<td valign="top">Type of usage</td>
<td valign="top"><b><u>*ALL</u></b>, *ARC, *BKU</td>
<td valign="top">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#WRKLBRM.OUTPUT"><b>OUTPUT</b></a></td>
<td valign="top">Output</td>
<td valign="top"><b><u>*</u></b>, *PRINT</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#WRKLBRM.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="WRKLBRM.TYPE"></a>
<h3>Type of usage (TYPE)</h3>
<p>Specifies the type of list that you want to work with.
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>You want to work with all types of lists.
</dd>
<dt><b>*ARC</b></dt>
<dd>You want to work with archive lists.
<p>
<b>Note: </b>The BRMS Advanced feature (Option 2) is required to use this value.
</p>
</dd>
<dt><b>*BKU</b></dt>
<dd>You want to work with backup lists.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKLBRM.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="WRKLBRM.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 (if requested by an interactive job) or printed (if requested by a batch job).
</dd>
<dt><b>*PRINT</b></dt>
<dd>The output is printed with the job's spooled output.
</dd>
</dl>
<p>If you want to print the archive lists, the following reports are written to the associated printer files:
</p>
<ul>
<li>Archive Folder List report - QP1AAF
</li>
<li>Archive Object List report - QP1AAO
</li>
<li>Archive Spooled File report - QP1AAQ
</li>
</ul>
<p>If you want to print the backup lists, the following reports are written to the associated printer files:
</p>
<ul>
<li>Backup Folder List report - QP1AFL
</li>
<li>Backup Object List report - QP1AOB
</li>
<li>Backup Spooled File report - QP1ALQ
</li>
<li>Backup Object List report - QP1AFS
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKLBRM.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKLBRM.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
WRKLBRM TYPE(*BKU)
</pre>
</p>
<p>This command displays the Work with Backup Lists panel.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKLBRM.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKLBRM.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>BRM1177</b></dt>
<dd>Cannot establish connection with remote system.
</dd>
<dt><b>BRM1917</b></dt>
<dd>Feature not installed.
</dd>
<dt><b>BRM1921</b></dt>
<dd>Feature not licensed.
</dd>
<dt><b>BRM4040</b></dt>
<dd>Access denied for user &amp;1.
</dd>
<dt><b>BRM4041</b></dt>
<dd>Access denied for user &amp;1.
</dd>
<dt><b>BRM40A2</b></dt>
<dd>BRMS product initialization required.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKLBRM.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>