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

155 lines
5.0 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 Catalog Entries (WRKIMGCLGE)</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="WRKIMGCLGE.Top_Of_Page"></a>
<h2>Work with Catalog Entries (WRKIMGCLGE)</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="#WRKIMGCLGE.PARAMETERS.TABLE">Parameters</a><br>
<a href="#WRKIMGCLGE.COMMAND.EXAMPLES">Examples</a><br>
<a href="#WRKIMGCLGE.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="WRKIMGCLGE"></a>
<p>The Work with Image Catalog Entries (WRKIMGCLGE) command is used to work with the images in the specified image catalog. The WRKIMGCLGE command allows the user to perform the following functions on images in the image catalog:
</p>
<dl>
<dt><b>Add</b></dt>
<dd>This option allows the user to add an image catalog entry to the image catalog.
</dd>
<dt><b>Change</b></dt>
<dd>This option allows the user to change the attributes of an image catalog entry in the image catalog.
</dd>
<dt><b>Remove</b></dt>
<dd>This option allows the user to remove an image catalog entry from the image catalog.
</dd>
<dt><b>Mount</b></dt>
<dd>This option allows the user to mount an image catalog entry into the virtual device and activate it.
</dd>
<dt><b>Load</b></dt>
<dd>This option allows the user to load an image catalog entry into the virtual device.
</dd>
<dt><b>Unload</b></dt>
<dd>This option allows the user to unload an image catalog entry from the virtual device.
</dd>
<dt><b>Initialize</b></dt>
<dd>This option allows the user to initialize the virtual volume associated with the image catalog entry.
</dd>
<dt><b>Work with volume</b></dt>
<dd>This option allows the user to work with the virtual optical volume associated with the image catalog entry. This option is only valid for optical type image catalogs.
</dd>
<dt><b>Display</b></dt>
<dd>This option allows the user to display the virtual tape volume associated with the image catalog entry.
</dd>
<dt><b>Duplicate</b></dt>
<dd>This option allows the user to duplicate the virtual tape volume associated with the image catalog entry.
</dd>
<dt><b>Dump</b></dt>
<dd>This option allows the user to dump the contents of the virtual tape volume associated with the image catalog entry.
</dd>
</dl>
<p><b>Restrictions:</b>
</p>
<ul>
<li>This command is shipped with public *EXCLUDE authority.
</li>
<li>The following authorities are required to view entries for the the image catalog specified:
<ol>
<li>Execute (*EXECUTE) authority to library QUSRSYS.
</li>
<li>*USE authority to the image catalog.
</li>
</ol>
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKIMGCLGE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="WRKIMGCLGE.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="#WRKIMGCLGE.IMGCLG"><b>IMGCLG</b></a></td>
<td valign="top">Image catalog</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#WRKIMGCLGE.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="WRKIMGCLGE.IMGCLG"></a>
<h3>Image catalog (IMGCLG)</h3>
<p>Specify the image catalog to work with.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the image catalog.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKIMGCLGE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKIMGCLGE.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Working with Image Catalog Entries for MYCLG</b>
</p>
<p>
<pre>
WRKIMGCLGE IMGCLG(MYCLG)
</pre>
</p>
<p>This command displays the Work with Catalog Entries panel showing the images in the image catalog <b>MYCLG</b>.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKIMGCLGE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKIMGCLGE.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPFBC45</b></dt>
<dd>Image catalog &amp;1 not found.
</dd>
<dt><b>CPF9802</b></dt>
<dd>Not authorized to object &amp;2 in &amp;3.
</dd>
<dt><b>CPF9820</b></dt>
<dd>Not authorized to use library &amp;1.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKIMGCLGE.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>