ibm-information-center/dist/eclipse/plugins/i5OS.ic.rbam6_5.4.0.1/usejobdg.htm

69 lines
4.3 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="task" />
<meta name="DC.Title" content="Use a job to debug another job" />
<meta name="abstract" content="You may want to use a separate job to debug programs running in another job." />
<meta name="description" content="You may want to use a separate job to debug programs running in another job." />
<meta name="DC.subject" content="debugging, from another job" />
<meta name="keywords" content="debugging, from another job" />
<meta name="DC.Relation" scheme="URI" content="opm.htm" />
<meta name="DC.Relation" scheme="URI" content="debugbatch.htm" />
<meta name="DC.Relation" scheme="URI" content="debugbatchns.htm" />
<meta name="DC.Relation" scheme="URI" content="debugrun.htm" />
<meta name="DC.Relation" scheme="URI" content="debuginter.htm" />
<meta name="DC.Relation" scheme="URI" content="debugconsid.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="usejobdg" />
<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 a job to debug another job</title>
</head>
<body id="usejobdg"><a name="usejobdg"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Use a job to debug another job</h1>
<div><p>You may want to use a separate job to debug programs running in
another job.</p>
<div class="section"> <p>Following are reasons for doing so:</p>
<ul><li>Batch jobs can be debugged by an interactive job.</li>
<li>An interactive job can be debugged from another interactive job. This
allows one display to show debug information without interrupting the application
program display.</li>
<li>An interactive or batch job that is looping can be interrupted and put
into debug mode.</li>
</ul>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="debugbatch.htm">Debug batch jobs submitted to a job queue</a></strong><br />
Using a separate job to debug another batch job submitted to the job queue allows you to put the batch job into debug mode and to set breakpoints and traces before the job starts to process.</li>
<li class="ulchildlink"><strong><a href="debugbatchns.htm">Debug batch jobs not started from job queues</a></strong><br />
You can sometimes debug batch jobs that are started on the system but which are not submitted to a job queue.</li>
<li class="ulchildlink"><strong><a href="debugrun.htm">Debug a running job</a></strong><br />
You can debug a job that is already running if you know what statements the job will run.</li>
<li class="ulchildlink"><strong><a href="debuginter.htm">Debug another interactive job</a></strong><br />
You can debug a job from another display, whether the job is running or waiting at a menu or command entry display.</li>
<li class="ulchildlink"><strong><a href="debugconsid.htm">Considerations when debugging one job from another job</a></strong><br />
Although most jobs can be debugged from another job, there are some considerations you should follow.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="opm.htm" title="You can debug your OPM programs by using testing functions.">Debug OPM programs</a></div>
</div>
</div>
</body>
</html>