HLASM Installation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of Modifying Option and DDNAME Values

HLASM Installation and Customization Guide
SC26-3494-05

ASMADOPT looks likes this:
Figure 1. ASMADOPT example
                ASMAOPT
                END
For example, you might make the following changes, shown in Figure 2.
  • Change the value for the XREF option to SHORT, and for the PESTOP option to YES.
  • Change the value for DDNAME UT1 to SYSUT2.
Figure 2. ASMADOPT example modified
ASMADOPT        CSECT
                ASMAOPT XREF=SHORT,PESTOP=YES
                ASMADD  UT1=SYSUT2
                END

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014