108 lines
3.6 KiB
HTML
108 lines
3.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>End Copy Screen (ENDCPYSCN)</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="ENDCPYSCN.Top_Of_Page"></a>
|
|
<h2>End Copy Screen (ENDCPYSCN)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#ENDCPYSCN.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#ENDCPYSCN.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#ENDCPYSCN.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="ENDCPYSCN"></a>
|
|
<p>The End Copy Screen (ENDCPYSCN) command ends the copy screen image operation for the specified display device.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>The target display station can also stop the copy screen image operation if the user presses the System Request key and types ENDCPYSCN on the command line. No parameters can be specified.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCPYSCN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="ENDCPYSCN.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="#ENDCPYSCN.SRCDEV"><b>SRCDEV</b></a></td>
|
|
<td valign="top">Source device</td>
|
|
<td valign="top"><i>Name</i>, <b><u>*REQUESTER</u></b></td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCPYSCN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="ENDCPYSCN.SRCDEV"></a>
|
|
<h3>Source device (SRCDEV)</h3>
|
|
<p>Specifies the display device that is currently having its screen images copied.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*REQUESTER</u></b></dt>
|
|
<dd>Ends the copy screen image operation for the display device running this command.
|
|
</dd>
|
|
<dt><b><i>name</i></b></dt>
|
|
<dd>Specifies the device name of the display station that is having its screen images copied.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCPYSCN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ENDCPYSCN.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
ENDCPYSCN SRCDEV(CHARLIE)
|
|
</pre>
|
|
</p>
|
|
<p>The command sends a message to 'CHARLIE' (the source display station). The message indicates the copy screen image operation is about to end. The target work station display is restored to the same display image that was shown before the operation started. The sign-on display is normally shown.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCPYSCN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ENDCPYSCN.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF2207</b></dt>
|
|
<dd>Not authorized to use object &1 in library &3 type *&2.
|
|
</dd>
|
|
<dt><b>CPF7AF7</b></dt>
|
|
<dd>Device name &1 not correct.
|
|
</dd>
|
|
<dt><b>CPF7AF8</b></dt>
|
|
<dd>Device name &1 not being copied.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDCPYSCN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|