FRCOBJCVN Parameter
FRCOBJCVN Parameter
FRCOBJCVN Parameter
The Force Object Conversion (FRCOBJCVN) parameter on the Restore (RST), Restore Object (RSTOBJ), and Restore Library (RSTLIB) commands can be used to exercise control over adaptive code generation. The following table shows the possible values for these commands. The RSTOBJ command is used as an example.
| Value | Meaning |
|---|---|
| RSTOBJ FRCOBJCVN(*SYSVAL) | The objects are converted based on the value of the Force Conversion on Restore (QFRCCVNRST) system value. (This is the default.) |
| RSTOBJ FRCOBJCVN(*NO) | The objects are not converted during the restore operation. |
| RSTOBJ FRCOBJCVN(*YES *RQD) | The objects are converted during the restore operation only if they require conversion to be used by the current operating system or require conversion to be compatible with the current machine. |
| RSTOBJ FRCOBJCVN(*YES *ALL) | All objects are converted regardless of their current format and machine compatibility, including compatible objects in the current format. |
The option RSTOBJ FRCOBJCVN(*YES *RQD) causes any incompatible module and program objects that are restored to be immediately converted, rather than subsequently retranslated during the first activation. You should consider using this option if you do not want to change the QFRCCVNRST system value, but want to ensure that any incompatible objects that are restored by this command are converted immediately.