This statement resets the current option values in the corresponding MODIFY statements to the default values of the compiler, i.e., the values that take effect immediately after the START-CPLUS-COMPILER command.
RESET-TO-DEFAULT |
SELECT= *UNCHANGED / *ALL / list-poss(11): *INCLUDE / *SOURCE / *MODULE / *OPTIMIZATION / *RUNTIME / *TEST / *DIAGNOSTIC / *LISTING / *CIF / *BIND / *LIBRARY-VERSION |
SELECT = *UNCHANGED
The value specified in the last RESET-TO-DEFAULT statement applies.
SELECT = *ALL
The option values of all MODIFY statements are reset to the default values of the compiler.
SELECT = list-poss(11): *INCLUDE / *SOURCE / *MODULE / *OPTIMIZATION /*RUNTIME / *TEST / *DIAGNOSTIC / *LISTING / *CIF / *BIND / *LIBRARY-VERSION
Only the option values of the specified MODIFY statements are reset to the default values of the compiler. For example, *INCLUDE stands for MODIFY-INCLUDE-LIBRARIES, *SOURCE for MODIFY-SOURCE-PROPERTIES, etc.
In addition to the options of MODIFY-BIND-PROPERTIES statement, *BIND also resets the ACTION and OUTPUT-FORMAT options of the BIND statement to the default values of the compiler.
Information on default values of the compiler can also be obtained by means of the SHOW-DEFAULTS statement (see "SHOW-DEFAULTS"). In this manual, the default values of the compiler are underlined.