60 lines
4.3 KiB
HTML
60 lines
4.3 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="Specify the check for record format description changes (LVLCHK) parameter" />
|
|
<meta name="abstract" content="When the file is opened, the system checks for changes to the database file definition. You can specify the check for record format description changes with the LVLCHK parameter." />
|
|
<meta name="description" content="When the file is opened, the system checks for changes to the database file definition. You can specify the check for record format description changes with the LVLCHK parameter." />
|
|
<meta name="DC.subject" content="record format, checking, changes to the description (LVLCHK parameter), description, checking for changes to the record format, LVLCHK (Level Check) parameter, Level Check (LVLCHK) parameter, parameter, LVLCHK (Level Check)" />
|
|
<meta name="keywords" content="record format, checking, changes to the description (LVLCHK parameter), description, checking for changes to the record format, LVLCHK (Level Check) parameter, Level Check (LVLCHK) parameter, parameter, LVLCHK (Level Check)" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafocrtatt.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="rbafocrtlvl" />
|
|
<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>Specify the check for record format description changes (LVLCHK) parameter</title>
|
|
</head>
|
|
<body id="rbafocrtlvl"><a name="rbafocrtlvl"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Specify the check for record format description changes (LVLCHK) parameter</h1>
|
|
<div><p>When the file is opened, the system checks for changes to the database
|
|
file definition. You can specify the check for record format description changes
|
|
with the LVLCHK parameter. </p>
|
|
<div class="p">When the file changes to an extent that your program might not be able
|
|
to process the file, the system notifies your program. The default is to do
|
|
level checking. You can specify if you want level checking when you: <ul><li>Create a file.</li>
|
|
<li>Use a change database file command.</li>
|
|
</ul>
|
|
</div>
|
|
<p>You can override the system and ignore the level check using the Override
|
|
with Database File (OVRDBF) command.</p>
|
|
<div class="section" id="rbafocrtlvl__rbafonoid15"><a name="rbafocrtlvl__rbafonoid15"><!-- --></a><h4 class="sectiontitle">Example: Level check</h4><p>For example,
|
|
assume that you compiled your program two months ago and, at that time, the
|
|
file was defined as having three fields in each record. Last
|
|
week another programmer decided to add a new field to the record format, so
|
|
that now each record have four fields. The system notifies your program, when
|
|
it tries to open the file, that a significant change occurred to the definition
|
|
of the file since the last time the program was compiled. This notification
|
|
is known as a record format level check.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafocrtatt.htm" title="When you create a database file, database attributes are stored with the file and members. You specify attributes with database command parameters.">Specify database file and member attributes</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |