66 lines
3.7 KiB
HTML
66 lines
3.7 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="ALTNAME (Alternative Record Name) keyword" />
|
|
<meta name="abstract" content="Use this record-level keyword to specify an alternative name for a record." />
|
|
<meta name="description" content="Use this record-level keyword to specify an alternative name for a record." />
|
|
<meta name="DC.subject" content="System/36 environment, ALTNAME (Alternative Record Name) keyword, in the System/36 environment" />
|
|
<meta name="keywords" content="System/36 environment, ALTNAME (Alternative Record Name) keyword, in the System/36 environment" />
|
|
<meta name="DC.Relation" scheme="URI" content="keycons.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2001, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2001, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="s36altname" />
|
|
<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>ALTNAME (Alternative Record Name) keyword</title>
|
|
</head>
|
|
<body id="s36altname"><a name="s36altname"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">ALTNAME (Alternative Record Name) keyword</h1>
|
|
<div><p>Use this record-level keyword to specify an alternative name for
|
|
a record.</p>
|
|
<div class="section"><p>The alternative name can be specified for I/O operations when
|
|
using program-described files. The syntax of the alternative
|
|
record name must be valid for the high-level language compiler in use.</p>
|
|
<div class="p">The
|
|
format of the keyword is: <pre>ALTNAME('alternative-name')</pre>
|
|
</div>
|
|
<p>The
|
|
length of the alternative name is 1 to 8 characters. The first character of
|
|
the name must not be an asterisk.</p>
|
|
<p>The alternative name must be different
|
|
from all other names and from all DDS record names (positions 19 through 28)
|
|
in the file. When a duplicate name is found, an error is issued on the record
|
|
name or alternative record name.</p>
|
|
<p>ALTNAME is not allowed on subfile records
|
|
(SFL keyword).</p>
|
|
<p>Option indicators are not valid for this keyword.</p>
|
|
<p>The
|
|
following example shows how to specify the ALTNAME keyword.</p>
|
|
</div>
|
|
<div class="example"> <pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
|
|
A R RECORD1 ALTNAME('R( 2).a')
|
|
A</pre>
|
|
<p>The alternative name for RECORD1 is 'R( 2).a'.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="keycons.htm" title="Some keywords in a display file containing USRDSPMGT cannot be specified.">Keyword considerations for display files used in the System/36 environment</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |