ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaki_5.4.0.1/rzakijrnentry.htm

100 lines
7.6 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="Journal entry information" />
<meta name="abstract" content="This topic provides information and tasks for working with journal entries." />
<meta name="description" content="This topic provides information and tasks for working with journal entries." />
<meta name="DC.Relation" scheme="URI" content="rzakijrnkickoff.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakifinder.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakicodes.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakifixlengthintro.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakivarlengthintro.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakiwrkjrninfo.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakihowwrks.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakijrnentryconcepts.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakijrncodes.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakijrncodes.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="rzakijrnentry" />
<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>Journal entry information</title>
</head>
<body id="rzakijrnentry"><a name="rzakijrnentry"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Journal entry information</h1>
<div><p>This topic provides information and tasks for working with journal
entries.</p>
<p>The system creates different types of journal entries in the journal receiver
for different kinds of activities. You cannot access the information in journal
receivers directly. Several system commands provide formatted information
from a journal receiver:</p>
<ul><li>Use the <span class="cmdname">Display Journal (DSPJRN)</span> command
to display entries, print them, or write them to an output file.</li>
<li>Use the <span class="cmdname">Receive Journal Entry (RCVJRNE)</span> command to
specify an exit program. When entries are added to the journal receiver, they
are also passed to the exit program. The exit program can, for example, write
entries to save media or send them to another system.</li>
<li>Use the <span class="cmdname">Retrieve Journal Entry (RTVJRNE)</span> command to
retrieve journal entries to a CL program.</li>
<li>Use the <span class="apiname">Retrieve Journal Entries (QjoRetrieveJournalEntries)</span> API
to retrieve journal entries into a high level language program.</li>
</ul>
<div class="note"><span class="notetitle">Note:</span> <img src="./delta.gif" alt="Start of change" />When working with multiple journal entries, the RCVJRNE command
is usually the most efficient interface to get the journal entry information.<img src="./deltaend.gif" alt="End of change" /></div>
<p>When the system formats journal entries for you with the DSPJRN and RTVJRNE
commands, it uses one of several layouts. These layouts include a fixed-length
portion and a variable-length portion. The variable-length portion includes
entry-specific data and null value indicators, if applicable. The fixed-length
portion of the journal entry appears as separate fields in these layouts.</p>
<ul><li>Journal entry information finder - The Journal code finder shows all the
journal codes and entry types for journal entries. You can search for individual
codes, display codes by category, or display all journal codes.</li>
<li>Journal code descriptions</li>
<li>Fixed-length portion of the journal entry</li>
<li>Variable-length portion of the journal entry</li>
<li>Work with journal entry information</li>
</ul>
<div class="note"><span class="notetitle">Note:</span> For information about which journal codes are affected by applying or
removing journaled changes see Actions of applying or removing journaled changes
by journal code.</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzakifinder.htm">Journal entry information finder</a></strong><br />
Use the Journal entry information finder to find information about journal codes and journal entry types.</li>
<li class="ulchildlink"><strong><a href="rzakicodes.htm">Journal code descriptions</a></strong><br />
This topic provides a description of all of the journal codes and categories.</li>
<li class="ulchildlink"><strong><a href="rzakifixlengthintro.htm">Fixed-length portion of the journal entry</a></strong><br />
Provides the layouts of the fixed-length portion of the journal entries.</li>
<li class="ulchildlink"><strong><a href="rzakivarlengthintro.htm">Variable-length portion of the journal entry</a></strong><br />
Provides the layouts of the variable-length portion of the journal entries.</li>
<li class="ulchildlink"><strong><a href="rzakiwrkjrninfo.htm">Work with journal entry information</a></strong><br />
Provides ways that you can display, retrieve, and receive journal entries.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakijrnkickoff.htm" title="Use local journal management to recover the changes to an object that have occurred since the object was last saved, as an audit trail, or to help replicate an object. Setting up journaling locally is a prerequisite for other iSeries functions such as Remote journal management and Commitment control. Use this information to set up, manage, and troubleshoot journaling on a local server.">Local journal management</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rzakihowwrks.htm" title="Use journal management to create an object called a journal. Use a journal to define which objects you want to protect. You can have more than one journal on your system. A journal can define protection for more than one object.">How journal management works</a></div>
<div><a href="rzakijrnentryconcepts.htm" title="When you use journal management, the system keeps a record of changes that you make to objects that are journaled and of other events that occur on the system. These records are called journal entries. You can use journal entries to help recover objects or analyze changes that were made to the objects.">Journal entries</a></div>
<div><a href="rzakijrncodes.htm" title="The following table shows the actions that are taken by the Apply Journaled Changes (APYJRNCHG), Apply Journaled Changes Extend (APYJRNCHGX), or Remove Journaled Changes (RMVJRNCHG) command by journal code and entry type.">Actions of applying or removing journaled changes by journal code</a></div>
</div>
</div>
</body>
</html>