This standard runtime function initializes all fields/controls to the default values specified in the panel. It is useful because the default value can be modified with the Panel Editor and does not require program changes or recompilation. Use the INITIALIZE ALL FIELDS standard runtime function as the primary method to initialize fields/controls.
Use a related standard runtime function, INITIALIZE FIELD when only one field/control is to be initialized.
The default value for each field/control in the panel is stored within panelname.WS.
Status value | Description |
---|---|
0 | The function executed successfully. |
5 | The panel is not in this library |
6 | The library does not exist. |
14 | A COBOL input/output error was encountered on the panel library during execution of this function. To determine the exact nature of the I/O error, use the C$RERR subprogram. |