Replace program (REPLACE)

Specifies whether an existing Java program associated with this class file is replaced with the new Java program being created.

The possible values are:

*YES
The existing Java program associated with this class file is replaced by the new Java program created.

*NO
An existing Java program associated with this class file is replaced only if the class file was changed since the existing program was created; otherwise, creation of the new Java program is stopped and a message is displayed. If a pattern was used to indicate multiple creations, processing continues with the next class file.

*CMDDFT
The system default is used.