SET DEFAULT VIEW command
Controls the default view for assembler compile units.
STANDARD
- Indicates that whenever a LOADDEBUGDATA (LDD) command is issued for an assembler CU, the initial view is to contain all source statements.
NOMACGEN
- Indicates that whenever a LOADDEBUGDATA (LDD) command is issued for an assembler CU, the initial view is to contain only source statements that were not generated via macro expansion (similar to the assembler listing when PRINT NOGEN is in effect).
Usage notes
SET DEFAULT VIEW
applies only to assembler compile units.- You can use this command in remote debug mode.
Refer to the following topics for more information related to the material discussed in this topic.
- Related references
- z/OS Debugger commands supported in remote debug mode