67 lines
5.0 KiB
HTML
67 lines
5.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="copyright" content="(C) Copyright IBM Corporation 2005" />
|
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
|
<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="Delete overrides" />
|
|
<meta name="abstract" content="When a program that has been called returns control to the calling program, the server deletes any overrides specified in the call level of the called program." />
|
|
<meta name="description" content="When a program that has been called returns control to the calling program, the server deletes any overrides specified in the call level of the called program." />
|
|
<meta name="DC.subject" content="example, delete override, delete, overrides, deleting, override, overriding file, database, device, command, CL, DLTOVR (Delete Override), Delete Override (DLTOVR) command, use, DLTOVR (Delete Override) command, Delete Override (DLTOVR) command, command, CL, Delete Override (DLTOVR), file" />
|
|
<meta name="keywords" content="example, delete override, delete, overrides, deleting, override, overriding file, database, device, command, CL, DLTOVR (Delete Override), Delete Override (DLTOVR) command, use, DLTOVR (Delete Override) command, Delete Override (DLTOVR) command, command, CL, Delete Override (DLTOVR), file" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3override.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3ovrsf2.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal3deover" />
|
|
<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>Delete overrides</title>
|
|
</head>
|
|
<body id="rbal3deover"><a name="rbal3deover"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Delete overrides</h1>
|
|
<div><p>When a program that has been called returns control to the calling
|
|
program, the server deletes any overrides specified in the call level of the
|
|
called program.</p>
|
|
<p>This does not include overrides that are scoped to the activation group
|
|
level or the job level. Overrides that are scoped to the activation group
|
|
level remain in effect until they are explicitly deleted, replaced, or until
|
|
the activation group in which they are specified is deleted. Overrides that
|
|
are scoped to the job level remain in effect until they are explicitly deleted,
|
|
replaced, or until the job in which they are specified ends.</p>
|
|
<p>When control is transferred to another program (<a href="../cl/tfrctl.htm">TFRCTL</a> command), the overrides in the call level of the
|
|
transferring program are not deleted.</p>
|
|
<p>You can also explicitly delete overrides on your server by using the Delete
|
|
Override <a href="../cl/dltovr.htm">(DLTOVR)</a> command.
|
|
The DLTOVR command can delete overrides that are scoped to the call level,
|
|
activation group level, or the job level. To delete overrides that are scoped
|
|
to the activation group level, you do not need to specify a value for the
|
|
OVRSCOPE parameter because OVRSCOPE(*ACTGRPDFN) is the default. To delete
|
|
overrides that are scoped to the job level, you must specify OVRSCOPE(*JOB)
|
|
on the DLTOVR command.</p>
|
|
<p>To identify an override, use the file name that is specified on the FILE
|
|
parameter of the override command. You can delete all overrides at the current
|
|
level (call level, activation group level, or job level) by specifying value
|
|
*ALL for the FILE parameter.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3override.htm" title="You can use overrides to temporarily change a file name, a device name associated with the file, or some of the other attributes of a file.">Use overrides</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbal3ovrsf2.htm" title="When you enter two overrides for the same file name at the same call level, the second override replaces the first override. This allows you to replace an override at a single call level, without having to delete the first override.">Overrides to the same file at the same call level: scenario</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |