61 lines
4.0 KiB
HTML
61 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="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="Proper thread authority" />
|
|
<meta name="abstract" content="Certain authority levels are required before you can work with threads." />
|
|
<meta name="description" content="Certain authority levels are required before you can work with threads." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksthreadstructure.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004-2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004-2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaksthreadpropauth" />
|
|
<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>Proper thread authority</title>
|
|
</head>
|
|
<body id="rzaksthreadpropauth"><a name="rzaksthreadpropauth"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Proper thread authority</h1>
|
|
<div><p>Certain authority levels are required before you can work with
|
|
threads. </p>
|
|
<p>To view and change most attributes of a thread you need to have *JOBCTL
|
|
special authority, or your user profile needs to match the job user identity
|
|
of the job containing the thread. To change the run priority of a thread,
|
|
you must have *JOBCTL special authority. Thread Control authority will allow
|
|
you to view some of the attributes of a thread.</p>
|
|
<p>To hold or release a thread, you need to have *JOBCTL special authority
|
|
or Thread Control authority, or your user profile needs to match the job user
|
|
identity of the job containing the thread. To end a thread, you need to have
|
|
*SERVICE special authority or Thread Control authority. </p>
|
|
<p>For any thread attributes that refer to an iSeries™ object, such as a library in
|
|
the library list, the user needs to have the proper authority to the object. </p>
|
|
<p>For more details on iSeries authorities, see Appendix D Authorities Required
|
|
for Objects Used by Commands in the <a href="../books/sc415302.pdf" target="_blank">iSeries Security
|
|
Reference</a> <img src="wbpdf.gif" alt="Link to PDF" />. </p>
|
|
<div class="note"><span class="notetitle">Note:</span> Thread Control authority allows you to retrieve information about threads
|
|
of another job. Thread Control can be granted and revoked for individual users
|
|
by using iSeries Navigator's
|
|
Application Administration support, or by using the Change Function Usage
|
|
Information (QSYCHFUI) API, with a function ID of QIBM_SERVICE_THREAD. For
|
|
more detailed information about application administration, see the Information
|
|
Center topic Application Administration.</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksthreadstructure.htm" title="The term thread is shorthand for "thread of control". A thread is the path taken by a program while running, the steps performed, and the order in which the steps are performed. A thread runs code from its starting location in an ordered, predefined sequence for a given set of inputs.">Threads</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |