ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatb_5.4.0.1/inztap.htm

65 lines
3.5 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="task" />
<meta name="DC.Title" content="Initialize tapes" />
<meta name="abstract" content="Learn the process and steps you should follow when initializing tapes." />
<meta name="description" content="Learn the process and steps you should follow when initializing tapes." />
<meta name="DC.Relation" scheme="URI" content="usetfile.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="inztap" />
<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>Initialize tapes</title>
</head>
<body id="inztap"><a name="inztap"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Initialize tapes</h1>
<div><p>Learn the process and steps you should follow when initializing
tapes.</p>
<div class="section"> <p>Before you begin using tape files, you must initialize all tapes. Use the
Initialize Tape (INZTAP) command to initialize tapes, with or without labels. <span>Sometimes
you use the Initialize Tape (INZTAP) command </span> to clear all data on the
tape.</p>
<div class="note"><span class="notetitle">Note:</span> If the CLEAR(*YES) parameter is specified, the operation can
take several hours. The program erases the tape from the beginning-of-tape
to the end-of-tape.</div>
<div class="p">The following example initializes the tape volume
that is loaded on device TAP01 to standard label format. <pre>INZTAP DEV(TAP01) NEWVOL(BACKUP)
DENSITY(*FMT3490E)</pre>
</div>
<p>To initialize the tape volume with the
volume ID <samp class="codeph">BACKUP</samp>, you specify the character code EBCDIC(by
default) and set the tape format to *FMT3490E.</p>
<p>The examples shown below
are converting from one character set to another:</p>
<ul><li>EBCDIC to ASCII</li>
<li>ASCII to EDCDIC</li>
</ul>
<p>The <span class="keyword">iSeries™</span> system
can convert data with a user-specified conversion table, or with user-specified
from and to CCSID values. If no conversion table or CCSID values are specified,
the system uses a default data conversion table derived from the American
National Standards Institute, Inc, Document ANSI X3.26-1970.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="usetfile.htm" title="Tape files are used for storing and accessing data on tape media.">Use tape files</a></div>
</div>
</div>
</body>
</html>