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

150 lines
4.7 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>Edit S/36 Program Attributes (EDTS36PGMA)</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="EDTS36PGMA.Top_Of_Page"></a>
<h2>Edit S/36 Program Attributes (EDTS36PGMA)</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="#EDTS36PGMA.PARAMETERS.TABLE">Parameters</a><br>
<a href="#EDTS36PGMA.COMMAND.EXAMPLES">Examples</a><br>
<a href="#EDTS36PGMA.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="EDTS36PGMA"></a>
<p>The Edit System/36 Program Attributes (EDTS36PGMA) command presents the program attributes of the specified program on your display to allow you to change them. The attributes of a specified program or of all programs in the specified library can be changed. The attributes of a specified program, or of all programs in the specified library, can be changed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#EDTS36PGMA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="EDTS36PGMA.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="#EDTS36PGMA.PGM"><b>PGM</b></a></td>
<td valign="top">S/36 program</td>
<td valign="top"><i>Qualified object name</i></td>
<td valign="top" rowspan="3">Required, Positional 1</td>
</tr>
<tr>
<td valign="top">Qualifier 1: S/36 program</td>
<td valign="top"><i>Name</i>, *ALL</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="#EDTS36PGMA.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="EDTS36PGMA.PGM"></a>
<h3>S/36 program (PGM)</h3>
<p>Specifies the name of the program having its attributes updated.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>The attributes of all programs in the library are shown for update. *ALL is not allowed if the library specified is *LIBL.
</dd>
<dt><b><i>program-name</i></b></dt>
<dd>Specify the name of the program.
</dd>
</dl>
<p>The possible library values are:
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>The library list is used to locate the program.
</dd>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the job is used to locate the program. 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 program is located.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#EDTS36PGMA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="EDTS36PGMA.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
EDTS36PGMA PGM(RPGLIB/*ALL)
</pre>
</p>
<p>This command shows the program attributes of all the programs in RPGLIB and allows them to be changed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#EDTS36PGMA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="EDTS36PGMA.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF2C01</b></dt>
<dd>Program &amp;1 attributes not changed.
</dd>
<dt><b>CPF2C02</b></dt>
<dd>Changing attributes not allowed for SSP program &amp;1.
</dd>
<dt><b>CPF2C03</b></dt>
<dd>MRTMAX parameter value &amp;3 not correct.
</dd>
<dt><b>CPF2C05</b></dt>
<dd>Program name *ALL not allowed with library *LIBL.
</dd>
<dt><b>CPF7D41</b></dt>
<dd>Error occurred while logging order assistance request.
</dd>
<dt><b>CPF7D42</b></dt>
<dd>Error occurred while performing database operation.
</dd>
<dt><b>CPF9803</b></dt>
<dd>Cannot allocate object &amp;2 in library &amp;3.
</dd>
<dt><b>CPF9811</b></dt>
<dd>Program &amp;1 in library &amp;2 not found.
</dd>
<dt><b>CPF9820</b></dt>
<dd>Not authorized to use library &amp;1.
</dd>
<dt><b>CPF9830</b></dt>
<dd>Cannot assign library &amp;1.
</dd>
<dt><b>CPF9871</b></dt>
<dd>Error occurred while processing.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#EDTS36PGMA.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>