SOURCE
SOURCE affects whether source statements are included in compiler listings.
- Default
- SOURCE=YES
- YES
- Indicates that you want a listing of the source statements in the compiler-generated output. This listing also includes any statements embedded by COPY. SOURCE=YES will result in the SOURCE(DEC) compiler option being in effect.
- NO
- Source statements do not appear in the output.
The SOURCE compiler option must be in effect at compile time if you want embedded messages in the source listing.