69 lines
4.1 KiB
HTML
69 lines
4.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="Temporarily decompressed objects" />
|
||
|
<meta name="abstract" content="Compressed objects are temporarily decompressed automatically by the system when used." />
|
||
|
<meta name="description" content="Compressed objects are temporarily decompressed automatically by the system when used." />
|
||
|
<meta name="DC.subject" content="object, decompressing, temporarily" />
|
||
|
<meta name="keywords" content="object, decompressing, temporarily" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="cmpdmp.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="decom" />
|
||
|
<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>Temporarily decompressed objects</title>
|
||
|
</head>
|
||
|
<body id="decom"><a name="decom"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Temporarily decompressed objects</h1>
|
||
|
<div><p>Compressed objects are temporarily decompressed automatically by
|
||
|
the system when used. </p>
|
||
|
<p>A temporarily decompressed object will remain temporarily decompressed
|
||
|
until: </p>
|
||
|
<ul><li>An IPL of the system. This causes the temporarily decompressed object
|
||
|
to be deleted (the compressed object remains).</li>
|
||
|
<li>A <span class="cmdname">Reclaim Temporary Storage (RCLTMPSTG)</span> command is
|
||
|
used to reclaim temporarily decompressed objects. This causes temporarily
|
||
|
decompressed objects to be deleted (the compressed objects remain) if the
|
||
|
objects have not been used for a specified number of days.</li>
|
||
|
<li>The temporarily decompressed object is used more than 2 days or more than
|
||
|
5 times on the same IPL, in which case it is permanently decompressed.</li>
|
||
|
<li>A DCPOBJ command is used to decompress the object, in which case it is
|
||
|
permanently decompressed.</li>
|
||
|
<li>The system has an exclusive lock on the object.</li>
|
||
|
</ul>
|
||
|
<div class="note"><span class="notetitle">Note:</span> <ol><li>Objects of the type *PGM, *SRVPGM, or *MODULE cannot be temporarily decompressed.
|
||
|
If you call a compressed program or debug the program, it is automatically
|
||
|
permanently decompressed.</li>
|
||
|
<li>Compressed file objects, when opened, are automatically decompressed.</li>
|
||
|
<li>If the description of a compressed file is retrieved, the file is temporarily
|
||
|
decompressed. Two examples of retrieving a file are: <ul><li>Using the <span class="cmdname">Display File Field Description (DSPFFD)</span> command
|
||
|
to display field level information of a file.</li>
|
||
|
<li>Using the <span class="cmdname">Declare File (DCLF)</span> command
|
||
|
to declare a file.</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="cmpdmp.htm" title="You can use the Compress Object (CPROBJ) command to compress selected objects in order to save disk space on the system or you can use the Decompress Object (DCPOBJ) command to decompress objects that have been compressed.">Compress or decompress objects</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|