ibm-information-center/dist/eclipse/plugins/i5OS.ic.rbam6_5.4.0.1/rbam6clfiles.htm

6301 lines
358 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 lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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="Database and device files used by CL commands" />
<meta name="abstract" content="This provides a cross-reference between the commands and the IBM-supplied files used by the commands." />
<meta name="description" content="This provides a cross-reference between the commands and the IBM-supplied files used by the commands." />
<meta name="DC.Relation" scheme="URI" content="rbam6clconcepts.htm" />
<meta name="DC.Relation" scheme="URI" content="../cl/dspprb.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rbam6clfiles" />
<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>Database and device files used by CL commands</title>
</head>
<body id="rbam6clfiles"><a name="rbam6clfiles"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Database and device files used by CL commands</h1>
<div><p>This provides a cross-reference between the commands and the IBM-supplied
files used by the commands.</p>
<p>Many of the IBM-supplied CL commands use database and device files during
processing. All of the commands and files for <em>all</em> licensed programs
that meet the following criteria are included:</p>
<ul><li>The types of files included are: <ul><li>Database files: physical (PF) and logical (LF), including files with data
and files used as model files (no data)</li>
<li>Device files: tape (TAPF) and printer (PRTF)</li>
</ul>
</li>
<li>The files are included only if a user might have a reason to use them,
such as declaring them in a program so they can be overridden with another
file. Two examples: <ul><li>You want to change some attributes for a printer device file, such as
the font to be used or the printed lines per inch (the FONT or LPI parameter).</li>
<li>You want to override the IBM-supplied file with your own output file (when
valid).</li>
</ul>
</li>
</ul>
<p>The types of files <strong>not</strong> included in this section are:</p>
<ul><li>i5/OS-provided display (DSPF) device files, because they should not be
changed or overridden.</li>
<li>Most of the i5/OS-provided database files used by <em>directory</em> commands,
<em>document library object</em> commands, and <em>optical index database</em> files,
because they cannot be overridden.</li>
</ul>
<p>As mentioned, IBM-supplied physical (PF) or logical (LF) files that are
used as <strong>model files</strong> for certain commands are included in the following
table. (Examples are the model files listed under the DSPFD, DSPJRN, and STRPFRMON
commands.) In most cases, these model files do not contain data; instead,
they contain the <em>definitions</em> (or record formats) of the files to be
created for storing the actual output data resulting from use of these commands.
For the record formats of these files, you can display the file's description
online or you can refer to the publication or soft-copy manual that documents
that command.</p>
<p>Additionally, some files considered to be IBM-supplied files do not actually
exist on the system until some function is used that requires the file and
so creates it at that time.</p>
<p>The following notes describe how the table of commands and files are sorted
and explain the meanings of the superscripts used in the table.</p>
<div class="note"><span class="notetitle">Note:</span> <ol><li>The first column of the table lists the CL commands that use the i5/OS-provided
files shown in the third column. The table entries are in alphabetic order
by <em>command name</em> first. If there is more than one library for a command,
they are further ordered by the file <em>library name</em> and then by <em>file
name</em> within each library.</li>
<li> <strong>A superscript 1 ( <sup>1</sup>)</strong> following the description of a
file indicates that the file is used only when the output from the command
is directed to that <em>form</em> of output-by an output-related parameter
on the command. <ul><li>The superscript <sup>1</sup> is used at the end of <em>printer file</em> (PRTF)
descriptions to show that use of the printer file is dependent on the job
environment and the print-related value specified (or assumed) on the command.
For commands with an OUTPUT parameter (primarily DSPxxx and WRKxxx commands),
the output is printed either when OUTPUT(*) is specified in a batch job, or
when OUTPUT(*PRINT) is specified in a batch or interactive job. For other
commands, the output is printed if an *PRINT, *LIST, and/or *SRC value is
specified on a different parameter.</li>
<li>The superscript <sup>1</sup> is used at the end of <em>database file</em> (PF
or LF) descriptions to show that use of the database file is dependent on
the print-related value specified (or assumed) on the command. For commands
with an OUTPUT parameter (primarily DSPxxx and SAVxxx commands), the output
is directed to the database file when OUTPUT(*OUTFILE) is specified. The same
is true for other commands that specify a value similar to *OUTFILE on one
of its parameters.</li>
</ul>
</li>
<li> <strong>A superscript 2 ( <sup>2</sup>)</strong> following a file's description
indicates that the file is a <em>model file</em> and not an output file. As
a model file, it defines the record format of the file created to contain
the actual output.</li>
<li>Those files showing "user-lib" as the file library do not exist on the
system until the user creates them. When the command is used, the file is
created in the user's specified library with the file name shown.</li>
</ol>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><caption>Table 1. Files Used by CL Commands (Part 1)</caption><thead align="left"><tr><th valign="top" width="15.113871635610765%" id="d0e131">Command Name</th>
<th valign="top" width="15.527950310559005%" id="d0e133"> File Library </th>
<th valign="top" width="16.35610766045549%" id="d0e135">File Name</th>
<th valign="top" width="12.422360248447205%" id="d0e137">File Type</th>
<th valign="top" width="40.57971014492754%" id="d0e139">File Usage</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDDOCCVN</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAO1CRL</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">LF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Document conversion <em>logical</em> file for input or output.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAO1CVNP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Document conversion <em>physical</em> file for input or output.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAO1DCVN</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Document conversion printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDDSTQ</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSQ</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS distribution queues table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDDSTRTE</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSQ</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS distribution queues table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS routing table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDDSTSYSN</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSA</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS secondary node ID table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDNETJOBE</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QANFNJE</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Network job entry database file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDSOCE</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAALSOC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Sphere of control file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDTAPCTG</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATAMID</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Cartridge ID db file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QLTAMID</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">LF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Cartridge ID logical file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATACGY</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Category db file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QLTACGY</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">LF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Category logical file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDTCPHTE</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCHOST</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP host file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDTCPIFC</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCIFC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP configuration file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDTCPPORT</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCPORT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP configuration file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDTCPRSI</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCRSI</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP configuration file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDTCPRTE</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCRTE</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP configuration file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ADDTXTIDXE</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QABBADMTB</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">OfficeVision<sup>®</sup>
text search services administration table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ANSQST</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPQAPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Q &amp; A printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ANZACCGRP</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTDDS</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTPAGD</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance database input file of files and programs in a process
access group (PAG).</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPPTPAG</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Printer file of PAG data containing environment, job, file, and program
summary data.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ANZDBF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTAZDR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data collection file: analyze application database files
data.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTDDS</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPPTANZD</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance printer file showing physical-to-logical and logical-to-physical
database file relationships.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ANZDBFKEY</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTAZDR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance input file of analyze application database files data showing
logical file key structures.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTDDS</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPPTANKM</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance printer file containing logical file key structure data.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPPTANZK</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance printer file containing access path and record selection
data.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ANZPFRDTA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPMxxxx</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">QAPMxxxx performance data collection files, where xxxx = ASYN, BSC,
CIOP, CONF, DIOP, DISK, ECL, ETH, HDLC, IDLC, JOBS, LAPD, LIOP, MIOP, POOL,
SYS, and X25. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPAVPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance printer file containing the advisor report. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ANZPGM</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTAZPD</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data collection file: analyze application programs data.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPPTANZP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance printer file showing program-to-file and file-to-program
relationships.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> APYJRNCHG</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAJRNCHG</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Model output file for apply journaled changes. </td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> APYJRNCHGX</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAJRNCHG</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Model output file for apply journaled changes extend. </td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">ASKQST</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPQAPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Q &amp; A printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CFGDSTSRV</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSA</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS secondary node ID table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSQ</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS destination queues table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS destination systems routing table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CFGTCP</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCIFC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP interface file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCRTE</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP route file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCTCPIP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP attributes file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCPORT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP port restrictions file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCRSI</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP RSI file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCHOST</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP hostname file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCPS</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP services file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CFGTCPSMTP</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATMSMTP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP SMTP file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATMSMTPA</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP SMTP file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGDOCCVN</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAO1CRL</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">LF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Document conversion <var class="varname">logical</var> file for input or output.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGDTA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QIDU</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDTALOG</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Audit control log printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QIDU</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDTAPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Record and accumulator total printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDZDTALOG</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DFU run-time audit log.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDZDTAPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DFU run-time printer data file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGDSTQ</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSQ</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS distribution queues table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGDSTRTE</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSQ</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS distribution queues table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS routing table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGFTPA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATMFTP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP FTP configuration file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGHTTPA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATMHTTP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP HTTP file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGLPDA </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATMLPD</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP LPD configuration file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGPOPA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATMPOPA</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">POP server configuration file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGPRB</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASXNOTE</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Problem log user notes file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASXPROB</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Problem log problem file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGQSTDB</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPQAPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Q &amp; A printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGSMTPA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATMSMTP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP SMTP configuration file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGTAPCTG</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATAMID</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Cartridge ID database file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATAMID</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">LF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Cartridge ID logical database file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGTCPA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCTCPIP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP attributes file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGTCPHTE</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCHOST</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP host file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGTCPIFC</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCIFC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP interface file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGTCPRTE</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATOCRTE</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP routes file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHGTELNA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATMTELN</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">TCP/IP TELNET configuration file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CHKTAP</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSTAPE</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">TAPF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Printer file for tape output.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CMPJRNIMG</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPCMPIMG</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Compare journal images printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CPYF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Copy file printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CPYFRMDKT</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Copy file printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CPYFRMQRYF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Copy file printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CPYFRMTAP</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Copy file printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSTAP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">TAPF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Tape device file used for input and output.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CPYPFRDTA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPMxxxx</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">QAPMxxxx performance data collection files, where xxxx = ASYN, BSC,
BUS, CIOP, CONF, DIOP, DISK, DMPT, ECL, ETH, HDLC, IOBS, JOBS, LIOP, MIOP,
POOL, RESP, RWS, SBSD, SYS, TSK, and X25. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSTAP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">TAPF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Tape device file used for input and output.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CPYSRCF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Copy file printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSTAP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">TAPF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTBNDC</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">C/400<sup>®</sup>
source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTBNDCBL</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCBLLESRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE COBOL/400<sup>®</sup>
source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE COBOL/400
source listing printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTBNDCL</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCLSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">CL source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">CL source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTBNDRPG</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRPGLESRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE RPG/400<sup>®</sup>
source default input file</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE RPG/400
source listing printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTCBLMOD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCBLLESRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE COBOL/400
source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE COBOL/400
source listing printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTCBLPGM</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QLBLSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">COBOL/400
source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">COBOL/400
source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTCLD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCLDSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">C locale description default source input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">C locale description source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTCLMOD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCLSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">CL source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">CL source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTCLPGM</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCLSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">CL source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">CL source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTCMD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCMDSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Command definition source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Command definition source listing printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTCMOD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">C/400
source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">C/400
source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTDSPF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTICFF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTLF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTMNU</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QMNUSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Default menu source input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Menu source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTMSGFMNU</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source created for menu by $BMENU.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QS36DDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source created for menu by $BMENU.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSSP</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPUTMENU</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">$BMENU source listing printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Pascal source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTPF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTPGM</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Program source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTPNLGRP</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPNLSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Default panel group source input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Panel group source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTPRTF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTQSTDB</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAQA00xxxx</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">LF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Q &amp; A database model files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAQA00xxxx</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Q &amp; A database model files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTQSTLOD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPQAPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Q &amp; A printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTRJEBSCF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QRJE</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRJESRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source file used to create RJE BSC file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTRJECFG</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QRJE</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRJESRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source file used to create RJE BSC or RJE communications file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTRJECMNF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QRJE</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRJESRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source file used to create RJE communications file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTRPGMOD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRPGLESRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE RPG/400
source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE RPG/400
source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTRPGPGM</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRPGSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">RPG source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">RPG source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTRPTPGM</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRPGSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">RPG source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">RPG source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTSQLC</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL C source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL C printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTSQLCI</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL C source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL C printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTSQLCBL</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QLBLSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL COBOL source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL COBOL printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTSQLCBLI</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QCBLLESRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL COBOL source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL COBOL printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTSQLFTN</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QFTNSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL FORTRAN source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL FORTRAN printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTSQLPLI</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPLISRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL PLI source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL PLI printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTSQLRPG</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRPGSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL RPG source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL RPG printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTSQLRPGI</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRPGLESRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL RPG source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SQL RPG printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTSRVPGM</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Service program source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTS36CBL</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">#LIBRARY</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QS36SRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">S/36-compatible COBOL source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">S/36-compatible COBOL source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTS36DSPF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source created for display file by $SFGR.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QS36DDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source created for display file by $SFGR.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSSP</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPUTSFGR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">$SFGR source listing printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTS36MNU</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source created for menu by $BMENU.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QS36DDSSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DDS source created for menu by $BMENU.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSSP</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPUTMENU</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">$BMENU source listing printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTS36RPG</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">#LIBRARY</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QS36SRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">System/36™
RPG II source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">System/36
RPG II source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTS36RPGR</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">#LIBRARY</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QS36SRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">System/36
RPG II source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTS36RPT</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">#LIBRARY</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QS36SRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">System/36
RPG II Auto Report source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">System/36
RPG II Auto Report source listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTTAPCGY</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATACGY</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Library device database file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QLTACGY</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">LF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Library device logical database file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CRTTBL</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QGPL</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QTBLSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Table source default input file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CVTPFRDTA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QACPxxxx</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">QACPxxxx performance data collection files, where xxxx = CNFG, GPHF,
PROF, and RESP.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAITMON</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data collection file: job and Licensed Internal Code task
data.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPMyyyy</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">QAPMyyyy performance data collection files, where yyyy = CIOP, CONF,
DIOP, DISK, JOBS, LIOP, POOL, RESP, RWS, and SYS. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPMzzzz</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">QAPMzzzz performance data collection files, where zzzz = ASYN, BSC,
BUS, DMPT, ECL, ETH, HDLC, MIOP, and X25. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTAPGP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data collection file for functional area data.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">CVTRPGSRC</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">user-lib</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRPGSRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">RPG/400
source file (from file).</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">user-lib</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRPGLESRC</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE RPG/400
source file (to file).</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE RPG/400
listing printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">user-lib</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QRNCVTLG</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">ILE RPG/400
conversion log file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DLTALR</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAALERT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Alert database file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DLTPFRDTA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPGSUMD</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data collection file for graphics data.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPMxxxx</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">QAPMxxxx performance data collection files, where xxxx = ASYN, BSC,
BUS, CIOP, CONF, DIOP, DISK, DMPT, ECL, ETH, HDLC, IOBS, JOBS, LIOP, MIOP,
POOL, RESP, RWS, SBSD, SYS, TSK, and X25. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTLCKD</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data collection file: lock and seizure conflict data.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QTRxxxx</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">QTRxxxx performance data collection files, where xxxxx = IDX, JOBT,
JSUM, SLWT, and TSUM.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DLTPRB</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASXxxxx</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">All 8 of the QASXxxxx files for the DLTPRB command are the same subset
of files that are shown in the QUSRSYS library for the DSPPRB command. </td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DLTQST</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPQAPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Q &amp; A printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DLTQSTDB</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPQAPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Q &amp; A printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DLTTAPCGY</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QATACGY</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Library device database file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QLTACGY</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">LF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Library device logical database file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DMPCLPGM</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPPGMDMP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">CL program dump printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DMPJOB</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPSRVDMP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Service dump printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DMPOBJ</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPSRVDMP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Service dump printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DMPSYSOBJ</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPSRVDMP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Service dump printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DMPTAP</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPTAPDMP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Tape dump printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DMPTRC</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPMDMPT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance trace file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SDA source printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPACC</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display access codes printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPACCAUT</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display access code authority printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPACCGRP</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTDDS</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAPTPAGD</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance data collection file: data about files and programs in
a process access group (PAG).</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPPTPAG</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display process access group printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QPFR</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPPTPAGD</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Performance printer file containing files and programs in a process
access group (PAG).</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPACTPJ</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display active prestart jobs printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPAPPNINF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QALSxxx</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Set of 4 QALSxxx model database files that contain the record formats
used for storing APPN information, where xxx = DIR, END, INM, and TDB. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display APPN information printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPAUTHLR</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QADSHLR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Model database file that contains the record format for the authority
holder object entries. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPSYDSHL</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display authority holders printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPAUTL</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAOBJAUT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Model database file that contains the record format for the authorization
list entries. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPOBJAUT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Authorization list entries printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPAUTLDLO</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Authorization list printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPAUTLOBJ</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QADALO</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Model database file that contains the record format for the authorization
list object entries. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPSYDALO</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display authorization list objects printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPAUTUSR</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPAUTUSR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Authorized users printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPBCKSTS</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display backup status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPBCKUP</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display backup options printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPBCKUPL</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display backup list printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPBKP</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDBGDSP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Breakpoint (debug mode) printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPBNDDIR</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QABNDBND</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Model database file that contains the record format for the binding
directory entries. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Displays the contents of the binding directory printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPCFGL</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDCCFGL</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Configuration list printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPCHT</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPGDDM</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">BGU-defined chart output printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPCLS</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSPCLS</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Class printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPCMD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPCMD</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Command values printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPCNNL</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDCCNNL</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Connection list printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPCNNSTS</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Connection status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPCOSD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDCCOS</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Class-of-service description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPCSI</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Communications side information printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPCTLD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDCCTL</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Controller description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDBG</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDBGDSP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Debug display (debug mode) printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDBR</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QADSPDBR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Model database file that defines the record format of the file created
to store information about database file relationships. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSPDBR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Printer file that contains information about database file relationships. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDDMF</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSPDDM</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Distributed data management (DDM) file listing printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDEVD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDCDEV</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Device description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAOSDIRO</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display directory output file: OUTFILFMT(*TYPE1)</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAOSDIRB</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display directory output file: OUTFILFMT(*TYPE2) DETAIL(*BASIC)</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAOSDIRF</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display directory output file: OUTFILFMT(*TYPE2) DETAIL(*FULL)</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAOSDIRX</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display directory output file: OUTFILFMT(*TYPE3) DETAIL(*FULL)</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSPDDL</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Printer file for <var class="varname">full</var> details of displayed directory
entries. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSPDSM</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Printer file for <var class="varname">basic</var> details of displayed directory
entries. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDLOAUT</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display document library object authority printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDLONAM</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QSYSPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display document library object printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDSTL</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QAOSDSTO</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Distribution list output file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSPLDL</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Distribution list <var class="varname">details</var> printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSPLSM</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Distribution list <var class="varname">summary</var> printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDSTCLGE</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSVMSS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QACQFVOF</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Output file model for MSS/400 Display Distribution Catalog Entries
command. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDSTLOG</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSTDLG</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Display distribution log printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDSTSRV</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSTSRV</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Distribution services printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSA</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS secondary node ID table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSQ</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">SNADS destination queues table.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QUSRSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QASNADSR</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Routing table database file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDTA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QIDU</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QDTAPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DFU audit control printer file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDZDTALOG</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DFU run-time audit log.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 "> </td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDZDTAPRT</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">DFU run-time printer data file.</td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDTAARA</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSPDTA</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Data area printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPDTADCT</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDSPFFD</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Data dictionary printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPEDTD</td>
<td valign="top" width="15.527950310559005%" headers="d0e133 ">QSYS</td>
<td valign="top" width="16.35610766045549%" headers="d0e135 ">QPDCEDSP</td>
<td valign="top" width="12.422360248447205%" headers="d0e137 ">PRTF</td>
<td valign="top" width="40.57971014492754%" headers="d0e139 ">Edit description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.113871635610765%" headers="d0e131 ">DSPFD</td>
<td colspan="4" valign="top" headers="d0e133 d0e135 d0e137 d0e139 ">For the DSPFD command, all of the following
entries having a file type of PF are physical files (model files that are
not actual output files) that define the record formats of created files used
to store a specific type of information about a type (or group) of files.
Therefore, the common part of each model file's description <em>begins</em> here
and the unique part of each description <em>continues</em> under the <strong>File
Usage</strong> column:</td>
</tr>
</tbody>
<tbody><tr><td valign="top" width="15.09433962264151%">&nbsp;</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDACCP</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...access path file information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDBASI</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...basic file information common to all files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDBSC</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...BSC file and mixed file device attribute information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDCMN</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...communications file and mixed file device attribute information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDCSEQ</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">... collating sequence information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDCST</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">... constraint relationship information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDDDM</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...distributed data management (DDM) file attribute information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDDSP</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...display file and mixed file display device attribute information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDICF</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...ICF file attribute information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDJOIN</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...join logical file information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDLGL</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...logical file attribute information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDMBR</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...database member information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDMBRL</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...database member list information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDNGP</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">... node group information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDPHY</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...physical file attribute information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDPRT</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...printer file attribute information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDRFMT</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...record format information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDSAV</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...save file information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDSELO</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...select/omit information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDSPOL</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...device file spooled information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDTAP</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...tape file attribute information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAFDTRG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">... trigger information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPDSPFD</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">File description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPFFD</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADSPFFD</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">Model database file that defines the record format of the file created
to store file field descriptions. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPDSPFFD</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">File field description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPFLR</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADSPDOC</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">Document list output database file.</td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADSPFLR</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">Folder list output database file.</td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPDSPFLR</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">Display folder printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPFNTRSCA</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPDSPFNT</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">Font resource attributes printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPGDF</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPGDDM</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">BGU-defined graphics data printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPGNDDIR</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QABNDBND</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">System-supplied output file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPHDWRSC</td>
<td colspan="4" valign="top">For the DSPHDWRSC command, all of the
following entries having a file type of PF are physical files (model files
that are not actual output files) that define the record formats of created
files used to store a specific type of hardware resource information. Therefore,
the common part of each model file's description <em>begins</em> here and the
unique part of each description <em>continues</em> under the <strong>File Usage</strong> column:</td>
</tr>
<tr><td valign="top" width="15.09433962264151%">&nbsp;</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QARZDCMN</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...communications resources. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QARZDLWS</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...local work station resources. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QARZDPRC</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...processor resources. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QARZDTRA</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...token-ring local area network (TRLAN) adapter resources. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QARZDSTG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...storage device resources. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QSYSPRT</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">Hardware resources printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPHFS</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QSYSPRT</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">Display hierarchical file systems printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPHSTGPH</td>
<td valign="top" width="14.884696016771489%">QPFR</td>
<td valign="top" width="16.9811320754717%">QPPGGPH</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">Display historical graph printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPIDXSTS</td>
<td valign="top" width="14.884696016771489%">QUSRSYS</td>
<td valign="top" width="16.9811320754717%">QABBADMTB</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">OfficeVision
text search services administration table.</td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPIGCDCT</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPDSPDCT</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">DBCS printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPJOB</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPDSPJOB</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">Display job printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPJOBD</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPRTJOBD</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">Job description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPJOBLOG</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPJOBLOG</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">Job log printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPJOBLOGO</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">Job log printer file for jobs prior to Version 2 Release 3 of the AS/400<sup>®</sup> . <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAMHJLPR</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">Primary job log model file. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAMHJLSC</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">Secondary job log model file. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">DSPJRN</td>
<td colspan="4" valign="top">All of the following files for the DSPJRN
command having a file type of PF are physical files (model files, not actual
output files) that define the record formats of files created to store a group
of journal entries retrieved and converted from journal receivers. The retrieved
group of entries can be a specific type of information or all types of information
that was journaled. Each created file stores the retrieved journal entries
after they are converted into one of four basic formats (*TYPE1, *TYPE2, *TYPE3
or *TYPE4) or into the format defined for the specific type of data being
retrieved.<ul><li>*TYPE1: the basic file format described in the <a href="../rzaki/rzakikickoff.htm">Journal
Management</a> topic.</li>
<li>*TYPE2: all of *TYPE1 plus the user profile field.</li>
<li>*TYPE3: all of *TYPE2 plus the null value indicators.</li>
<li>*TYPE4: all of *TYPE3 plus the JID, referential integrity, and trigger
information.</li>
<li> *TYPE5: all of *TYPE4 plus more information. </li>
<li>Type-dependent format - the format associated with the specific type (as
described below for the fourth and following files) of information being retrieved.
For example, the model file QASY <strong>AF</strong>JE has a unique format for storing
all retrieved journal entries related to authority failures ( <strong>AF</strong>) on
the system.</li>
</ul>
<p>For the DSPJRN PF files listed below, the common part of all the model
files' descriptions begins here and the unique part of each file's description
continues under the <strong>File Usage</strong> column:</p>
</td>
</tr>
<tr><td valign="top" width="15.09433962264151%">&nbsp;</td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADSPJRN</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...a specific type (or all types) of information; stored in the *TYPE1
format. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADSPJR2</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...a specific type (or all types) of information; stored in the *TYPE2
format. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADSPJR3</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...a specific type (or all types) of information; stored in the *TYPE3
format. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADSPJR4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...a specific type (or all types) of information; stored in the *TYPE4
format. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADSPJR5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...a specific type (or all types) of information; stored in the *TYPE5
format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADXERLG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...DSNX logged errors. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADXERL4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...DSNX logged errors; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADXJRNL</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...DSNX logged data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QADXJRN4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...DSNX logged data; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAJBACG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...job accounting. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAJBACG4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...job accounting; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QALZALK</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...invalid license keys. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QALZALK4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...invalid license keys; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QALZALL</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...usage limit increases. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QALZALL4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...usage limit increases; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QALZALU</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...licensed users that exceed usage limits. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QALZALU4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...licensed users that exceed usage limits; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAPTACG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...print job accounting. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAPTACG4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...print job accounting; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAPTACG5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...print job accounting; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYADJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to auditing attributes. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYADJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to auditing attributes; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYADJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to auditing attributes; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYAFJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...authority failures. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYAFJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...authority failures; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYAFJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...authority failures; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYAPJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...use of adopted authority. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYAPJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...use of adopted authority; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYAPJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...use of adopted authority; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYAUJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...security attribute changed; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCAJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to object authority (authorization list or object). <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCAJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to object authority (authorization list or object); stored
in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCAJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to object authority (authorization list or object); stored
in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCDJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...command strings. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCDJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...command strings; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCDJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...command strings; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCOJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...objects created on the system. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCOJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...objects created on the system; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCOJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...objects created on the system; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCPJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...create, change, and restore user profile operations. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCPJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...create, change, and restore user profile operations; stored in the
*TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCPJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...create, change, and restore user profile operations; stored in the
*TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCQJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to *CRQD object. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCQJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to *CRQD object; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCQJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to *CRQD object; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCUJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...cluster operation; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCUJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...cluster operation; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCVJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...connection verification; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCVJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...connection verification; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCYJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Cryptographic configuration; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYCYJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Cryptographic configuration; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYDIJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Directory services; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYDIJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Directory services; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYDOJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...objects deleted from the system. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYDOJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...objects deleted from the system; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYDOJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...objects deleted from the system; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYDSJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...resetting the DST security officer password. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYDSJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...resetting the DST security officer password; stored in the *TYPE4
format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYDSJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...resetting the DST security officer password; stored in the *TYPE5
format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYEVJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Environment variable; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYEVJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Environment variable; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYGRJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...General purpose audit record; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYGRJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...General purpose audit record; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYGSJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...gives of descriptors. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYGSJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...gives of descriptors; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYGSJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...gives of descriptors; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYIPJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...interprocess communications. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYIPJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...interprocess communications; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYIPJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...interprocess communications; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYIRJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...IP rules actions; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYIRJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...IP rules actions; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYISJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Internet security management; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYJDJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to the USER parameter of job descriptions. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYJDJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to the USER parameter of job descriptions; stored in the
*TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYJDJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to the USER parameter of job descriptions; stored in the
*TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYJSJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...job changes. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYJSJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...job changes; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYJSJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...job changes; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYKFJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Key ring file; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYKFJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Key ring file; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYLDJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...link/unlink/lookup directory. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYLDJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...link/unlink/lookup directory; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYLDJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...link/unlink/lookup directory; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYMLJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...mail actions. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYMLJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...mail actions; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYMLJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...mail actions; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYNAJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to network attributes. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYNAJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to network attributes; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYNAJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to network attributes; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYNDJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...directory search violations. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYNDJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...directory search violations; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYNDJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...directory search violations; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYNEJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...end point violations. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYNEJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...end point violations; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYNEJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...end point violations; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYOMJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...object move and rename operations. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYOMJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...object move and rename operations; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYOMJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...object move and rename operations; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYORJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...object restore operations. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYORJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...object restore operations; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYORJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...object restore operations; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYOWJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to object ownership. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYOWJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to object ownership; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYOWJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to object ownership; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYO1JE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...single optical object accesses. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYO1J4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...single optical object accesses; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYO1J5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...single optical object accesses; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYO2JE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...dual optical object accesses. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYO2J4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...dual optical object accesses; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYO2J5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...dual optical object accesses; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYO3JE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...optical volume accesses. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYO3J4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...optical volume accesses; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYO3J5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...optical volume accesses; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPAJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to programs (CHGPGM) that will now adopt the owner's authority. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPAJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to programs (CHGPGM) that will now adopt the owner's authority;
stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPAJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to programs (CHGPGM) that will now adopt the owner's authority;
stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPGJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to object primary group. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPGJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to object primary group; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPGJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to object primary group; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPOJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...printer output actions. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPOJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...printer output actions; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPOJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...printer output actions; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPSJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...profile swapping. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPSJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...profile swapping; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPSJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...profile swapping; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPWJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...attempted usage of invalid passwords or user profile names. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPWJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...attempted usage of invalid passwords or user profile names; stored
in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYPWJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...attempted usage of invalid passwords or user profile names; stored
in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRAJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of objects when authority changes. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRAJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of objects when authority changes; stored in the *TYPE4
format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRAJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of objects when authority changes; stored in the *TYPE5
format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRJJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of job descriptions that contain user profile names. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRJJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of job descriptions that contain user profile names; stored
in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRJJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of job descriptions that contain user profile names; stored
in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYROJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of objects when ownership was changed to QDFTOWN. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYROJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of objects when ownership was changed to QDFTOWN; stored
in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYROJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of objects when ownership was changed to QDFTOWN; stored
in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRPJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of programs that adopt their owner's authority. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRPJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of programs that adopt their owner's authority; stored in
the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRPJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restore of programs that adopt their owner's authority; stored in
the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRQJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restores of *CRQD object. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRQJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restores of *CRQD object; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRQJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...restores of *CRQD object; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRUJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...operations restoring authority for user profiles, using the RSTAUT
command. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRUJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...operations restoring authority for user profiles, using the RSTAUT
command; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRUJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...operations restoring authority for user profiles, using the RSTAUT
command; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRZJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes on primary group restores. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRZJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes on primary group restores; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYRZJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes on primary group restores; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSDJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to the system distribution directory. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSDJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to the system distribution directory; stored in the *TYPE4
format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSDJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to the system distribution directory; stored in the *TYPE5
format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSEJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to subsystem routings. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSEJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to subsystem routings; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSEJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to subsystem routings; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSFJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...actions with spooled files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSFJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...actions with spooled files; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSFJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...actions with spooled files; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSGJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Asynchronous signals; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSGJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Asynchronous signals; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSKJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...secure sockets connections; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSKJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...secure sockets connections; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSMJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...system management changes. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSMJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...system management changes; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSMJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...system management changes; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSOJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...server security changes. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSOJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...server security changes; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSOJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...server security changes; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSTJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...use of system service tools. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSTJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...use of system service tools; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSTJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...use of system service tools; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSVJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to system values. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSVJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to system values; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYSVJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to system values; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVAJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to access control list. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVAJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to access control list; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVAJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to access control list; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVCJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...connection starts and ends. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVCJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...connection starts and ends; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVCJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...connection starts and ends; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVFJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...closes of server files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVFJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...closes of server files; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVFJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...closes of server files; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVLJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...exceeding account limit. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVLJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...exceeding account limit; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVLJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...exceeding account limit; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVNJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...network logons and logoffs. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVNJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...network logons and logoffs; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVNJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...network logons and logoffs; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVOJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...actions on validation lists; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVOJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...actions on validation lists; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVPJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...network password errors. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVPJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...network password errors; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVPJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...network password errors; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVRJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...accesses to network resources. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVRJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...accesses to network resources; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVRJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...accesses to network resources; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVSJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...server session starts and ends. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVSJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...server session starts and ends; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVSJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...server session starts and ends; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVUJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to network profiles. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVUJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to network profiles; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVUJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to network profiles; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVVJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to service status. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVVJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to service status; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYVVJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to service status; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYXOJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...network authentication; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYXOJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...network authentication; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYYCJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to document library objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYYCJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to document library objects; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYYCJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to document library objects; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYYRJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...read operations of document library objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYYRJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...read operations of document library objects; stored in the *TYPE4
format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYYRJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...read operations of document library objects; stored in the *TYPE5
format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYZCJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYZCJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to objects; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYZCJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to objects; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYZMJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...object method access. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYZMJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...object method access; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYZRJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...read operations of objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYZRJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...read operations of objects; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QASYZRJ5</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...read operations of objects; stored in the *TYPE5 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QATOFIPF</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...IP filter rule actions. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QATOFNAT</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...IP NAT rule actions. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QATOQQOS</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...modification of QoS policies. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QATOSLOG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...SNMP log entries. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QATOSLOG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...SNMP log entries; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QATOVSOF</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...VPN information. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAWCTPJE</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...performance tuning. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAWCTPJ4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...performance tuning; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDALLG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...SNADS alert logging. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDCFLG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...configuration changes to SNADS distribution queues table. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDCFL4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...configuration changes to SNADS distribution queues table; stored
in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDERLG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...SNADS logged errors. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDERL4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...SNADS logged errors; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDJRNL</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...SNADS logged data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDJRN4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...SNADS logged data; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDRTLG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to SNADS routing and secondary system name tables. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDRTL4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...changes to SNADS routing and secondary system name tables; stored
in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDSYLG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...SNADS miscellaneous logged system-level occurrences. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZDSYL4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...SNADS miscellaneous logged system-level occurrences; stored in the
*TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZMFCF</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Mail server framework (MSF) configuration changes logging. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZMFCF4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Mail server framework (MSF) configuration changes logging; stored
in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZMFER</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Mail server framework (MSF) error logging. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZMFER4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Mail server framework (MSF) error logging; stored in the *TYPE4
format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZMFLG</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Mail server framework (MSF) data logging. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZMFLG4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Mail server framework (MSF) data logging; stored in the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZMFSY</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Mail server framework (MSF) system information logging. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.09433962264151%">  </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QAZMFSY4</td>
<td valign="top" width="12.997903563941298%">PF</td>
<td valign="top" width="40.041928721174%">...Mail server framework (MSF) system information logging; stored in
the *TYPE4 format. <sup>2</sup> </td>
</tr>
<tr><td valign="top" width="15.09433962264151%"> </td>
<td valign="top" width="14.884696016771489%">QSYS</td>
<td valign="top" width="16.9811320754717%">QPDSPJRN</td>
<td valign="top" width="12.997903563941298%">PRTF</td>
<td valign="top" width="40.041928721174%">Display journal printer file. <sup>1</sup></td>
</tr>
</tbody>
<tbody><tr><td valign="top" width="15.2317880794702%">DSPJRNRCVA</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPRCV</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Journal receiver attributes printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPLIB</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPLIB</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Library printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPLIBD</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPRTLIBD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Library description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPLIBL</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPRTLIBL</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Library list printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPLIND</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDCLINE</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Line description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPLOG</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPLOG</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Log display printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPMNUA</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPMNU</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Menu attributes printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPMOD</td>
<td colspan="4" valign="top">For the DSPMOD command, all of the following
entries having a file type of files used to store a specific type of information
about a type (or group) of files. Therefore, the common part of each model
file's description <em>begins</em> here and the unique part of each description <em>continues</em> under
the <strong>File Usage</strong> column:</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">&nbsp;</td>
<td valign="top" width="14.79028697571744%">QSVMSS</td>
<td valign="top" width="17.218543046357617%">QACQSRC</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">...contains sources of example security exit programs. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QABNDMBA</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">...basic information and compatibility sections. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QABNDMSI</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">...decompressed size and size limits. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QABNDMEX</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">...symbols defined in this module and exported to others. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QABNDMIM</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">...defined symbols that are external to this module. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QABNDMPR</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">...a list of procedure names and types. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QABNDMRE</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">...a list of system objects referred to by the module at the time the
module is bound into a program or service program. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QABNDMCO</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">...module copyright information.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">...module printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPMODD</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDCMOD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Mode description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPMODSTS</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDCMOD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Mode status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPMSG</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPMSG</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Message display printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPMSGD</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPMSGD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Message description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPNETA</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QANFDNTF</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file used to define the record format for network file
entries. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPNET</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Display network attributes printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPNFNJE</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Display network job entries printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPNWID</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDCNWID</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Network interface description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPOBJAUT</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAOBJAUT</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format for the object authority
entries. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPOBJAUT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Object authority printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPOBJD</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QADSPOBJ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format for the object description
entries. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPRTOBJD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Object description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPOVR</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPOVR</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Display overrides printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPPDGPRF</td>
<td valign="top" width="14.79028697571744%">QGPL</td>
<td valign="top" width="17.218543046357617%">QPCJPDGPRF</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for print descriptor group profile. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPPFRGPH</td>
<td valign="top" width="14.79028697571744%">QPFRDATA</td>
<td valign="top" width="17.218543046357617%">QAPGGPHF</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance database file: graph format data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFRDATA</td>
<td valign="top" width="17.218543046357617%">QAPGPKGF</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance database file: graph package data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPGGPH</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance graphs printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPPGM</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDPGM</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Display program printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPPGMADP</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QADPGMAD</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format of the file created
to store the names of programs that adopt the specified profile. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPPGMADP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file that lists the programs that adopt the specified profile. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPPGMREF</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QADSPPGM</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format of the file created
to store program references. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPPGM</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file that contains program references. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPPGMVAR</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDBGDSP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Program variable (debug mode) printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPPRB</td>
<td colspan="4" valign="top">All 8 of the QASXxxxx files shown below
in the QUSRSYS library are also used by the DLTPRB and WRKPRB commands. The
other files below (in QSYS) are <em>not</em> used by those commands.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">&nbsp;</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASXxxxx</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Set of 5 QASXxxxx model database files that contain the layouts for
problem output files, where xxxx = CAOF, FXOF, PBOF, SDOF, and TXOF. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSXPRTD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Problem log <em>detail</em> printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSXPRTL</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Problem log <em>summary</em> printer file. <sup>1</sup></td>
</tr>
<tr><td colspan="5" valign="top"> <sup>3</sup> The following 8 files are
also used by the DLTPRB and WRKPRB commands.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASXCALL <sup>3</sup></td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Problem log call override file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASXDTA <sup>3</sup></td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Problem log data identifier file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASXEVT <sup>3</sup></td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Problem log event file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASXFRU <sup>3</sup></td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Problem log possible cause file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASXNOTE <sup>3</sup></td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Problem log user notes file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASXPROB <sup>3</sup></td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Problem log problem file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASXPTF <sup>3</sup></td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Problem log PTF file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASXSYMP <sup>3</sup></td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Problem log symptom string file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPPTF</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QADSPPTF</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format of the file created
to store program temporary fix (PTF) information. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Display programming temporary fix (PTF) printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPPWRSCD</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Display power schedule printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPRCDLCK</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPRLK</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Record locks display printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> DSPRCYAP</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Display recovery for access paths printer file. </td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPRDBDIRE</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Distributed relational database directory printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QADSPDE</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format for the RDB directory
entries.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPRJECFG</td>
<td valign="top" width="14.79028697571744%">QRJE</td>
<td valign="top" width="17.218543046357617%">QPRTCFGC</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">RJE configuration printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPSAVF</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSRODSP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for save file save/restore information. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPSBSD</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPRTSBSD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Subsystem description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPSFWRSC</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QARZLCOF</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file of the file created to store information about IBM<sup>®</sup> licensed
programs and SystemView<sup>®</sup>
packaged applications. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Software resources printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPSOCSTS</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Sphere of control status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QAALSOC</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Sphere of control database file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPSRVPGM</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Service program printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPSYSSTS</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPSTS</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Display system status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPSYSVAL</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPSVL</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">System value printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPTAP</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPTAPDSP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for tape output. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSRODSP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for tapes in save/restore format. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file for input.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPTAPCGY</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QTAPCGY</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for tape categories 1.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QATACOF</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for tape categories 2.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATACGY</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Library device database file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QLTACGY</td>
<td valign="top" width="13.024282560706402%">LF</td>
<td valign="top" width="39.735099337748345%">Library device logical database file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPTAPCTG</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPTACTG</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for tape cartridge identifiers 1.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QATAVOF</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for tape cartridge identifiers 2.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATAMID</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Library device database file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATAMID</td>
<td valign="top" width="13.024282560706402%">LF</td>
<td valign="top" width="39.735099337748345%">Library device logical database file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPTAPSTS</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPTAPSTS</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for tape library</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QATAIOF</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for tape</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file or input</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPTYSWTD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for printing a telephony switch entry. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPTRAPRF</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file containing a token-ring network adapter profile. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPTRC</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDBGDSP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Trace (debug mode) printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPTRCDTA</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDBGDSP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Trace data (debug mode) printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPTRNSTS</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Token-ring network status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPUSRPMN</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Display document authority printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPUSRPRF</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QADSPUPA</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format of user profiles
for TYPE(*OBJAUT). <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QADSPUPB</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format of user profiles
for TYPE(*BASIC). <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QADSPUPO</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format of user profiles
for TYPE(*OBJOWN). <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPUSRPRF</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">User profile printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DSPWSUSR</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Work station user printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">DUPTAP</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for input and output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">EDTIGCDCT</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDSPDCT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">DBCS printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">EDTQST</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPQAPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Q &amp; A printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">EJTEMLOUT</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPEMPRTF</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Emulation printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">ENDDSKCOL</td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDSKD</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection file: disk activity data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">ENDIDXMON</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QABBADMTB</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">OfficeVision
text search services administration table.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">ENDJOBTRC</td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTTRCJ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection file: job trace data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTTRCD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job trace analysis <em>detail</em> data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTTRC1</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job trace analysis <em>summary</em> data
of physical disk activity.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTTRC2</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job trace analysis I/O <em>summary</em> data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">ENDPRTEML</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPEMPRTF</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Emulation printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTSAMH</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection file: high-level sampled address monitor
(SAM) data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTSAMV</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection file: low-level sampled address monitor
(SAM) data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">FMTDTA</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Data format printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QGPL</td>
<td valign="top" width="17.218543046357617%">QFMTSRC</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Sort source default input file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">FNDSTRPART</td>
<td valign="top" width="14.79028697571744%">QPDA</td>
<td valign="top" width="17.218543046357617%">QPUOPRTF</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">PDM printer output file for user's find string requests.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">FNDSTRPDM</td>
<td valign="top" width="14.79028697571744%">QPDA</td>
<td valign="top" width="17.218543046357617%">QPUOPRTF</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">PDM printer output file for user's find string requests.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">HLDDSTQ</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASNADSQ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">SNADS distribution queues table.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">INZTAP</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for input.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">LODQSTDB</td>
<td valign="top" width="14.79028697571744%">QQALIB</td>
<td valign="top" width="17.218543046357617%">QAQAxxxx00</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Q &amp; A supplied model database files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAQA00xxxx</td>
<td valign="top" width="13.024282560706402%">LF</td>
<td valign="top" width="39.735099337748345%">Q &amp; A database model files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAQA00xxxx</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Q &amp; A database model files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPQAPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Q &amp; A printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">MRGFORMD</td>
<td valign="top" width="14.79028697571744%">QPDA</td>
<td valign="top" width="17.218543046357617%">QPAPFPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Merge form description printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">MRGTCPHT</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATOCHOST</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">TCP/IP hosts file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTACTRPT</td>
<td valign="top" width="14.79028697571744%">user-lib</td>
<td valign="top" width="17.218543046357617%">QAITMON</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection file: job and Licensed Internal Code task
data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPITACTR</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job and Licensed Internal Code
task data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTAFPDTA</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Advanced
Function Printing™ data printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTCMDUSG</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Command usage printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTCMNTRC</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASCCMNT</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format of the file created
to store communications trace records. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPCSMPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Communications trace printer file (concurrent service monitor). <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTCPTRPT</td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTCPTR</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing component-level activity data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAPMxxxx</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">QAPMxxxx performance data collection files, where xxxx = ASYN, BSC,
CIOP, CONF, DIOP, DISK, ECL, ETH, HDLC, JOBS, LIOP, MIOP, POOL, RESP, RWS,
and SYS. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTDEVADR</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDDEVA</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Print device address printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTDOC</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAOPOUFL</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Document output database file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Print document printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTDSKINF</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAEZDISK</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model outfile for disk space information.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QAEZDISK</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Database input file of disk space information.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPEZDISK</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Disk space report printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Disk space report printer file. This file must be specified if using
OVRPRTF.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTDSKRPT</td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDSKD</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance database input file of disk activity collection data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTDSK</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file of disk unit I/O activity data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTERRLOG</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAPRTELG</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format of the file created
to store error log records. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAVOLSTA</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model database file that defines the record format of the file created
to store volume statistics. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPCSMPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Error log (for concurrent service monitor) printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTINTDTA</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPCSMPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Internal data (for concurrent service monitor) printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTJOBRPT</td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTITVJ</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job interval collection data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAPMxxxx</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">QAPMxxxx performance data collection files, where xxxx = CONF and JOBS. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTJOBTRC</td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAJOBTRC</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection file: job trace data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTTRCJ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection file: job trace data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTTRCD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job trace analysis <var class="varname">detail</var> data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTTRC1</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job trace analysis <em>summary</em> data
of physical disk activity.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTTRC2</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job trace analysis I/O <em>summary</em> data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTLCKRPT</td>
<td valign="top" width="14.79028697571744%">user-lib</td>
<td valign="top" width="17.218543046357617%">QAPTLCKD</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection <em>output</em> file containing lock and
seizure conflict data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTLCK</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance data collection <em>printer</em> file containing lock and
seizure conflict data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAPMDMPT</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection <em>input</em> file containing system lock
and seizure conflict trace data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTPOLRPT</td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTITVP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing subsystem and pool activity interval
data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAPMxxxx</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">QAPMxxxx performance data collection files, where xxxx = CONF, JOBS,
and POOL. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTRSCRPT</td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTITVR</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing disk and communications line activity
interval data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAPMxxxx</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">QAPMxxxx performance data collection files, where xxxx = ASYN, BSC,
CIOP, CONF, DIOP, DISK, ECL, ETH, HDLC, LIOP, MIOP, RESP, RWS, and SYS. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTSAMH</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection file: high-level sampled address monitor
(SAM) data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTSAMV</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection file: low-level sampled address monitor
(SAM) data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTSAM</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file of SAM performance data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTSYSRPT</td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPPTSYSR</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing system workload and resource utilization
data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAPMxxxx</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">QAPMxxxx performance data collection files, where xxxx = ASYN, BSC,
CONF, DISK, ECL, ETH, HDLC, JOBS, POOL, SYS, and X25. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTTNSRPT</td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPSPDJS</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job <em>summary</em> data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPSPDTD</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job state <em>transition</em> data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QPSPDTS</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Performance printer file containing job <em>transaction</em> data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAPMxxxx</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">QAPMxxxx performance data collection files, where xxxx = DMPT and JOBS. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTTRC</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSRVTRC</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Job trace printer output file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">PRTTRCRPT</td>
<td valign="top" width="14.79028697571744%">user-lib</td>
<td valign="top" width="17.218543046357617%">QTRTJOBT</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection <em>input</em> file containing batch job
trace data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QPFR</td>
<td valign="top" width="17.218543046357617%">QAPTDDS</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAPMDMPT</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Performance data collection input file containing system trace data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">QRYDOCLIB</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAOSIQDL</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Query document library output file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">QRYDST</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAOSILIN</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Incoming distribution output file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAOSILOT</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Outgoing distribution output file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RCLSTG</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPRCLDMP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Reclaim dump output listing.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RCVDST</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAOSIRCV</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Receive incoming mail distribution model database file. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RCVTIEF</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPTIRCV</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Received files summary printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RLSDSTQ</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASNADSQ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">SNADS distribution queues table.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVDSTQ</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASNADSQ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">SNADS distribution queues table.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASNADSR</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">SNADS routing table.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVDSTRTE</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASNADSQ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">SNADS distribution queues table.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASNADSR</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">SNADS routing table.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVDSTSYSN</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASNADSA</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">SNADS secondary node ID table.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> RMVJRNCHG</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAJRNCHG</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for remove journaled changes. </td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVNETJOBE</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QANFNJE</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Network job entry database file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVSOCE</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QAALSOC</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Sphere of control file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVTAPCTG</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATAMID</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Cartridge ID database file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QLTAMID</td>
<td valign="top" width="13.024282560706402%">LF</td>
<td valign="top" width="39.735099337748345%">Cartridge ID logical database file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATACGY</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Category database file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QLTACGY</td>
<td valign="top" width="13.024282560706402%">LF</td>
<td valign="top" width="39.735099337748345%">Category logical file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVTCPHTE</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATOCHOST</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">TCP/IP host file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVTCPIFC</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATOCIFC</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">TCP/IP interface file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVTCPPORT</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATOCPORT</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">TCP/IP port restrictions file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVTCPRSI</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATOCRSI</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">TCP/IP remote system information file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVTCPRTE</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATOCRTE</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">TCP/IP route file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RMVTXTIDXE</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QABBADMTB</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">OfficeVision
text search services administration table.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RNMTCPHTE</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATOCHOST</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">TCP/IP host file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> RST</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for input. </td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RSTCFG</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASRRSTO</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for configuration. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSRLDSP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Restored objects status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for input.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RSTDLO</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAOJRSTO</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for restored document library objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPRSTDLO</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for restored documents and folders. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for input.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RSTLIB</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASRRSTO</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for libraries. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSRLDSP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Restored objects status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for input.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RSTLICPGM</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSRLDSP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Restored objects status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for input.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RSTOBJ</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASRRSTO</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for restored objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSRLDSP</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Restored objects status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for input.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RSTUSRPRF</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASRRSTO</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for user profiles. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for input.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RTVDOC</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAOSIRTV</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Retrieve document from document library output file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RTVDSKINF</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAEZDISK</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model file for disk information.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QAEZDISK</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Database output file for disk information.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">RUNQRY</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPQUPRFIL</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file used for query output. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> SAV</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output. </td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SAVCFG</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASAVOBJ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for saved objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSAVOBJ</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for saved objects. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SAVCHGOBJ</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASAVOBJ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for saved objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSAVOBJ</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for saved objects. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SAVDLO</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QAOJSAVO</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for saved documents and folders. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSAVDLO</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for saved documents and folders. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SAVLIB</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASAVOBJ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for saved objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSAVOBJ</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for saved objects. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%">  </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QSRPNTWK</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for saved database file networks. </td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SAVOBJ</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASAVOBJ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for saved objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSAVOBJ</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for saved objects. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SAVSAVFDTA</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASAVOBJ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for saved objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSAVOBJ</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for saved objects. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SAVSECDTA</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASAVOBJ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for saved objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSAVOBJ</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for saved objects. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SAVSYS</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASAVOBJ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Model output file for saved objects. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPSAVOBJ</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for saved objects. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QSYSTAP</td>
<td valign="top" width="13.024282560706402%">TAPF</td>
<td valign="top" width="39.735099337748345%">Tape device file used for output.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SBMFNCJOB</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QDFNDATA</td>
<td valign="top" width="13.024282560706402%">DSPF</td>
<td valign="top" width="39.735099337748345%">Non-ICF finance display file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QFNDEVTBL</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">File containing data for device tables.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QFNPGMTBL</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">File containing data for program tables.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QFNUSRTBL</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">File containing data for user tables.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SETTAPCGY</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QATACGY</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Category database file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QLTACGY</td>
<td valign="top" width="13.024282560706402%">LF</td>
<td valign="top" width="39.735099337748345%">Category logical file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SNDDSTQ</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QASNADSQ</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">SNADS distribution queues table.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SNDFNCIMG</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QCRFDWNL</td>
<td valign="top" width="13.024282560706402%">ICFF</td>
<td valign="top" width="39.735099337748345%">ICF file used for communication with 4701 controller.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SNDPTFORD</td>
<td valign="top" width="14.79028697571744%">QGPL</td>
<td valign="top" width="17.218543046357617%">Qnnnnnnn</td>
<td valign="top" width="13.024282560706402%">SAVF</td>
<td valign="top" width="39.735099337748345%">PTF save file, where nnnnnnn is the PTF number.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QESPRTF</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for PTF cover letters.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">SNDSRVRQS</td>
<td valign="top" width="14.79028697571744%">QGPL</td>
<td valign="top" width="17.218543046357617%">Qnnnnnnn</td>
<td valign="top" width="13.024282560706402%">SAVF</td>
<td valign="top" width="39.735099337748345%">PTF save file, where nnnnnnn is the PTF number.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QESPRTF</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for PTF cover letters.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QAEDCDBPF</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">File containing service contact data.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">STRCODE</td>
<td valign="top" width="14.79028697571744%">user-lib</td>
<td valign="top" width="17.218543046357617%">EVFCICFF</td>
<td valign="top" width="13.024282560706402%">ICFF</td>
<td valign="top" width="39.735099337748345%">ICF file used for communication with workstation.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">STRCPYSCN</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QASCCPY</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">Pattern for copy screen output file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">STRDFU</td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QDFUPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">DFU printer file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDZDTALOG</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">DFU run-time audit log.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%"> </td>
<td valign="top" width="14.79028697571744%">QSYS</td>
<td valign="top" width="17.218543046357617%">QPDZDTAPRT</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">DFU run-time printer data file.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">STRIDXMON</td>
<td colspan="4" valign="top">The STRIDXMON and STRRGZIDX commands use
9 of the 10 files in OfficeVision text search services that are
also used by the STRUPDIDX command. <strong>For those 9 files (all named as QABBxxxxx),
see the list under the STRUPDIDX command;</strong> the 10th and last file in that
list (QABBLADN) is <em>not</em> used by STRIDXMON or STRRGZIDX.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">&nbsp;</td>
<td valign="top" width="14.79028697571744%">QUSRSYS</td>
<td valign="top" width="17.218543046357617%">QABBxxxxx</td>
<td valign="top" width="13.024282560706402%">PF</td>
<td valign="top" width="39.735099337748345%">See Note E.</td>
</tr>
<tr><td valign="top" width="15.2317880794702%">STRPDM</td>
<td valign="top" width="14.79028697571744%">QPDA</td>
<td valign="top" width="17.218543046357617%">QPUOPRTF</td>
<td valign="top" width="13.024282560706402%">PRTF</td>
<td valign="top" width="39.735099337748345%">Printer file for displayed lists in PDM.</td>
</tr>
</tbody>
<tbody><tr valign="top"><td valign="top" width="15.560165975103734%">CRTPFRDTA</td>
<td colspan="4" valign="top">All of the following files for the CRTPFRDTA
command are physical files (PF) or logical files (LF) that are used as model
files (not actual output files) to define the record formats of files created
to store performance data collected by this command. All of these model files
are in the QSYS library, and the files they create are in a library determined
by the user (defaults to the same library specified for the *MGTCOL object
- usually QPFRDATA). Each created file stores the specific type of performance
data in the format defined for the specific type of data being collected.<p>For
the files listed below, the common part of each model file's description begins
here and the unique part of each description continues under the <strong>File
Usage</strong> column:</p>
</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">&nbsp;</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMAPPN</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...APPN data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMASYN</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...asynchronous data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMBSC</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...binary synchronous data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMJOBMI</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...job data from MI.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMJOBOS</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...job data from i5/OS™.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMJOBWT</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...Job wait bucket data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMJOBWTD</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...Job wait bucket descriptions. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMJSUM</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...job data summarized.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMBUS</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...bus counter data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMCIOP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...communications controller data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMCONF</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...system configuration data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMDDI</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...DDI distributed interface data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMDIOP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...storage device controller data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMDISK</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...disk storage (DASD) data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMDOMINO</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...Domino data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMECL</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...ECL or token-ring LAN data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMETH</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...Ethernet statistics data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMFRLY</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...frame relay data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMHDLC</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...HDLC and SDLC control data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMHTTPB</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...HTTP server (powered by Apache) base data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMHTTPD</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...HTTP server (powered by Apache) detail data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMIDLC</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...ISDN data link control file entries data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMJOBL</td>
<td valign="top" width="13.070539419087138%">LF</td>
<td valign="top" width="39.83402489626556%">...logical view of job data from QAPMJOBMI and QAPMJOBOS. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMLAPD</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...ISDN LAPD file entries data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMLIOP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...local work station controller (WSC) data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMMIOP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...multifunction controller data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMPOOLB</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...main storage pool data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMPOOLT</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...pool tuning data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMPOOLL</td>
<td valign="top" width="13.070539419087138%">LF</td>
<td valign="top" width="39.83402489626556%">...logical view as pool data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMPPP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...PPP protocol data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMRESP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...local work station response data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSAP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...token-ring LAN, Ethernet, Distributed Data Interface, and frame
relay service access point. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSBSD</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...subsystem description data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSNA</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...SNA data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSNADS</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...SNADS data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSTND</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...DDI station data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSTNE</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...Ethernet station data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSTNL</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...token-ring LAN station data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSTNY</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...frame relay station data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSYSCPU</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...system CPU data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSYSL</td>
<td valign="top" width="13.070539419087138%">LF</td>
<td valign="top" width="39.83402489626556%">...log view CPU sys data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMSYSTEM</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...system performance data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMTCP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...TCP system data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMTCPIFC</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...TCP interface data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMTSK</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...system internal data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMUSRTNS</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...User defined transaction data . <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAPMX25</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...X.25 communications data. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">STRPRTEML</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPEMPRTF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Emulation printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">STRPRTWTR</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPSPLPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer device file used for all printer writing.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">STRQMQRY</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPQXPRTF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file used by Query CPI. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">STRQST</td>
<td valign="top" width="14.315352697095435%">QQALIB</td>
<td valign="top" width="17.219917012448132%">QAQAxxxx00</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Q &amp; A supplied model database files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAQA00xxxx</td>
<td valign="top" width="13.070539419087138%">LF</td>
<td valign="top" width="39.83402489626556%">Q &amp; A database model files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAQA00xxxx</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Q &amp; A database model files. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPQAPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Q &amp; A printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">STRRGZIDX</td>
<td colspan="4" valign="top">The STRRGZIDX and STRIDXMON commands use
9 of the 10 files in OfficeVision text search services that are also
used by the STRUPDIDX command. <strong>For those 9 files (all named as QABBxxxxx),
see the list under the STRUPDIDX command;</strong> the 10th and last file in that
list (QABBLADN) is <em>not</em> used by STRRGZIDX or STRIDXMON.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">&nbsp;</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBxxxxx</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">See Note F.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">STRSDA</td>
<td valign="top" width="14.315352697095435%">QGPL</td>
<td valign="top" width="17.219917012448132%">QDDSSRC</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">DDS source default input file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">STRSEU</td>
<td valign="top" width="14.315352697095435%">QGPL</td>
<td valign="top" width="17.219917012448132%">QTXTSRC</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">SEU source default input file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QPDA</td>
<td valign="top" width="17.219917012448132%">QPSUPRTF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">SEU source member printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">STRSST</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPCSMPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Service tools printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QTY</td>
<td valign="top" width="17.219917012448132%">QATYALMF</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Telephony database model file of alarm record formats.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QATYSWTE</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Telephony database file of user-created switch entries.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QTY</td>
<td valign="top" width="17.219917012448132%">QATYCDRF</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Telephony database model file of alarm record formats.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QATYSWTE</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Telephony database file of user-created switch entries.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">STRUPDIDX</td>
<td colspan="4" valign="top">The STRUPDIDX command uses the following
10 files associated with OfficeVision text search services. The first
9 of these files (all but QABBLADN) are also used by the STRIDXMON and STRRGZIDX
commands.<p>All of the following files have a common beginning description.
Therefore, the common part of each file's description <em>begins</em> here
and the unique part of each description <em>continues</em> under the <strong>File
Usage</strong> column:</p>
</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">&nbsp;</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBADMTB</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...administration table.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBCAN</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...candidates file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBCOX</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...context index.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBDEX</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...external document index identifiers.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBDIC</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...dictionary.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBDIX</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...internal document index identifiers.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBDOX</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...document index table.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBFIX</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...fragment index.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBIQTB</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...scheduling queue.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBLADN <sup>4</sup></td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">...list of indexed LADNs (library-assigned document names).</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">TRCCNN</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Connection trace printer file.</td>
</tr>
<tr><td colspan="5" valign="top"> <sup>4</sup> This QABBLADN file is <em>not</em> used
by the STRRGZIDX and STRIDXMON commands.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">TRCCPIC</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QACM0TRC</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Trace CPI-Communications database model output file. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Trace CPI-Communications printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">TRCICF</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QAIFTRCF</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Trace ICF database output file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPIFTRCF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Trace ICF printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">TRCINT</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPCSMPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Internal trace (for concurrent service monitor) printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSTAP</td>
<td valign="top" width="13.070539419087138%">TAPF</td>
<td valign="top" width="39.83402489626556%">Tape device file for output.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">TRCJOB</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QATRCJOB</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Database file that defines the record format of the file created to
store trace records. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPSRVTRC</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Job trace printer output file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">UPDDTA</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDZDTALOG</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">DFU run-time audit log.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDZDTAPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">DFU run-time printer data file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">VFYLNKLPDA </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Verify link supporting LPDA -2 printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKACTJOB</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPAJB</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Active jobs display printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKALR</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QAALERT</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Alert database file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Alert printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKCFGSTS</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Configuration status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKCNTINF</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QAEDCDBPF</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Database file containing contact data.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKDDMF</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPWRKDDM</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Distributed data management (DDM) file attributes printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKDEVTBL</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QFNDEVTBL</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">File containing data for device tables.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKDIR</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPDDL</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Directory entry <em>details</em> printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPDSM</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Directory entry <em>summary</em> printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKDOCCVN</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QAO1CRL</td>
<td valign="top" width="13.070539419087138%">LF</td>
<td valign="top" width="39.83402489626556%">Document conversion <em>logical</em> file for input or output.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QAO1CVNP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Document conversion <em>physical</em> file for input or output.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QAO1DCVN</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Document conversion printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKDPCQ</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDXWRKD</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file for DSNX/PC queued distribution requests. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKDSKSTS</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPWCDSKS</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Disk status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKDSTL</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPLDL</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Distribution list <em>details</em> printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPLSM</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Distribution list <em>summary</em> printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKDSTQ</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSTSTS</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Distribution status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QASNADSQ</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">SNADS destination queues table.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKFCT</td>
<td valign="top" width="14.315352697095435%">QRJE</td>
<td valign="top" width="17.219917012448132%">QPDSPFCT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Forms control table printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKGRPPDM</td>
<td valign="top" width="14.315352697095435%">QPDA</td>
<td valign="top" width="17.219917012448132%">QPUOPRTF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file for displayed lists in PDM. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKHDWRSC</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QASUPTEL</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Hardware resources locking database file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKHTTPCFG</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QATMHTTPC</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">TCP/IP HTTP file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKJOB</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPJOB</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Job display printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKJOBQ</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPRTSPLQ</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Job queue printer file (spooling queue). <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKJOBSCDE</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Job schedule entries printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKJRNA</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPJNA</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Journal attributes printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKLIBPDM</td>
<td valign="top" width="14.315352697095435%">QPDA</td>
<td valign="top" width="17.219917012448132%">QPUOPRTF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file for displayed lists in PDM. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKMBRPDM</td>
<td valign="top" width="14.315352697095435%">QPDA</td>
<td valign="top" width="17.219917012448132%">QPUOPRTF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file for displayed lists in PDM. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKMSG</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPMSG</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file for message queue messages. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKMSGD</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPMSGD</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Message description printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKNAMSMTP</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QATMSMTP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">TCP/IP SMTP personal alias table.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QATMSMTPA</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">TCP/IP SMTP system alias table.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKNETF</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QANFDNTF</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Database file for display network files. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPNFDNTF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file for display network files. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKNETJOBE</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QANFNJE</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Database file for network job entries. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPNFNJE</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file for network job entries. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKOBJLCK</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPOLK</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Object locks display printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKOBJPDM</td>
<td valign="top" width="14.315352697095435%">QPDA</td>
<td valign="top" width="17.219917012448132%">QPUOPRTF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file for displayed lists in PDM. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKOUTQ</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPRTSPLQ</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Output spooling queue printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKOUTQD</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPSQD</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Output queue description. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKPARTPDM</td>
<td valign="top" width="14.315352697095435%">QPDA</td>
<td valign="top" width="17.219917012448132%">QPUOPRTF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file for displayed lists in PDM.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKPGMTBL</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QFNPGMTBL</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">File containing data for program tables.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKPRB</td>
<td colspan="4" valign="top">All 8 of the QASXxxxx files shown in the
QUSRSYS library for the WRKPRB command are the same subset of files that are
shown in the QUSRSYS library for the DSPPRB command.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">&nbsp;</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSXPRTD</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Problem log <em>detail</em> printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSXPRTL</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Problem log <em>summary</em> printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QASXxxxx</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">See the DSPPRB command for these 8 files in the QUSRSYS library.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKPRJPDM</td>
<td valign="top" width="14.315352697095435%">QPDA</td>
<td valign="top" width="17.219917012448132%">QPUOPRTF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file for displayed lists in PDM. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKQRY</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPQUPRFIL</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file used for query output.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKQST</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPQAPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Q &amp; A printer file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKRDBDIRE</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Distributed relational database directory printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKRDR</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPRTRDWT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Reader display printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKRJESSN</td>
<td valign="top" width="14.315352697095435%">QRJE</td>
<td valign="top" width="17.219917012448132%">QPRJESTS</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Active status printer file for RJE session. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKRPYLE</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPRTRPYL</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">System reply list printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSBMJOB</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPSBJ</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Submitted jobs printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSBS</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPSBS</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Subsystem display printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSBSJOB</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPSBJ</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Subsystem jobs display printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSHRPOOL</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Shared storage pools printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSOC</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QAALSOC</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Sphere of control database file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSPLF</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPRTSPLF</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Spooled file printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSPLFA</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPSFA</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Spooled file attributes printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSPTPRD</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Supported products printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSRVPVD</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QAEDSPI</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Service provider information file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSRVRQS</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QANSSRI</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Service requester file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSSND</td>
<td valign="top" width="14.315352697095435%">QRJE</td>
<td valign="top" width="17.219917012448132%">QPRTSSND</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Session description printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSYSACT</td>
<td valign="top" width="14.315352697095435%">user-lib</td>
<td valign="top" width="17.219917012448132%">QAITMON</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Performance data collection file: job and Licensed Internal Code task
data. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QPFR</td>
<td valign="top" width="17.219917012448132%">QAPTDDS</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Performance data DDS source file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSYSSTS</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPSTS</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">System status printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKSYSVAL</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">System values printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKTAPCTG</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QATAMID</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Cartridge ID database file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QATAMID</td>
<td valign="top" width="13.070539419087138%">LF</td>
<td valign="top" width="39.83402489626556%">Cartridge ID logical database file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QATACGY</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">Category database file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QLTACGY</td>
<td valign="top" width="13.070539419087138%">LF</td>
<td valign="top" width="39.83402489626556%">Category logical file.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSTAP</td>
<td valign="top" width="13.070539419087138%">TAPF</td>
<td valign="top" width="39.83402489626556%">Tape device file for input.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKTCPPTP</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QATOCPTP</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">TCP/IP point-to-point profile configuration.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%"> </td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QATOCMODEM</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">TCP/IP point-to-point modem configuration.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKTIE</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPTIRCV</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file summary of files received.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKTRA</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QSYSPRT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Printer file containing list of token-ring network adapters. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKTXTIDX</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QABBADMTB</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">OfficeVision
text search services administration table.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKUSRJOB</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPDSPSBJ</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">User jobs display printer file. <sup>1</sup></td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKUSRTBL</td>
<td valign="top" width="14.315352697095435%">QUSRSYS</td>
<td valign="top" width="17.219917012448132%">QFNUSRTBL</td>
<td valign="top" width="13.070539419087138%">PF</td>
<td valign="top" width="39.83402489626556%">File containing data for user tables.</td>
</tr>
<tr><td valign="top" width="15.560165975103734%">WRKWTR</td>
<td valign="top" width="14.315352697095435%">QSYS</td>
<td valign="top" width="17.219917012448132%">QPRTRDWT</td>
<td valign="top" width="13.070539419087138%">PRTF</td>
<td valign="top" width="39.83402489626556%">Writer display printer file. <sup>1</sup></td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbam6clconcepts.htm" title="This describes concepts useful when using control language (CL) commands.">CL concepts</a></div>
</div>
<div class="relinfo"><strong>Related information</strong><br />
<div><a href="../cl/dspprb.htm">Display Problems (DSPPRB) command</a></div>
</div>
</div>
</body>
</html>