72 lines
4.2 KiB
HTML
72 lines
4.2 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="User label processing" />
|
|
<meta name="abstract" content="Understand the basics of how user labels work." />
|
|
<meta name="description" content="Understand the basics of how user labels work." />
|
|
<meta name="DC.Relation" scheme="URI" content="usetfhll.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="param1.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="param2.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="param3.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="tapkey.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="usrlbl" />
|
|
<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>User label processing</title>
|
|
</head>
|
|
<body id="usrlbl"><a name="usrlbl"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">User label processing</h1>
|
|
<div><p>Understand the basics of how user labels work.</p>
|
|
<p>The system uses the USRLBLPGM parameter to specify the name of a program used to process user
|
|
header and trailer labels. This parameter is not valid for save and restore
|
|
functions.</p>
|
|
<p>The system calls the program, which the USRLBLPGM parameter specifies,
|
|
for open and close processing, to process every label. The system calls the
|
|
program one additional time to tell the program that there are no more labels.</p>
|
|
<p><a href="param2.htm#param2__rbahh525.eps">Figure 1</a> shows the format of
|
|
a tape with user labels. At open, the system will call the user-label program
|
|
three times for processing the labels in the diagram. Those calls are for
|
|
UHL1, UHL2, and a final time to indicate completion. At close, the system
|
|
will call the user-label program three more times.</p>
|
|
<p>The system passes three variables to the program. The program variables
|
|
have the following lengths:</p>
|
|
<ul><li>Parameter 1: 80 characters</li>
|
|
<li>Parameter 2: 1 character</li>
|
|
<li>Parameter 3: 244 characters</li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="param1.htm">Parameter 1</a></strong><br />
|
|
Read this section to understand parameter 1 that is passed to the user label program.</li>
|
|
<li class="ulchildlink"><strong><a href="param2.htm">Parameter 2</a></strong><br />
|
|
Read this section to understand parameter 2 that is passed to the user label program.</li>
|
|
<li class="ulchildlink"><strong><a href="param3.htm">Parameter 3</a></strong><br />
|
|
Read this section to understand parameter 3 that is passed to the user label program.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="usetfhll.htm" title="Understand the different processing types for tape device files used in high-level language.">Use tape device files in high-level language programs</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="tapkey.htm" title="Read this information to understand the parameters for the Create Tape File (CRTTAPF), Change Tape File (CHGTAPF), and Override with Tape File (OVRTAPF) commands.">Specify tape device file parameters</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |