ibm-information-center/dist/eclipse/plugins/i5OS.ic.nls_5.4.0.1/rbagsspecsrefs.htm

54 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="concept" />
<meta name="DC.Title" content="Specification references" />
<meta name="abstract" content="Define all your fields first in the field reference file of your application and refer to them whenever you can: in the database specifications, in device file specifications, and in the high-level language programs. This technique helps you to define the field specifications once and use them again." />
<meta name="description" content="Define all your fields first in the field reference file of your application and refer to them whenever you can: in the database specifications, in device file specifications, and in the high-level language programs. This technique helps you to define the field specifications once and use them again." />
<meta name="DC.Relation" scheme="URI" content="rbagsarngandarchdsgngd.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="rbagsspecsrefs" />
<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>Specification references</title>
</head>
<body id="rbagsspecsrefs"><a name="rbagsspecsrefs"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Specification references</h1>
<div><p>Define all your fields first in the field reference file of your
application and refer to them whenever you can: in the database specifications,
in device file specifications, and in the high-level language programs. This
technique helps you to define the field specifications once and use them again.</p>
<p>If you need to distinguish between the same field of different sources,
you can rename or qualify them. Whenever you need to change the definition
of a specific field, you just need to change the attributes of that field
in the field reference file and create the objects again. Then the changes
take place automatically in all the different places where the field is used.</p>
<p>For example:</p>
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A REF(field-ref-file-name)
A R record
A field R line pos
or
A field R line pos REFFLD(ref-field-name)</pre>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbagsarngandarchdsgngd.htm" title="When you design an international application, consider the ways that you can organize and structure your application so that it can be used in an international environment.">Application arrangement and architecture</a></div>
</div>
</div>
</body>
</html>