71 lines
3.6 KiB
HTML
71 lines
3.6 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="Operations that temporarily remove steps" />
|
|
<meta name="abstract" content="Breakpoints or steps may be temporarily removed from a program while debugging when you use certain control language (CL) commands to specify your library or program." />
|
|
<meta name="description" content="Breakpoints or steps may be temporarily removed from a program while debugging when you use certain control language (CL) commands to specify your library or program." />
|
|
<meta name="DC.Relation" scheme="URI" content="dbgile.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="rmsteps" />
|
|
<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>Operations that temporarily remove steps</title>
|
|
</head>
|
|
<body id="rmsteps"><a name="rmsteps"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Operations that temporarily remove steps</h1>
|
|
<div><p>Breakpoints or steps may be temporarily removed from a program
|
|
while debugging when you use certain control language (CL) commands to specify
|
|
your library or program.</p>
|
|
<div class="section"> <p> Breakpoints and steps are <em>restored</em> when the CL command
|
|
completes running. A CPD190A message will be in the job log when the breakpoints
|
|
or steps are removed; another CPD190A message will be in the job log when
|
|
the breakpoints or steps are restored.</p>
|
|
<p>The following are
|
|
the CL commands which can cause the breakpoint or step to be temporarily removed:</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" width="100%" frame="void" border="1" rules="rows"><tbody><tr><td align="left" valign="top" width="20%"> <p>CHKOBJITG</p>
|
|
</td>
|
|
<td align="left" valign="top" width="20%"> <p>CPY<br />
|
|
CPYLIB</p>
|
|
</td>
|
|
<td align="left" valign="top" width="20%"> <p>CPROBJ<br />
|
|
CRTDUPOBJ</p>
|
|
</td>
|
|
<td align="left" valign="top" width="20%"> <p>RSTLIB<br />
|
|
RSTOBJ</p>
|
|
</td>
|
|
<td align="left" valign="top" width="20%"> <p>SAVLIB<br />
|
|
SAVOBJ<br />
|
|
SAVSYS<br />
|
|
SAVCHGOBJ</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="note"><span class="notetitle">Note:</span> When the CL commands are operating on the program, you will
|
|
receive error message CPF7102 when you issue the BREAK or STEP command.</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dbgile.htm" title="You can debug your ILE programs by using the ILE source debugger.">Debug ILE programs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |