CALL "C$CONFIG" USING opCode                         parameters                GIVING returnCode  | 
opCode   | It is the function to be executed. Valid values, defined in iscobol.def, are:  | |
Resets the current configuration set  | ||
Appends a new configuration file to the current configuration set  | ||
parameters   | Parameters depend on the opcode.  | |
call "c$config" using cconfig-append "/opt/cfg/new.properties"  |