88 lines
5.5 KiB
HTML
88 lines
5.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="reference" />
|
||
<meta name="DC.Title" content="Change the view of a module object" />
|
||
<meta name="abstract" content="You can change the view of the module object that is shown on the Display Module Source display" />
|
||
<meta name="description" content="You can change the view of the module object that is shown on the Display Module Source display" />
|
||
<meta name="DC.subject" content="changing, module object, changing view, object, module, changing view" />
|
||
<meta name="keywords" content="changing, module object, changing view, object, module, changing view" />
|
||
<meta name="DC.Relation" scheme="URI" content="vwpgmsrc.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="chvwmod" />
|
||
<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>Change the view of a module object</title>
|
||
</head>
|
||
<body id="chvwmod"><a name="chvwmod"><!-- --></a>
|
||
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
<h1 class="topictitle1">Change the view of a module object</h1>
|
||
<div><p>You can change the view of the module object that is shown on the
|
||
Display Module Source display</p>
|
||
<div class="section"><p>Several views of an ILE CL module object are available depending
|
||
on the values you specify when you create an ILE CL module object. These views
|
||
are: </p>
|
||
<ul><li>Root source view</li>
|
||
<li>Listing view</li>
|
||
<li>Statement view</li>
|
||
</ul>
|
||
<p>You change the view of the module object on the Display Module Source
|
||
display through the Select View display. The Select View display can be accessed
|
||
from the Display Module Source display by pressing F15 (Select View). The
|
||
current view is listed at the top of the window, and the other views that
|
||
are available are shown below. Each module object in a program object can
|
||
have a different set of views available, depending on the debug options used
|
||
to create it.</p>
|
||
<p>To select a view, type 1 (Select) next to the view you
|
||
want to show.</p>
|
||
<div class="fignone" id="chvwmod__srcview"><a name="chvwmod__srcview"><!-- --></a><span class="figcap">Figure 1. Change a View of a Module Object</span><pre class="screen"> <strong>Display Module Source</strong>
|
||
..............................................................................
|
||
: <strong>Select View</strong> :
|
||
: :
|
||
: Current View . . . : CL Root Source :
|
||
: :
|
||
: Type option, press Enter. :
|
||
: 1=Select :
|
||
: :
|
||
: <strong>Opt</strong> <strong>View</strong> :
|
||
: <em> </em> CL Root Source :
|
||
: <em>1</em> CL Listing View :
|
||
: :
|
||
: :
|
||
: <strong> Bottom</strong> :
|
||
: F12=Cancel :
|
||
: :
|
||
:............................................................................:
|
||
<strong> More...</strong>
|
||
Debug . . . <strong><em></em></strong>
|
||
|
||
<strong><em></em></strong>
|
||
F3=End Program F6=Add/Clear breakpoint F10=Step F11=Display variable
|
||
F12=Resume F17=Watch variable F18=Work with watch F24=More keys
|
||
</pre>
|
||
</div>
|
||
<p>After you select the view of the module object that you want to show,
|
||
press Enter and the selected view of the module object is shown in the Display
|
||
Module Source display.</p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="familylinks">
|
||
<div class="parentlink"><strong>Parent topic:</strong> <a href="vwpgmsrc.htm" title="You can view the source of a program object using the Display Module Source display.">View the program source</a></div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html> |