SET DEFAULT VIEW command

Controls the default view for assembler compile units.

Read syntax diagramSkip visual syntax diagram SETDEFAULTVIEW STANDARDNOMACGEN ;
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.