dmmpri — Print content of dataset
#include "memcom.ins" subroutine dmmpri(ident, i1, i2, i3, flag, form, io, status) integer*4 ident integer*4 i1,i2,i3 integer*4 flags character*(*) form integer*4 io integer*4 status
ident
DMM identifier of dataset to be printed (input).
i1 i2 i3
Print elements of the dataset from index
i1
to i2
in steps of
i3
(input).
flag
Override flag (input). O
(override)
means that formatting errors are ignored. All other values
of flag
will terminate printout if an
error is encountered.
form
Printout format according to C
printf
rules (input).
io
Formatted Fortran output
unit (input). Usually set to MCIOOUT
(see
memcom.ins
).
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.