145 lines
5.3 KiB
HTML
145 lines
5.3 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Remove Breakpoint (RMVBKP)</title>
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body bgcolor="white">
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<a name="RMVBKP.Top_Of_Page"></a>
|
|
<h2>Remove Breakpoint (RMVBKP)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#RMVBKP.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#RMVBKP.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#RMVBKP.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="RMVBKP"></a>
|
|
<p>The Remove Breakpoint (RMVBKP) command removes one or more breakpoints from the specified program being debugged. It can also remove all breakpoints from all programs in debug mode.
|
|
</p>
|
|
<p><b>Restrictions:</b>
|
|
</p>
|
|
<ul>
|
|
<li>You can use this command only in debug mode. To start debug mode, refer to the Start Debug (STRDBG) command.
|
|
</li>
|
|
<li>You cannot use this command if you are servicing another job, and that job is on a job queue, or is being held, suspended, or ended.
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li>You cannot use this command to remove breakpoints from a bound program.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVBKP.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="RMVBKP.PARAMETERS.TABLE">Parameters</a></h3>
|
|
<table border="1" cellpadding="4" cellspacing="0">
|
|
<!-- col1="10" col2="15" col3="30" col4="10" -->
|
|
<tr>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RMVBKP.STMT"><b>STMT</b></a></td>
|
|
<td valign="top">Statement identifier</td>
|
|
<td valign="top">Single values: <b><u>*</u></b>, *ALL<br>Other values (up to 10 repetitions): <i>Character value</i></td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RMVBKP.PGM"><b>PGM</b></a></td>
|
|
<td valign="top">Program</td>
|
|
<td valign="top"><i>Name</i>, <b><u>*DFTPGM</u></b>, *ALL</td>
|
|
<td valign="top">Optional, Positional 2</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVBKP.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="RMVBKP.STMT"></a>
|
|
<h3>Statement identifier (STMT)</h3>
|
|
<p>Specifies which HLL (high-level language) statements or machine instructions in a program have their breakpoints removed. Breakpoints can be removed from a specified program, the program specified in the <b>Program (PGM)</b> parameter or from the most recent program that has reached a breakpoint, i.e., a value of <b>*</b> specified for the STMT parameter. If a program is specified, one or more statement identifiers can be specified or all the breakpoints can be specified. If a value of <b>*</b> is specified for the STMT parameter, the breakpoint that the most recently stopped program has reached is removed. Also, all breakpoints can be removed from all programs in debug mode.
|
|
</p>
|
|
<p><b>Single values</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*</u></b></dt>
|
|
<dd>The most recent breakpoint at which a program is currently stopped is the breakpoint removed.
|
|
</dd>
|
|
<dt><b>*ALL</b></dt>
|
|
<dd>All breakpoints in the specified program are removed.
|
|
</dd>
|
|
</dl>
|
|
<p><b>Other values (up to 10 repetitions)</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><i>character-value</i></b></dt>
|
|
<dd>Specify the statement identifier to be removed for the program specified by the PGM parameter. No more than 10 identifiers can be specified.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVBKP.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="RMVBKP.PGM"></a>
|
|
<h3>Program (PGM)</h3>
|
|
<p>Specifies the program from which the specified breakpoints are removed. This parameter can be specified only if a value of <b>*</b> has not been specified for the <b>Statement identifier (STMT)</b> parameter.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*DFTPGM</u></b></dt>
|
|
<dd>The default program is the program whose breakpoints are removed.
|
|
</dd>
|
|
<dt><b>*ALL</b></dt>
|
|
<dd>All programs currently in debug mode have their breakpoints removed. This value can be specified only if no value for the STMT parameter has been supplied.
|
|
</dd>
|
|
<dt><b><i>name</i></b></dt>
|
|
<dd>Specify the name of the program from which the specified breakpoints are removed.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVBKP.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVBKP.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
RMVBKP STMT(100)
|
|
</pre>
|
|
</p>
|
|
<p>This command removes the breakpoint that is on statement 100 from the default program.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVBKP.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVBKP.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF1999</b></dt>
|
|
<dd>Errors occurred on command.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVBKP.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|