HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EPNAMES

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Displays the Entry Point Names window.
Read syntax diagramSkip visual syntax diagram
>>-EPNAMES--+--------------+-----------------------------------><
            '-section-name-'   

section-name
The name of the first section to be displayed.

Return codes

0
Operation successful

If you invoke the EPNAMES function when no Entry Point Names window is opened, one is opened.

If you invoke the EPNAMES function when an Entry Point Names window is open, but you specify no section-name, the window is closed.

If you invoke the EPNAMES function and specify a section-name, and an Entry Point Names window is open, the contents of the window change to display information about the entry point.

If the module that IDF loaded has more than one section-name, and thus more than one section-name is loaded, you can use the PREVIOUS and NEXT commands to scroll the Entry Point Names window to view the information for the extra section-names.

IDF derives the section-name in this manner:
  • If the long name is eight characters or less, this is the uppercase representation of the name.
  • If the long name is more than eight characters in length, the section-name is the first five characters, followed by a double quote ("), followed by the last two characters of the long name, all in uppercase. For example, the long name Set_IDF_Rules_message_in_ASMMSAM1-VChar is transformed to the short name SET_I"AR.

You can modify this field by overtyping it.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014