131 lines
5.4 KiB
HTML
131 lines
5.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>Delete Java Program (DLTJVAPGM)</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="DLTJVAPGM.Top_Of_Page"></a>
|
|
<h2>Delete Java Program (DLTJVAPGM)</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="#DLTJVAPGM.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#DLTJVAPGM.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#DLTJVAPGM.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="DLTJVAPGM"></a>
|
|
<p>The Delete Java Program (DLTJVAPGM) command deletes a Java program associated with a Java class file, JAR file, or ZIP file.
|
|
</p>
|
|
<p>If no Java program is associated with the file specified, informational message JVAB526 is sent and command processing continues.
|
|
</p>
|
|
<p><b>Restriction:</b> The file must be in one of the following file systems: QOpenSys,"root", or a user-defined file system.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTJVAPGM.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="DLTJVAPGM.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="#DLTJVAPGM.CLSF"><b>CLSF</b></a></td>
|
|
<td valign="top">Class file or JAR file</td>
|
|
<td valign="top"><i>Path name</i></td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#DLTJVAPGM.SUBTREE"><b>SUBTREE</b></a></td>
|
|
<td valign="top">Directory subtree</td>
|
|
<td valign="top"><b><u>*NONE</u></b>, *ALL</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTJVAPGM.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="DLTJVAPGM.CLSF"></a>
|
|
<h3>Class file or JAR file (CLSF)</h3>
|
|
<p>Specifies the class file name from which to delete the associated Java program. The class file name may be qualified by one or more directory names.
|
|
</p>
|
|
<dl>
|
|
<dt><b><i>class-file-name</i></b></dt>
|
|
<dd>Specify the name of the class file or a pattern for identifying the class file or files to be used. A pattern can be specified in the last part of the name. An asterisk matches any number of characters and a question mark matches a single character. If the name is qualified or contains a pattern it must be enclosed in apostrophes. An example of a qualified class file name is '/directory1/directory2/myclassname.class'. An example of a pattern is '/directory1/directory2/myclass*.class'.
|
|
</dd>
|
|
<dt><b><i>JAR-file-name</i></b></dt>
|
|
<dd>Specify the name of the Java archive (JAR) file or pattern for identifying the JAR or ZIP file or files to be used. A file is assumed to be a JAR file if the file name ends with '.jar' or '.zip'. A pattern can be specified in the last part of the name. An asterisk matches any number of characters and a question mark matches a single character. If the name is qualified or contains a pattern it must be enclosed in apostrophes. An example of a qualified JAR file name is '/directory1/directory2/myappname.jar'. An example of a pattern is '/directory1/directory2/myapp*.zip'.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTJVAPGM.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="DLTJVAPGM.SUBTREE"></a>
|
|
<h3>Directory subtree (SUBTREE)</h3>
|
|
<p>Specifies whether directory subtrees are processed when looking for files that match the CLSF keyword.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NONE</u></b></dt>
|
|
<dd>Only the files that match the object name pattern will be processed. No subtrees are processed. If the directory has subdirectories, neither the subdirectories nor the objects in the subdirectories are processed.
|
|
</dd>
|
|
<dt><b>*ALL</b></dt>
|
|
<dd>The entire subtree of the path specified in CLSF is processed to create java programs for files matching the name specified on CLSF parameter.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTJVAPGM.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DLTJVAPGM.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
DLTJVAPGM CLSF('/projectA/myJavaclassname.class')
|
|
</pre>
|
|
</p>
|
|
<p>This command will delete the Java program associated with the class file myJavaclassname.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTJVAPGM.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DLTJVAPGM.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>JVAB526</b></dt>
|
|
<dd>Unable to delete Java program for "&1".
|
|
</dd>
|
|
<dt><b>JVAB527</b></dt>
|
|
<dd>&1 Java programs deleted. &2 Java programs not deleted.
|
|
</dd>
|
|
<dt><b>JVAB535</b></dt>
|
|
<dd>Unmonitored exception received.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTJVAPGM.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|