56 lines
4.2 KiB
HTML
56 lines
4.2 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 lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2005" />
|
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
|
<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))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Create an unformatted print listing" />
|
|
<meta name="abstract" content="If you want an unformatted print listing or if the from-file records should be formatted using first-character forms control (CTLCHAR(*FCFC), you must specify a program-described printer device file name. This file name can be QSYSPRT or user-defined (instead of *PRINT)." />
|
|
<meta name="description" content="If you want an unformatted print listing or if the from-file records should be formatted using first-character forms control (CTLCHAR(*FCFC), you must specify a program-described printer device file name. This file name can be QSYSPRT or user-defined (instead of *PRINT)." />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3prtrecords.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3prtrecords.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal3crunfo" />
|
|
<meta name="DC.Language" 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. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Create an unformatted print listing</title>
|
|
</head>
|
|
<body id="rbal3crunfo"><a name="rbal3crunfo"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Create an unformatted print listing</h1>
|
|
<div><p>If you want an unformatted print listing or if the from-file records
|
|
should be formatted using first-character forms control (CTLCHAR(*FCFC), you
|
|
must specify a program-described printer device file name. This file name
|
|
can be QSYSPRT or user-defined (instead of *PRINT).</p>
|
|
<p>To format the from-file records using first-character forms
|
|
control, specify CTLCHAR(*FCFC) on the <a href="../cl/crtprtf.htm">Create Printer File (CRTPRTF)</a>, <a href="../cl/chgprtf.htm">Change Printer File (CHGPRTF)</a>, or <a href="../cl/ovrprtf.htm">Override Printer File (OVRPRTF)</a> command.</p>
|
|
<div class="p">For copy commands where TOFILE(*PRINT) is specified with a PRINT parameter
|
|
value of *COPIED, *EXCLD, or *ERROR (or any combination), the following limits
|
|
apply: <ul><li>The QSYSPRT file must be spooled [SPOOL(*YES)]</li>
|
|
<li>You must specify the QSYSPRT in the device file or on the OVRPRTF command,
|
|
because separate print files open for each file requested.</li>
|
|
</ul>
|
|
All records are copied to a single spooled file, and the data for each
|
|
member or label identifier copied begins on a new print page.</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3prtrecords.htm" title="You can print a list of all records copied, all records excluded, or all records causing ERRLVL output errors. You do this by specifying PRINT special values on a copy command.">Print records (PRINT, OUTFMT, and TOFILE(*PRINT) parameters)</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbal3prtrecords.htm" title="You can print a list of all records copied, all records excluded, or all records causing ERRLVL output errors. You do this by specifying PRINT special values on a copy command.">Print records (PRINT, OUTFMT, and TOFILE(*PRINT) parameters)</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |