71 lines
4.5 KiB
HTML
71 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="Thread status" />
|
||
|
<meta name="abstract" content="The current status of a thread is viewed from the General page in the Thread Properties window, under Detailed status." />
|
||
|
<meta name="description" content="The current status of a thread is viewed from the General page in the Thread Properties window, under Detailed status." />
|
||
|
<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="rzaksthreadstatus" />
|
||
|
<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>Thread status</title>
|
||
|
</head>
|
||
|
<body id="rzaksthreadstatus"><a name="rzaksthreadstatus"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Thread status</h1>
|
||
|
<div><p>The current status of a thread is viewed from the General page
|
||
|
in the Thread Properties window, under Detailed status. </p>
|
||
|
<p>An example of a detailed status is:</p>
|
||
|
<dl><dt class="dlterm">Waiting for dequeue</dt>
|
||
|
<dd>The thread of the job is waiting for completion of a dequeue operation.
|
||
|
A dequeue is an operation for removing messages from queues. Messages are
|
||
|
communications sent from one person or program to another. In particular,
|
||
|
a message is enqueued (placed) on a queue system object by one thread and
|
||
|
dequeued (removed) by another thread. <div class="note"><span class="notetitle">Note:</span> When Waiting for dequeue is shown
|
||
|
on a properties page, additional information that identifies the queue being
|
||
|
waited on is displayed. When the job or thread is waiting on the dequeue operation
|
||
|
to complete for an i5/OS™ object, you will see a 10-character object name,
|
||
|
its library, and the object type. If the job or thread is waiting on the dequeue
|
||
|
operation to complete for an internal object, you will see a 30-character
|
||
|
object name. For internal objects you need job control special authority (*JOBCTL)
|
||
|
to see the 30-character name.</div>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<p>The detailed status can display an associated status value, which provides
|
||
|
additional details about the current status of the thread. An example of a
|
||
|
detailed status plus the associated status value is:</p>
|
||
|
<dl><dt class="dlterm">Held (n)</dt>
|
||
|
<dd>An individual thread is held. Unlike a job, a thread can have multiple
|
||
|
holds on it at the same time. A number (for example, Held (3)) following the
|
||
|
thread status tells the user how many times that thread has been held without
|
||
|
being released. For example, if a thread has had three holds put on it and
|
||
|
then has been released once, it still has two holds against it. A number is
|
||
|
only shown when the status appears on the properties page and will not appear
|
||
|
when displayed in a list. To resume thread processing, select the Release
|
||
|
action for the thread.</dd>
|
||
|
</dl>
|
||
|
<p>For more information about the different thread statuses, see the iSeries™ Navigator
|
||
|
online help.</p>
|
||
|
</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>
|