68 lines
4.5 KiB
HTML
68 lines
4.5 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="Use the Print Publicly Authorized Objects command (PRTPUBAUT)" />
|
|
<meta name="abstract" content="This article describes how to use the print publicly authorized objects commands (PRTPUBAUT), explains why it is important, and provides step-by-step instructions." />
|
|
<meta name="description" content="This article describes how to use the print publicly authorized objects commands (PRTPUBAUT), explains why it is important, and provides step-by-step instructions." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzamvmanagesec.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="useprtpubaut" />
|
|
<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>Use the Print Publicly Authorized Objects command (PRTPUBAUT)</title>
|
|
</head>
|
|
<body id="useprtpubaut"><a name="useprtpubaut"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Use the Print Publicly Authorized Objects command (PRTPUBAUT)</h1>
|
|
<div><p>This article describes how to use the print publicly authorized
|
|
objects commands (PRTPUBAUT), explains why it is important, and provides step-by-step
|
|
instructions.</p>
|
|
<p>The Print Publicly Authorized Objects (PRTPUBAUT) command allows you to
|
|
print a report of the specified objects that do not have public authority
|
|
of *EXCLUDE. For *PGM objects, only the programs that do not have public authority
|
|
of *EXCLUDE that a user can call (the program is either user domain or the
|
|
system security level (QSECURITY system value) is 30 or below) will be included
|
|
in the report. This is a way to check for objects that every user on the system
|
|
is authorized to access. </p>
|
|
<div class="p">This command will print two reports. The first report (Full Report) will
|
|
contain all of the specified objects that do not have public authority of
|
|
*EXCLUDE. The second report (Changed Report) will contain the objects that
|
|
now do not have public authority of *EXCLUDE that did have public authority
|
|
of *EXCLUDE or did not exist when the PRTPUBAUT command was previously run.
|
|
If the PRTPUBAUT command was not previously run for the specified objects
|
|
and library, folder, or directory, there will be no 'Changed Report'. If the
|
|
command has been previously run, but no additional objects do not have public
|
|
authority of *EXCLUDE, then the 'Changed Report' will be printed but there
|
|
will be no objects listed. <div class="restriction"><span class="restrictiontitle">Restriction:</span> You must have *ALLOBJ
|
|
special authority to use this command. </div>
|
|
</div>
|
|
<div class="p"><strong>Examples:</strong> This command creates the full, and changed reports for
|
|
all the file objects in the library GARRY that do not have a public authority
|
|
of *EXCLUDE: <pre>PRTPUBAUT OBJTYPE(*FILE) LIB(GARRY)</pre>
|
|
</div>
|
|
<div class="p">This command creates the full, changed, and deleted reports for all the
|
|
stream file objects in the subdirectory structure that starts at the directory <span class="filepath">garry</span> that
|
|
do not have a public authority of *EXCLUDE: <pre>PRTPUBAUT OBJTYPE(*STMF) DIR(GARRY) SCHSUBDIR(*YES)</pre>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzamvmanagesec.htm" title="Once you've planned and implemented your security strategy, there remains the task of managing the security of your system.">Manage security</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |