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


HIDE

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

Controls the display of source code and disassembly.
Read syntax diagramSkip visual syntax diagram
         .-DISasm------------------------------------------.   
>>-HIDe--+-------------------------------------------------+---><
         +-+-ALL-+-----------------------------------------+   
         | '-*---'                                         |   
         '-SOUrce--+-------------------------------------+-'   
                   | .---------------------------------. |     
                   | V             (1)                 | |     
                   '---separator------+-COMments-----+-+-'     
                                      +-+-DEClares-+-+         
                                      | '-DCLs-----' |         
                                      +-MACros-------+         
                                      '-NOCode-------'         

Notes:
  1. An option can be chosen no more than once.
DISASM
Show source code only, without interspersed assembler code.
ALL | *
Show disassembled assembler code only, without source code. The display of comments, declarations, macro expansions, and source lines with no corresponding object code is also disabled, so that these lines are excluded when source display is later enabled by a SHOW SOURCE or SHOW BOTH command. These may be enabled by appropriate SHOW commands.
SOURCE
Show disassembled assembler code only, without source code.
COMMENTS
Exclude block comment source when source code is displayed.
SEPARATOR
A comma, blank, or semicolon. Separates SOURCE and its suboptions.
DECLARES | DCLs
Exclude declaration source when source code is displayed.
MACROS
Exclude macro expansion source when source code is displayed.
NOCODE
Exclude source lines with no corresponding object code when source code is displayed.

The HIDE command assumes that everything is showing, then excludes (hides) whatever you specify. Everything else is then shown, regardless of whether it is shown or hidden. SHOW provides an alternative means of displaying and hiding items.

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