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


SHOW

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

Controls the display of source code and disassembly. It is used to enable the display of specific information, and is the opposite of the HIDE command.
Read syntax diagramSkip visual syntax diagram
           .-BOTh---.                                    
>>-SHOw--+-+--------+--+---------------------------+-+---------><
         | '-SOUrce-'  | .-separator-------------. | |   
         |             | V  (1)                  | | |   
         |             '-------+-COMments------+-+-' |   
         |                     +-+-DEClares-+--+     |   
         |                     | '-DCLs-----'  |     |   
         |                     +-LINe----------+     |   
         |                     +-MACros--------+     |   
         |                     +-NOCode--------+     |   
         |                     '-+-STAtement-+-'     |   
         |                       '-STMt------'       |   
         +-+-ALL-+-----------------------------------+   
         | '-*---'                                   |   
         '-DISasm------------------------------------'   

Notes:
  1. An option can be chosen no more than once.
BOTH
Show source code interspersed with the generated assembler.
SOURCE
Show source code only, without interspersed assembler code.
SEPARATOR
A comma, blank, or semicolon. Separates the suboptions of SOURCE and BOTH.
COMMENTS
Show block comment source when source code is displayed.
DECLARES | DCLS
Show declaration source when source code is displayed.
LINE
Show source line numbers when source code is displayed.
MACROS
Show macro expansion source when source code is displayed.
NOCODE
Show source lines with no corresponding object code when source code is displayed.
STATEMENT | STMT
Show source statement numbers when source code is displayed.
ALL | *
Show all source code, interspersed with the generated assembler.
DISASM
Show disassembled assembler code only, without source code.
The initial settings are:
  • BOTH, COMMENTS, DECLARES, MACROS, NOCODE, STATEMENT

Return codes

0
Operation successful
2
Keyword truncated
5
Invalid information type keyword

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014