175 lines
5.4 KiB
HTML
175 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>Edit S/36 Procedure Attributes (EDTS36PRCA)</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="EDTS36PRCA.Top_Of_Page"></a>
|
|
<h2>Edit S/36 Procedure Attributes (EDTS36PRCA)</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="#EDTS36PRCA.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#EDTS36PRCA.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#EDTS36PRCA.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="EDTS36PRCA"></a>
|
|
<p>The Edit System/36 Procedure Attributes (EDTS36PRCA) command presents the attributes of the specified procedure on your display for you to change. The attributes of a specified procedure, or of all procedures in the specified library, can be changed.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#EDTS36PRCA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="EDTS36PRCA.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="#EDTS36PRCA.MBR"><b>MBR</b></a></td>
|
|
<td valign="top">S/36 procedure member</td>
|
|
<td valign="top"><i>Name</i>, *ALL</td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" rowspan="3"><a href="#EDTS36PRCA.FILE"><b>FILE</b></a></td>
|
|
<td valign="top">Source file</td>
|
|
<td valign="top"><i>Qualified object name</i></td>
|
|
<td valign="top" rowspan="3">Optional, Positional 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Qualifier 1: Source file</td>
|
|
<td valign="top"><i>Name</i>, <b><u>QS36PRC</u></b></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="#EDTS36PRCA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="EDTS36PRCA.MBR"></a>
|
|
<h3>S/36 procedure member (MBR)</h3>
|
|
<p>Specifies the name of the procedure member 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 procedure members in the file are shown for update.
|
|
</dd>
|
|
<dt><b><i>procedure-member-name</i></b></dt>
|
|
<dd>Specify the name of the procedure member.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#EDTS36PRCA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="EDTS36PRCA.FILE"></a>
|
|
<h3>Source file (FILE)</h3>
|
|
<p>Specifies the name of the physical file containing the procedure member.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>QS36PRC</u></b></dt>
|
|
<dd>This is the name of the default physical file.
|
|
</dd>
|
|
<dt><b><i>source-file-name</i></b></dt>
|
|
<dd>Specify the name of the physical file.
|
|
</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 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 is located.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#EDTS36PRCA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="EDTS36PRCA.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
EDTS36PRCA MBR(RPGPROC) FILE(RPGLIB)
|
|
</pre>
|
|
</p>
|
|
<p>This command shows the attributes of procedure RPGPROC in file QS36PRC in library RPGLIB and allows them to be changed.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#EDTS36PRCA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="EDTS36PRCA.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF2C0A</b></dt>
|
|
<dd>Member &3 attributes not changed.
|
|
</dd>
|
|
<dt><b>CPF2C0B</b></dt>
|
|
<dd>Changing attributes not allowed for SSP member &3.
|
|
</dd>
|
|
<dt><b>CPF2C08</b></dt>
|
|
<dd>File &1 is not a source file.
|
|
</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 &2 in library &3.
|
|
</dd>
|
|
<dt><b>CPF9812</b></dt>
|
|
<dd>File &1 in library &2 not found.
|
|
</dd>
|
|
<dt><b>CPF9815</b></dt>
|
|
<dd>Member &5 file &2 in library &3 not found.
|
|
</dd>
|
|
<dt><b>CPF9820</b></dt>
|
|
<dd>Not authorized to use library &1.
|
|
</dd>
|
|
<dt><b>CPF9822</b></dt>
|
|
<dd>Not authorized to file &1 in library &2.
|
|
</dd>
|
|
<dt><b>CPF9826</b></dt>
|
|
<dd>Cannot allocate file &2.
|
|
</dd>
|
|
<dt><b>CPF9871</b></dt>
|
|
<dd>Error occurred while processing.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#EDTS36PRCA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|