pprmdb — Set database system parameter
#include "memcom.ins" subroutine pprmdb(code,value,status) character*(*) code integer*4 value integer*4 status
pprmdb resets database system parameters.
Caution: If the output unit iout is reset, make
sure that the new unit is properly opened.
codeDatabase system parameter keyword to be modified
(character, input): ABORT_LEVEL sets the
MemCom termination flag,
value taking the values
MCINITA or
MCINITC.
valueInteger value of parameter to be set (input).
statusStatus code returned (output). Upon successful completion of the operation, the status value 0 is returned. A negative value is returned, if an error has been detected. A positive value is returned, if a warning has been issued. See MemCom error codes.