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

201 lines
6.9 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>Start Report Layout Utility (STRRLU)</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="STRRLU.Top_Of_Page"></a>
<h2>Start Report Layout Utility (STRRLU)</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="#STRRLU.PARAMETERS.TABLE">Parameters</a><br>
<a href="#STRRLU.COMMAND.EXAMPLES">Examples</a><br>
<a href="#STRRLU.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="STRRLU"></a>
<p>The Control Language (CL) command STRRLU is the command used to start the Report Layout Utility (RLU).
</p>
<p>Use this display to specify parameter values to start the Report Layout Utility.
</p>
<h3>Error messages for STRRLU</h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRRLU.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="STRRLU.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="#STRRLU.SRCFILE"><b>SRCFILE</b></a></td>
<td valign="top">Source file</td>
<td valign="top">Single values: <b><u>*PRV</u></b><br>Other values: <i>Qualified object name</i></td>
<td valign="top" rowspan="3">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Source file</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b>, *CURLIB, *PRV</td>
</tr><tr>
<td valign="top"><a href="#STRRLU.SRCMBR"><b>SRCMBR</b></a></td>
<td valign="top">Source member</td>
<td valign="top"><i>Name</i>, <b><u>*PRV</u></b></td>
<td valign="top">Optional, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#STRRLU.OPTION"><b>OPTION</b></a></td>
<td valign="top">Option</td>
<td valign="top"><b><u>2</u></b>, 6</td>
<td valign="top">Optional, Positional 3</td>
</tr>
<tr>
<td valign="top"><a href="#STRRLU.PAGWIDTH"><b>PAGWIDTH</b></a></td>
<td valign="top">Page width</td>
<td valign="top">1-378, <b><u>*SAME</u></b></td>
<td valign="top">Optional, Positional 4</td>
</tr>
<tr>
<td valign="top"><a href="#STRRLU.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="#STRRLU.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="STRRLU.SRCFILE"></a>
<h3>Source file (SRCFILE)</h3>
<p>Specifies the qualified name of the source physical file that contains the member you changed or created in a previous session, or the source physical file in which you want to store a new member. The possible values are:
</p>
<dl>
<dt><b><u>*PRV</u></b></dt>
<dd>Specifies the qualified source physical file name you used last.
</dd>
<dt><b>Name</b></dt>
<dd>Specify the name of an existing source file.
</dd>
</dl>
<h5>Library (LIB)</h5>
<p>Specifies the qualified name of the library that contains the member changed or created in a previous session, or the library in which you want to store the source file. The possible library values are:
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>The library list appears from which you can select the library that contains the source file, or the library in which you want to store the source file.
</dd>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the job is used to store the source file. If no current library entry exists in the library list, your source file goes into QGPL.
</dd>
<dt><b>Name</b></dt>
<dd>Specify the library in which the source file is located.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRRLU.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="STRRLU.SRCMBR"></a>
<h3>Source member (SRCMBR)</h3>
<p>Specifies the names of the member changed or created. The default value for this parameter changes if you use the SRCFILE parameter. The possible values are:
</p>
<dl>
<dt><b><u>*PRV</u></b></dt>
<dd>Selects the name of the previous source member used.
</dd>
<dt><b>Name</b></dt>
<dd>Specify the name of the member you changed or created in a previous session, or the name you want if you are creating a new member.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRRLU.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="STRRLU.OPTION"></a>
<h3>Option (OPTION)</h3>
<p>Specify an option to work with a report. The possible values are:
</p>
<dl>
<dt><b>2</b></dt>
<dd>Changes a report
</dd>
<dt><b>6</b></dt>
<dd>Prints a prototype report.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRRLU.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="STRRLU.PAGWIDTH"></a>
<h3>Page width (PAGWIDTH)</h3>
<p>Specifies the page width in positions per line. The default is *SAME. The first time you use RLU, the page width is set to 132 if you do not specify another value. If the member has been previously edited with RLU, the page width is taken from the previous edit session for that member.
</p>
<dl>
<dt><b><u>*SAME</u></b></dt>
<dd>Specifies the same report width used when you created or last changed the report.
</dd>
<dt><b>1 to 378</b></dt>
<dd>Type a value between 1 and 378 to determine the width of the page.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRRLU.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="STRRLU.TEXT"></a>
<h3>Text 'description' (TEXT)</h3>
<p>Specify a description to store in the text prompt for the member. The possible values are:
</p>
<dl>
<dt><b><u>*BLANK</u></b></dt>
<dd>For a new member, RLU specifies blanks in the <u> Text</u> prompt of the member. For an existing member, this default value does not change the <u> Text</u> prompt of the member.
</dd>
<dt><b>'description'</b></dt>
<dd>Specify text no longer than 50 characters.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRRLU.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="STRRLU.COMMAND.EXAMPLES">Examples</a></h3>None
</div>
<table width="100%">
<tr><td align="right"><a href="#STRRLU.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="STRRLU.ERROR.MESSAGES">Error messages</a> </h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRRLU.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>