199 lines
6.6 KiB
HTML
199 lines
6.6 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 Print Format Utility (STRPFU)</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="STRPFU.Top_Of_Page"></a>
|
|
<h2>Start Print Format Utility (STRPFU)</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="#STRPFU.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#STRPFU.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#STRPFU.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="STRPFU"></a>
|
|
<p>This command allows you to perform an option of print format utility directly without viewing the Work with PFD Definitions display.
|
|
</p>
|
|
<h3>Error messages for STRPFU</h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>AFP0010</b></dt>
|
|
<dd>An error occurred.
|
|
</dd>
|
|
<dt><b>AFP22A0</b></dt>
|
|
<dd>Print request canceled.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRPFU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="STRPFU.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="#STRPFU.PFDFILE"><b>PFDFILE</b></a></td>
|
|
<td valign="top">PFD 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: PFD 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</td>
|
|
</tr><tr>
|
|
<td valign="top"><a href="#STRPFU.PFDMBR"><b>PFDMBR</b></a></td>
|
|
<td valign="top">PFD definition</td>
|
|
<td valign="top"><i>Name</i>, <b><u>*PRV</u></b>, *SELECT</td>
|
|
<td valign="top">Optional, Positional 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#STRPFU.OPTION"><b>OPTION</b></a></td>
|
|
<td valign="top">Option</td>
|
|
<td valign="top"><b><u>*BLANK</u></b>, ' ', 1, 2, 3, 4, 6, 7, 9</td>
|
|
<td valign="top">Optional, Positional 3</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRPFU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="STRPFU.PFDFILE"></a>
|
|
<h3>PFD file (PFDFILE)</h3>
|
|
<p>Specifies the PFD definition file and library that contain the PFD definition to be worked with.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*PRV</u></b></dt>
|
|
<dd>Specifies that the print format utility is to use the name of the PFD definition file and library used in your last print format utility session. If you specify *PRV for the PFDFILE parameter, it is not necessary to specify a library.
|
|
</dd>
|
|
<dt><b><i>PFD-definition-file-name</i></b></dt>
|
|
<dd>Type the name of an existing PFD definition file to be used. If you specify the PFD-definition-file-name and a library name, print format utility searches the specified library for the PFD definition file. If you do not specify a library name, *LIBL is used.
|
|
<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 resides.
|
|
</dd>
|
|
</dl>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRPFU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="STRPFU.PFDMBR"></a>
|
|
<h3>PFD definition (PFDMBR)</h3>
|
|
<p>Specifies the name of the PFD definition to be worked with or created. The default value for this parameter depends on if you specify the PFDFILE parameter.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*SELECT</u></b></dt>
|
|
<dd>This is the default value if you specify the PFDFILE parameter. If you choose *SELECT, you will get the lists of all PFD definitions in the specified PFD definition file and library. Select one or more PFD definitions to work with on the display.
|
|
</dd>
|
|
<dt><b><u>*PRV</u></b></dt>
|
|
<dd>This is the default value if you do not specify the PFDFILE parameter. *PRV is the name of the previous PFD definition that was used.
|
|
</dd>
|
|
<dt><b><i>PFD-definition-name</i></b></dt>
|
|
<dd>Type the name of the PFD-definition you want to work with.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRPFU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="STRPFU.OPTION"></a>
|
|
<h3>Option (OPTION)</h3>
|
|
<p>Specifies the function to perform on the selected PFD definition. The default value depends on if you specify a PFD definition name.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*BLANK or ' '</u></b></dt>
|
|
<dd>This is the default value if you do not specify a PFD definition name. *BLANK specifies no action.
|
|
</dd>
|
|
<dt><b>1=Create</b></dt>
|
|
<dd>Type 1 to create a PFD definition.
|
|
</dd>
|
|
<dt><b><u>2=Change</u></b></dt>
|
|
<dd>This is the default value if you specify a PFD definition name.
|
|
<p>Type 2 to change a PFD definition.
|
|
</p>
|
|
</dd>
|
|
<dt><b>3=Copy</b></dt>
|
|
<dd>Type 3 to copy a PFD definition.
|
|
</dd>
|
|
<dt><b>4=Delete</b></dt>
|
|
<dd>Type 4 to delete a PFD definition.
|
|
</dd>
|
|
<dt><b>6=Print</b></dt>
|
|
<dd>Type 6 to print a PFD definition.
|
|
</dd>
|
|
<dt><b>7=Rename</b></dt>
|
|
<dd>Type 7 to rename a PFD definition.
|
|
</dd>
|
|
<dt><b>9=Print database file</b></dt>
|
|
<dd>Type 9 to print a database file member by using a PFD definition.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRPFU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div>
|
|
<h3><a name="STRPFU.COMMAND.EXAMPLES">Examples</a></h3>None
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRPFU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="STRPFU.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>AFP0010</b></dt>
|
|
<dd>An error occurred.
|
|
</dd>
|
|
<dt><b>AFP22A0</b></dt>
|
|
<dd>Print request canceled.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRPFU.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|