ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzau6_5.4.0.1/rzau6fromvm.htm

64 lines
3.3 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="dc.language" scheme="rfc1766" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<meta name="dc.date" scheme="iso8601" content="2005-09-06" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow"/>
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<title>Send print data from a VM S/390 to the output queue of a user ID</title>
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
<link rel="stylesheet" type="text/css" href="ic.css" />
</head>
<body>
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
<a name="rzau6fromvm"></a>
<h3 id="rzau6fromvm">Send print data from a VM S/390&reg; to the output queue of a user ID</h3>
<p>A z/VM&reg; can issue a PRINT or a PSF command to place a file directly into
an i5/OS&trade; user's output queue.</p>
<p><span class="bold">Example using the PRINT command </span></p>
<p> These commands place the file <tt class="xph">REPORTS LETTER A</tt> into the output
queue of <tt class="xph">USERONE</tt> on i5/OS with the node ID <tt class="xph">AS4002</tt>.</p>
<pre class="xmp">CP TAG DEV PRT AS4002 USERONE
CP SPOOL PRT TO RSCS COPY 1
PRINT REPORTS LETTER A (NOCC</pre>
<p>These commands place the file <tt class="xph">REPORTS LISTING A</tt> into the output
queue of <tt class="xph">USERONE</tt> on i5/OS with the node ID <tt class="xph">AS4002</tt>.</p>
<pre class="xmp">CP TAG DEV PRT AS4002 USERONE
CP SPOOL PRT RSCS COPY 1
PRINT REPORTS LISTING A</pre>
<p><span class="bold">Using the PSF command</span></p>
<p>These commands place the line data spooled file into an i5/OS. They use these
variables: </p>
<dl>
<dt class="bold">Spooled file name:</dt>
<dd><tt class="xph">reports letter a</tt>
</dd>
<dt class="bold">User ID that owns the output queue:</dt>
<dd><tt class="xph">userone</tt>
</dd>
<dt class="bold">iSeries&trade; server node ID:</dt>
<dd><tt class="xph">is002</tt>
</dd>
</dl><p class="indatacontent"> A page definition will be used when the data is printed. When using
the PSF command, you must place the characters P1 in front of the page definition
name. When using a form definition, you must place the characters F1 in front
of the form definition name. This example uses a page definition named P1MYFORM. </p>
<pre class="xmp">TAG DEV PRT is002 userone
SPOOL PRT TO RSCS COPY 1
PSF reports letter a (PAGEDEF (P1MYFORM RESOURCE A))</pre>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>