149 lines
4.8 KiB
HTML
149 lines
4.8 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>Work with User Tables (WRKUSRTBL)</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="WRKUSRTBL.Top_Of_Page"></a>
|
|
<h2>Work with User Tables (WRKUSRTBL)</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="#WRKUSRTBL.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#WRKUSRTBL.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#WRKUSRTBL.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="WRKUSRTBL"></a>
|
|
<p>The Work with User Tables (WRKUSRTBL) command allows you to work with finance user tables. Once they are created, you can add or delete user IDs in the tables. Several finance user tables can be defined. Each table must have a unique name.
|
|
</p>
|
|
<p>Finance user table updates can be accessed by any finance job that is submitted after all changes are completed.
|
|
</p>
|
|
<p><b>Restriction:</b> This command is shipped with public *EXCLUDE authority.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKUSRTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="WRKUSRTBL.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="#WRKUSRTBL.USRTBL"><b>USRTBL</b></a></td>
|
|
<td valign="top">User table</td>
|
|
<td valign="top"><i>Name</i>, *SELECT, <b><u>*ALL</u></b></td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#WRKUSRTBL.TEXT"><b>TEXT</b></a></td>
|
|
<td valign="top">Text 'description'</td>
|
|
<td valign="top"><i>Character value</i>, <b><u>*BLANK</u></b></td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKUSRTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="WRKUSRTBL.USRTBL"></a>
|
|
<h3>User table (USRTBL)</h3>
|
|
<p>Specifies the name of a table that contains finance user IDs.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*ALL</u></b></dt>
|
|
<dd>Displays all of the user tables currently defined.
|
|
</dd>
|
|
<dt><b>*SELECT</b></dt>
|
|
<dd>The list of existing user table entries is shown. Through this display you can create, change, delete or display existing user tables.
|
|
</dd>
|
|
<dt><b><i>user-table-name</i></b></dt>
|
|
<dd>Specify the name of the user table that you want to work with.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKUSRTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="WRKUSRTBL.TEXT"></a>
|
|
<h3>Text 'description' (TEXT)</h3>
|
|
<p>Specifies the text that briefly describes the object.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b>*BLANK</b></dt>
|
|
<dd>No text is specified.
|
|
</dd>
|
|
<dt><b><i>'description'</i></b></dt>
|
|
<dd>Specify no more than 50 characters of text, enclosed in apostrophes.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKUSRTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="WRKUSRTBL.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Working With All Finance User Tables</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
WRKUSRTBL USRTBL(*SELECT)
|
|
</pre>
|
|
</p>
|
|
<p>This command allows you to work with the names of all finance user tables. You can create a new table, select an existing table for update, or delete or display tables on the Work with User Table panel.
|
|
</p>
|
|
<p><b>Example 2: Working With One User Table</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
WRKUSRTBL USRTBL(USRTBL1)
|
|
</pre>
|
|
</p>
|
|
<p>This command allows you to work with the finance user table USRTBL1. From the Work with User Table panel, you can create, change, delete, or display a finance user table.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKUSRTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="WRKUSRTBL.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF8379</b></dt>
|
|
<dd>Error while processing file &1 in &2.
|
|
</dd>
|
|
<dt><b>CPF8380</b></dt>
|
|
<dd>Error while opening file &1 in &2.
|
|
</dd>
|
|
<dt><b>CPF8381</b></dt>
|
|
<dd>Error while closing file &1 in &2.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKUSRTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|