HIDE
Controls the display of source code and disassembly.
- 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