69 lines
4.0 KiB
HTML
69 lines
4.0 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="Source file attributes" />
|
|
<meta name="abstract" content="This topic outlines the attributes common to most source files and the restrictions for using these attributes." />
|
|
<meta name="description" content="This topic outlines the attributes common to most source files and the restrictions for using these attributes." />
|
|
<meta name="DC.subject" content="source file, attributes, types, attribute" />
|
|
<meta name="keywords" content="source file, attributes, types, attribute" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafocsrce.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="rbafosrcatt" />
|
|
<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>Source file attributes</title>
|
|
</head>
|
|
<body id="rbafosrcatt"><a name="rbafosrcatt"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Source file attributes</h1>
|
|
<div><p>This topic outlines the attributes common to most source files
|
|
and the restrictions for using these attributes.</p>
|
|
<div class="p">Source files usually have the following attributes: <ul><li>A record length of 92 characters (this includes a 6-byte sequence number,
|
|
a 6-byte date, and 80 bytes of source).</li>
|
|
<li>Keys (sequence numbers) that are unique even though the access path does
|
|
not specify unique keys. You are not required to specify a key for a source
|
|
file. Default source files are created without keys (arrival sequence access
|
|
path). A source file created with an arrival sequence access path requires
|
|
less storage space and reduces save/restore time in comparison to a source
|
|
file for which a keyed sequence access path is specified.</li>
|
|
<li>More than one member.</li>
|
|
<li>Member names that are the same as the names of the objects that are created
|
|
using them.</li>
|
|
<li>The same record format for all records.</li>
|
|
<li>Relatively few records in each member compared to most data files.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="p">Some restrictions are: <ul><li>The source sequence number must be used as a key, if a key is specified.</li>
|
|
<li>The key, if one is specified, must be in ascending sequence.</li>
|
|
<li>The access path cannot specify unique keys.</li>
|
|
<li>The ALTSEQ keyword is not allowed in data description specifications (DDS)
|
|
for source files.</li>
|
|
<li>The first field must be a 6-digit sequence number field containing zoned
|
|
decimal data and two decimal digits.</li>
|
|
<li>The second field must be a 6-digit date field containing zoned decimal
|
|
data and zero decimal digits.</li>
|
|
<li>All fields following the second field must be zoned decimal or character.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafocsrce.htm" title="These topics describe how to create a source file.">Create a source file</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |