prttb, prtdtb, prtttb — Print content of relational tables
#include "memcom.ins" subroutine prttb(iout) integer*4 iout subroutine prtdtb(handle,name,idiv,iout,status) integer*4 handle character*(*) name integer*4 idiv integer*4 iout integer*4 status subroutine prtttb(handle,name,idiv,iout,status) integer*4 handle character*(*) name integer*4 idiv integer*4 iout integer*4 status
prttb
prints the content of the table
residing in the table buffer. All items, except for array type
items, are printed. prtdtb
prints the content
of the descriptor of dataset on the output unit specified by
iout
. prtttb prints the content of the relational
dataset on the output unit specified by
iout
.
handle
Database unit number (input). The file unit
handle
may not exceed the maximum number of simultaneously open
databases.
name
Name of dataset (input). The string may not exceed the maximum dataset name length.
idiv
Sub-division number (input). idiv
must be greater than or equal to 0.
iout
Formatted Fortran output unit (input). The file
associated to unit iout
must be open.
Setting iout
to
MCIOOUT
prints to the default output
unit.
status
Status 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.