84 lines
5.1 KiB
HTML
84 lines
5.1 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="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="Format of database output files" />
|
|
<meta name="abstract" content="When you direct the output of the Display Journal (DSPJRN) command to a database file, the system creates the output file records in a standard format." />
|
|
<meta name="description" content="When you direct the output of the Display Journal (DSPJRN) command to a database file, the system creates the output file records in a standard format." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakidsplyjrnentry.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/dspjrn.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakifixlength.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/rtvjrne.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/rcvjrne.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../apis/QJORJRNE.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakiformatdbout" />
|
|
<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>Format of database output files</title>
|
|
</head>
|
|
<body id="rzakiformatdbout"><a name="rzakiformatdbout"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Format of database output files</h1>
|
|
<div><p>When you direct the output of the Display Journal (DSPJRN) command
|
|
to a database file, the system creates the output file records in a standard
|
|
format.</p>
|
|
<p>The system creates the database file in one of these standard formats that
|
|
are determined by the value that is specified for the OUTFILFMT parameter:</p>
|
|
<ul><li>*TYPE1</li>
|
|
<li>*TYPE2</li>
|
|
<li>*TYPE3</li>
|
|
<li>*TYPE4</li>
|
|
<li>*TYPE5</li>
|
|
</ul>
|
|
<p>Fixed-length portion of the journal entry has a complete description of
|
|
these formats.</p>
|
|
<p>You can create an output file to hold the output from the DSPJRN command,
|
|
but the format has to match the format of one of the IBM<sup>®</sup>-supplied output files.</p>
|
|
<div class="section"><h4 class="sectiontitle">Processing journal entry data</h4><p>There are many ways
|
|
to work with the journal entry data, including the entry-specific data, depending
|
|
on the command that you use to process the journal entry data.</p>
|
|
<ul><li>Use your high-level language (HLL) to subdivide the fields into subfields.</li>
|
|
<li>Use the Retrieve Journal Entry (RTVJRNE) command and the substring built-in
|
|
function.</li>
|
|
<li>Use the Receive Journal Entry (RCVJRNE) command and the substring built-in
|
|
function.</li>
|
|
<li>Use the Retrieve Journal Entries (QjoRetrieveJournalEntries) API and map
|
|
out the data that is returned.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Analyzing your journal activity</h4><p>You can use the
|
|
DSPJRN command to help analyze your journal entries. For example, you could
|
|
determine how many of each type of entry (such as add or update) was done
|
|
for a specific object or by a specific user.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakidsplyjrnentry.htm" title="Use the Display Journal (DSPJRN) command to display journal entries. The entries are displayed at a work station, printed, or written to an output file. You cannot directly access the journal entries in the form in which they are contained in the journal receivers.">Display and print journal entries</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzakifixlength.htm" title="Use this topic to determine layouts for the fixed-length portion of journal entries.">Layouts for the fixed-length portion of journal entries</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../cl/dspjrn.htm">Display Journal (DSPJRN) command</a></div>
|
|
<div><a href="../cl/rtvjrne.htm">Retrieve Journal Entry (RTVJRNE) command</a></div>
|
|
<div><a href="../cl/rcvjrne.htm">Receive Journal Entry (RCVJRNE) command</a></div>
|
|
<div><a href="../apis/QJORJRNE.htm">Retrieve Journal Entries (QjoRetrieveJournalEntries) API</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |