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

221 lines
5.8 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>Display Document (DSPDOC)</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="DSPDOC.Top_Of_Page"></a>
<h2>Display Document (DSPDOC)</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="#DSPDOC.PARAMETERS.TABLE">Parameters</a><br>
<a href="#DSPDOC.COMMAND.EXAMPLES">Examples</a><br>
<a href="#DSPDOC.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="DSPDOC"></a>
<p>The Display Document (DSPDOC) command allows you to display a document within a specific folder.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDOC.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="DSPDOC.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="#DSPDOC.DOC"><b>DOC</b></a></td>
<td valign="top">Document</td>
<td valign="top"><i>Character value</i>, <b><u>*PRV</u></b></td>
<td valign="top">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#DSPDOC.FLR"><b>FLR</b></a></td>
<td valign="top">Folder</td>
<td valign="top"><i>Character value</i>, <b><u>*PRV</u></b></td>
<td valign="top">Optional, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#DSPDOC.ALWPRT"><b>ALWPRT</b></a></td>
<td valign="top">Allow printing</td>
<td valign="top"><b><u>*YES</u></b>, *NO</td>
<td valign="top">Optional, Positional 3</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#DSPDOC.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="DSPDOC.DOC"></a>
<h3>Document (DOC)</h3>
<p>Specifies the name of the document to be displayed.
</p>
<dl>
</dl>
<dl>
<dt><b><u>*PRV</u></b></dt>
<dd>The name used in the previous session is used.
</dd>
</dl>
<dl>
<dt><b><i>document-name</i></b></dt>
<dd>Specify the name of the document to display.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDOC.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DSPDOC.FLR"></a>
<h3>Folder (FLR)</h3>
<p>Specifies the name of the folder that contains the document to be displayed.
</p>
<dl>
<dt><b><u>*PRV</u></b></dt>
<dd>The name used in the previous session is used.
</dd>
</dl>
<dl>
<dt><b><i>folder-name</i></b></dt>
<dd>Specify the name of the folder that contains the document to be displayed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDOC.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DSPDOC.ALWPRT"></a>
<h3>Allow printing (ALWPRT)</h3>
<p>Specifies whether the user is able to print a document while viewing it.
</p>
<dl>
<dt><b><u>*YES</u></b></dt>
<dd>The user can print a document while viewing it.
</dd>
<dt><b>*NO</b></dt>
<dd>The user cannot print a document while viewing it.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDOC.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DSPDOC.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
DSPDOC DOC(MYDOC) FLR(MYFLR)
</pre>
</p>
<p>This command displays the document MYDOC in folder MYFLR.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDOC.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DSPDOC.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>OFCFFFD</b></dt>
<dd>Damaged object found.
</dd>
<dt><b>OFC8EA3</b></dt>
<dd>OfficeVision for AS/400 editor is not available to resolve to a display.
</dd>
<dt><b>OFC80B5</b></dt>
<dd>OfficeVision for OS/400 editor is not available on the system.
</dd>
<dt><b>OFC800A</b></dt>
<dd>Folder is in use.
</dd>
<dt><b>OFC800B</b></dt>
<dd>Document &amp;1 is in use.
</dd>
<dt><b>OFC800F</b></dt>
<dd>Display does not support text.
</dd>
<dt><b>OFC8006</b></dt>
<dd>Folder not found.
</dd>
<dt><b>OFC8007</b></dt>
<dd>Document &amp;1 not found in folder.
</dd>
<dt><b>OFC8008</b></dt>
<dd>Request not allowed with folder.
</dd>
<dt><b>OFC8009</b></dt>
<dd>Request not allowed with document &amp;1.
</dd>
<dt><b>OFC801A</b></dt>
<dd>Document has been saved to diskette, tape or save file.
</dd>
<dt><b>OFC801D</b></dt>
<dd>Maximum number of text sessions active.
</dd>
<dt><b>OFC801E</b></dt>
<dd>DW editor or text assist cannot be loaded.
</dd>
<dt><b>OFC8010</b></dt>
<dd>Document &amp;1 cannot be processed.
</dd>
<dt><b>OFC8011</b></dt>
<dd>Document &amp;1 needs to be recovered.
</dd>
<dt><b>OFC8016</b></dt>
<dd>Document &amp;1 is checked out.
</dd>
<dt><b>OFC8018</b></dt>
<dd>Document &amp;1 is empty.
</dd>
<dt><b>OFC8019</b></dt>
<dd>Required module not on system.
</dd>
<dt><b>OFC802E</b></dt>
<dd>Request failed for PC editor.
</dd>
<dt><b>OFC8951</b></dt>
<dd>Data name must be specified.
</dd>
<dt><b>OFC8952</b></dt>
<dd>Type must be &amp;9 or &amp;10.
</dd>
<dt><b>OFC8953</b></dt>
<dd>Data &amp;9 does not exist.
</dd>
<dt><b>OFC8954</b></dt>
<dd>Display terminal does not have graphics ability.
</dd>
<dt><b>OFC8955</b></dt>
<dd>PC Text-assist function required to view image.
</dd>
<dt><b>OFC9811</b></dt>
<dd>Folder needs to be reclaimed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDOC.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>