LIST
LIST affects whether an assembler-language expansion is produced in source listings.
- Default
- LIST=NO
- YES
- Produces a listing that includes:
- The assembler-language expansion of source code
- Constant area
- Program prolog areas (PPA1, PPA2, PPA3, PPA4)
- Time stamp, compiler version, and build level information
- Compiler options and program information
- Base locator table
- External symbols dictionary
- Static maps
- Automatic maps
- NO
- Suppresses this listing.
The LIST and OFFSET compiler options are mutually exclusive. Setting OFFSET=YES and LIST=YES results in a nonzero return code and an error message during assembly of the customization macro.