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