ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzalu_5.4.0.1/rzalurpsworks.htm

58 lines
3.4 KiB
HTML

<?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 1998, 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>How remote system printing works</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="rzalurpsworks"></a>
<h4 id="rzalurpsworks">How remote system printing works</h4>
<p>The following diagram illustrates the remote system printing function.</p>
<div class="mmobj">
<img src="rbaft518.gif" alt="Remote system printing function" /></div>
<p>An output queue is created to hold spooled output files. A remote output
queue is an output queue created for use in sending spooled output files to
a remote system. Several parameters on the <a href="../cl/crtoutq.htm">CRTOUTQ</a> CL
command are required to do this. When these parameters are given values, we
then have a remote output queue. The spooled output files on a remote output
queue are sent by the remote writer or remote writers started to the output
queue. Remote writers are automatically started based on the value specified
on number of writers to autostart (AUTOSTRWTR) parameter. Or they can be
started using the <a href="../cl/strrmtwtr.htm">STRRMTWTR</a> CL command.</p>
<p>The STRRMTWTR CL command starts the writer that sends the spooled output
files on the remote output queue, to the remote system. The writer, which
is a system job, takes spooled output files from a remote output queue and
sends them to a remote system using SNADS or TCP/IP. The spooled output file
can be sent to the same user who owns the spooled output file being sent,
a specific output queue, or the output queue for the system printer on the
target system. If the sending user profile does not exist on the target system,
the QNETSPLF user profile is used when using SNADS. </p>
<a name="wq42"></a>
<div class="notetitle" id="wq42">Note:</div>
<div class="notebody">When
spooled output files are sent to a system with the
destination type of *OTHER and using SNADS, the user profile
to whom the spooled output files are being sent must exist or be created on
that target system.</div>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>