ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzak8_5.4.0.1/rzak8viewingjournalentriesoutput.htm

61 lines
3.7 KiB
HTML
Raw Permalink 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="task" />
<meta name="DC.Title" content="View the journal entries through the output file" />
<meta name="DC.Relation" scheme="URI" content="rzak8journal.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="rzak8viewingjournalentriesoutput" />
<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>View the journal entries through the output file</title>
</head>
<body id="rzak8viewingjournalentriesoutput"><a name="rzak8viewingjournalentriesoutput"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">View the journal entries through the output file</h1>
<div><div class="section"><p>If you would like to see the journal entries formatted into one
folder, view the <samp class="codeph">MODEL.OUT</samp> file in the <samp class="codeph">QUSRSYS</samp> directory.
By copying the journal entries to the output file, you can easily view the
entries by using query utilities such as Query/400 or SQL. You can also write
your own HLL programs to process the entries in the output files.</p>
<p>To
copy the quality of service (QoS) journal entries to the system-supplied
output file:</p>
</div>
<ol><li class="stepexpand"><span>Create a copy of the system-supplied output file QSYS/QATOQQOS
into a user library. You can do this by using the Create Duplicate Object
(CRTDUPOBJ) command. The following string is an example of the CRTDUPOBJ command:</span> <ul><li>CRTDUPOBJ OBJ(QADSPJR4) FROMLIB(Qsys) OBJTYPE(*FILE) TOLIB(<var class="varname">userlib</var>)
NEWOBj(<var class="varname">userfile</var>)</li>
</ul>
</li>
<li class="stepexpand"><span>Use the Display Journal (DSPJRN) command to copy the entries from
the QUSRSYS/QQOS journal to the output file created in the previous step.
If you attempt to copy the DSPJRN into an output file that does not exist,
the system creates a file for you, but this file does not contain the correct
field descriptions.</span> <ul><li>DSPJRN JRN(QUSRSYS/QQOS) JRNCDE((M)) ENTTYP(MP) CMTCYCID(*ALL) OUTPUT(*OUTFILE)
OUTFILFMT(*TYPE4) OUTFILE(<var class="varname">userlib</var>/<var class="varname">userfile</var>)</li>
<li>DSPF FILE(<var class="varname">userlib</var>/<var class="varname">userfile</var>)</li>
</ul>
</li>
</ol>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzak8journal.htm" title="Quality of service (QoS) includes a journaling function. Journaling allows you to track QoS policy actions, such as when a policy was added, removed, or changed.">Journal QoS policies</a></div>
</div>
</div>
</body>
</html>