bdfs1m10Structured Programming Macros

#SPM-Assembly Output Processing

Use this macro to control the printing of the following:

Format




LEVEL
controls the printing of assembler messages that indicate the nesting level and link labels, where:

YES
prints the assembler messages.

NO
does not print the assembler messages.

POP
restores the assembler message printing to the state that was set before the previous #SPM macro with the LEVEL parameter.

PRINT
controls the printing of the SPM macro expansions, where:

GEN
prints the macro expansions.

NOGEN
does not print the macro expansions.

NOMOD
cancels any previous #SPM PRINT=GEN or #SPM PRINT=NOGEN statement.

POP
restores the macro expansion printing to the state that was set before the previous #SPM macro with the PRINT parameter.

Entry Requirements

None.

Return Conditions

Control is returned to the next sequential instruction.

Programming Considerations

None.

Examples

Related Macros

None.