CALL "C$CONFIG" USING CCONFIG-APPEND newConfigurationFile GIVING returnCode |
CCONFIG-APPEND | Constant | |
newConfigurationFile | PIC X(n) | Specifies the name of a configuration file whose properties will be appended to the current configuration. Relative pathnames are resolved according to the Framework’s working directory. |
0 | Operation successful. |
-1 | Operation failed as the configuration file couldn’t be opened. |