ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaks_5.4.0.1/rzakscallstacks.htm

58 lines
4.0 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<?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="Call stacks" />
<meta name="abstract" content="The call stack is the ordered list of all programs or procedures currently running for a job. The programs and procedures can be started explicitly with the CALL instruction, or implicitly from some other event." />
<meta name="description" content="The call stack is the ordered list of all programs or procedures currently running for a job. The programs and procedures can be started explicitly with the CALL instruction, or implicitly from some other event." />
<meta name="DC.Relation" scheme="URI" content="rzaksjobcharacter.htm" />
<meta name="DC.Relation" scheme="URI" content="rzaksviewcallstack.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="rzakscallstacks" />
<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>Call stacks</title>
</head>
<body id="rzakscallstacks"><a name="rzakscallstacks"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Call stacks</h1>
<div><p>The <dfn class="term">call stack </dfn>is the ordered list of all programs
or procedures currently running for a job. The programs and procedures can
be started explicitly with the CALL instruction, or implicitly from some other
event. </p>
<p>The call stack is available at both the job level and the thread level.
On the character-based interface, the call stack is a last-in-first-out (LIFO)
list of call stack entries, one entry for each called procedure or program.
In iSeries Navigator, by default, the last entry in the stack appears at
the top of the list. However, the ordering can be changed by using the <span class="uicontrol">Sort
ascending</span> or <span class="uicontrol">Sort descending</span> buttons.</p>
<p>The information that is included in the Call Stack display includes the
invocation information for the original program model (OPM), integrated language
environment (ILE), i5/OS Portable Application Solutions Environment (PASE),
and Java applications. Also, if you are running under a user profile with
*SERVICE special authority, you will be able to see additional entries for
licensed internal code (LIC) and i5/OS PASE Kernel.</p>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksjobcharacter.htm" title="Work management provides a way for you to control the work done on your system through a job's attributes. However, before you can control the various aspects of a job, you need to understand the different characteristics of a job.">Job characteristics</a></div>
</div>
<div class="reltasks"><strong>Related tasks</strong><br />
<div><a href="rzaksviewcallstack.htm" title="You can view information about a job or thread's call stack by using either iSeries™ Navigator or the character-based interface.">View call stacks</a></div>
</div>
</div>
</body>
</html>