83 lines
5.0 KiB
HTML
83 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="Display information about open files" />
|
|
<meta name="abstract" content="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." />
|
|
<meta name="description" content="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." />
|
|
<meta name="DC.subject" content="open file, displaying, display" />
|
|
<meta name="keywords" content="open file, displaying, display" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3open.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3openscope.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3override.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal3dspopen" />
|
|
<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>Display information about open files</title>
|
|
</head>
|
|
<body id="rbal3dspopen"><a name="rbal3dspopen"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Display information about open files</h1>
|
|
<div><p>You can display information about your open files by typing <samp class="codeph">dspjob
|
|
option(*opnf)</samp> on any command line and press Enter, or by typing <samp class="codeph">wrkjob
|
|
option(*opnf)</samp> on any command line and press Enter.</p>
|
|
<p> The following screen then displays:</p>
|
|
<pre class="screen"> <span class="uicontrol"> Display Open Files</span>
|
|
|
|
Job . . : QPADEV0027 User . . : KELLYMR Number . . . : 032138
|
|
Number of open data paths . . . . . . . . . . : 2
|
|
|
|
|
|
Member/
|
|
File Library Device Scope Activation Group
|
|
QDUI80 QSYS QPADEV0027 *ACTGRPDFN 0000000002 *DFTACTGRP
|
|
QDDSPOF QSYS QPADEV0027 *ACTGRPDFN 0000000002 *DFTACTGRP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Press Enter to continue.
|
|
|
|
F3=Exit F5=Refresh F10=Display I/O details F12=Cancel F16=Job menu</pre>
|
|
<p>The <span class="uicontrol">Scope</span> column identifies the level to which the
|
|
open is scoped. *ACTGRPDFN indicates that the open is scoped to the activation
|
|
group level. If the file opened in the user default activation group, the
|
|
open is scoped to the call level number of the calling program. If the file
|
|
opened in a named activation group, the open is scoped to the activation group
|
|
level. *JOB indicates that the open is scoped to the job level. You can change
|
|
the scope of an open operation by using override commands.</p>
|
|
<p>The <span class="uicontrol">Activation Group</span> column identifies the number
|
|
and name of the activation group. *DFTACTGRP indicates the default activation
|
|
group.</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="rbal3openscope.htm" title="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).">Scope of opened files</a></div>
|
|
<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>
|
|
</div>
|
|
</body>
|
|
</html> |