mcf_db_print_set — Print dataset (Fortran API)
subroutine mcf_db_print_set(handle,cname,status) integer*4 handle character*(*) name integer*4 status
mcf_db_print_set
prints the contents of
the dataset identified by handle
and
name
to the standard output.
Note | |
---|---|
In the current version of
|
handle
Database file handle of dataset to be printed (input).
name
Name of dataset to be printed (input). The string may
not exceed the maximum dataset
name length. name
may contain
shell wild card pattern matching characters, the pattern
matching mechanism being the same as the one found in the
UNIX Bourne shell. If all
datasets are to be printed, set pattern
to "*"
.
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.