53 lines
4.0 KiB
HTML
53 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="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="Scope of opened files" />
|
|
<meta name="abstract" content="Files that are opened within the user default activation group are scoped to the call level number of the calling program (default). A call level number is a unique number that the server assigns to each call stack entry. Files that are opened within a named activation group are scoped to the activation group level (default)." />
|
|
<meta name="description" content="Files that are opened within the user default activation group are scoped to the call level number of the calling program (default). A call level number is a unique number that the server assigns to each call stack entry. Files that are opened within a named activation group are scoped to the activation group level (default)." />
|
|
<meta name="DC.subject" content="file description, opening files" />
|
|
<meta name="keywords" content="file description, opening files" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3open.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3override.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3dspopen.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal3openscope" />
|
|
<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>Scope of opened files</title>
|
|
</head>
|
|
<body id="rbal3openscope"><a name="rbal3openscope"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Scope of opened files</h1>
|
|
<div><p>Files that are opened within the user default activation group
|
|
are scoped to the call level number of the calling program (default). A <dfn class="term">call
|
|
level number</dfn> is a unique number that the server assigns to each call
|
|
stack entry. Files that are opened within a named activation group are scoped
|
|
to the activation group level (default).</p>
|
|
<p>You can change the scope of an open operation by using override commands.
|
|
For example, you can change the scope of an open operation to the job level.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3open.htm" title="When you want an application to use a file, you do so by referring to that file by name. The file description for that file will then control how the program and the server will interact.">Open files</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><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><a href="rbal3dspopen.htm" title="You can display information about your open files by typing dspjob option(*opnf) on any command line and press Enter, or by typing wrkjob option(*opnf) on any command line and press Enter.">Display information about open files</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |