dmmgpr — Inquire DMM system parameters
subroutine dmmgpr(key, ival, status) character*(*) key integer*4 ival integer*4 status
key
String defining the parameter to be returned, (input):
NENTRY
returns the current number of
available DMM entries in
ival
(obsolete in MemCom
7. NENTRYMAX
returns the
maximum number of available datasets in
ival
(obsolete in MemCom
7). CHECK
returns the
current setting of the DMM check
flag in ival
. INCSIZE
returns the increment size of the
DMM access table in
ival
.
ival
Value associated to key (output).
status
Status code returned (output). A value of 0 indicates normal completion of the operation. A negative value indicates an error. A positive value indicates a warning. See MemCom error codes.