57 lines
3.1 KiB
HTML
57 lines
3.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="Save changed objects when you use journaling" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiurzaiu125.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaki/rzakikickoff.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="rzaiu128" />
|
|
<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>Save changed objects when you use journaling</title>
|
|
</head>
|
|
<body id="rzaiu128"><a name="rzaiu128"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Save changed objects when you use journaling</h1>
|
|
<div><p>When you use journaling, the server uses one or more journal receivers
|
|
to keep a record of changes that occur to the journaled objects. Journal Management
|
|
describes how to set up journaling.</p>
|
|
<p>If you are journaling data areas, data queues, or database files, you probably
|
|
do not want to save those journaled objects when you save changed objects.
|
|
You should save the journal receivers rather than the journaled objects.</p>
|
|
<p>The journaled objects (OBJJRN) parameter of the SAVCHGOBJ command controls
|
|
whether the server saves journaled objects or not. If you specify *NO, which
|
|
is the default, the server does not save an object if both of these conditions
|
|
are true: </p>
|
|
<ul><li>The server journaled the object at the time specified for the REFDATE
|
|
and REFTIME parameters on the SAVCHGOBJ command.</li>
|
|
<li>The object is currently being journaled.</li>
|
|
</ul>
|
|
<p>The OBJJRN parameter applies only to journaled data areas, data queues,
|
|
and database files. It does not apply to journaled Integrated File System
|
|
Integrated File System objects.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiurzaiu125.htm">Save only changed objects</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../rzaki/rzakikickoff.htm">Journal management</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |