83 lines
4.3 KiB
HTML
83 lines
4.3 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="reference" />
|
|
<meta name="DC.Title" content="Work with save files" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiusavefiles.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="sfcl" />
|
|
<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>Work with save files</title>
|
|
</head>
|
|
<body id="sfcl"><a name="sfcl"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Work with save files</h1>
|
|
<div><div class="section"><p>Use the following CL commands with save files: </p>
|
|
</div>
|
|
<div class="section"> <ul><li>The<a href="../cl/crtsavf.htm"> Create Save File (CRTSAVF)</a> command
|
|
creates a save file that can be used with save and restore commands to store
|
|
data. The save file stores data that would otherwise be written to save media.
|
|
A save file can also be used as a container to send objects to another iSeries™ user
|
|
on the systems network architecture distribution services (SNADS) network.</li>
|
|
<li>The <a href="../cl/chgsavf.htm">Change Save File (CHGSAVF)</a> command
|
|
changes one or more of the attributes of a save file, such as the maximum
|
|
number of records.</li>
|
|
<li>The <a href="../cl/ovrsavf.htm">Override with Save File
|
|
(OVRSAVF</a>) command overrides or replaces certain attributes of a save
|
|
file, or overrides any file with a save file.</li>
|
|
<li> The <a href="../cl/dspfd.htm">Display File Description
|
|
(DSPFD)</a> command displays the attributes of the save file.</li>
|
|
<li>The <a href="../cl/clrsavf.htm">Clear Save File (CLRSAVF)</a> command
|
|
clears the contents of a save file.</li>
|
|
<li> The <a href="../cl/dspsavf.htm">Display Save File (DSPSAVF)</a> command
|
|
displays the save and restore information in a save file, or the contents
|
|
of the save file.</li>
|
|
<li>You can use the <a href="../cl/savobj.htm">Save Object
|
|
(SAVOBJ)</a> or the <a href="../cl/savlib.htm">Save Library
|
|
(SAVLIB)</a> command to save the description of the save file. You can
|
|
also save the data to tape, optical media, or another save file in a different
|
|
library.</li>
|
|
<li>The <a href="../cl/savsavfdta.htm">Save Save File Data
|
|
(SAVSAVFDTA)</a> command writes the contents of a save file to either tape
|
|
or optical media.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section"><p>Use the following API to work with save files:</p>
|
|
</div>
|
|
<div class="section"><p>The <a href="../apis/qsrlsavf.htm">List Save
|
|
File (QSRLSAVF) </a>API returns the contents of the save file in a user
|
|
space. The contents of the save file is returned at a user-selected level
|
|
of library information, object information, member information, or spooled
|
|
files. The QSRLSAVF API returns the same information that is shown on a DSPSAVF
|
|
command. In addition, when you specify the SAVF0200 format, the system includes
|
|
the following: </p>
|
|
</div>
|
|
<div class="section"> <ul><li>The serial number of the system on which the save operation was performed.</li>
|
|
<li>The ASP from which the object was saved.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section"><p>The QSYSINC library provides structures for the QSRLSAVF API formats
|
|
in C, COBOL, and RPG.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiusavefiles.htm">Save files</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |