mcf_nm_open — Open neutral file
subroutine mcf_nm_open(nfname,ocode,nfhandle) character*(*) nfname character*(*) ocode integer*4 nfhandle
nfname
Name of neutral file to be opened (input).
ocode
Neutral file open code (input). w
means write. r
means read. Note that
write and read cannot be mixed.
nfhandle
Neutral file handle or status code returned (output). A value >0 means that the function has terminated properly. A value <0 indicates an error.