ILE COBOL Programmer's Guide

Changing the View of the Module Object that is Shown

Several different views of an ILE COBOL module object are available depending on the values you specify when you create an ILE COBOL module object. These views are:

You can change the view of the module object that is shown 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 Select View display is shown in Figure 37. 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 or service program can have a different set of views available, depending on the debug options used to create it.

To select a view, type 1 (Select) next to the view you want to show.

Figure 37. Changing a View of a Module Object

+--------------------------------------------------------------------------------+
|                                    Display Module Source                       |
| .............................................................................. |
| :                                Select View                                 : |
| :                                                                            : |
| :  Current View . . . :   ILE COBOL          0 Source View                   : |
| :                                                                            : |
| :  Type option, press Enter.                                                 : |
| :    1=Select                                                                : |
| :                                                                            : |
| :  Opt     View                                                              : |
| :   1      ILE COBOL            Listing View                                 : |
| :   _      ILE COBOL            Source View                                  : |
| :                                                                            : |
| :                                                                            : |
| :                                                                    Bottom  : |
| :  F12=Cancel                                                                : |
| :                                                                            : |
| :............................................................................: |
|                                                                       More...  |
| Debug . . .   _________________________________________________________________|
|_______________________________________________________________________________ |
| F3=End program   F6=Add/Clear breakpoint   F10=Step   F11=Display variable     |
| F12=Resume       F17=Watch variable   F18=Work with watch   F24=More keys      |
+--------------------------------------------------------------------------------+

After you have selected the view of the module object that you want to show, press Enter and the selected view of the module object will be shown in the Display Module Source display.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]