mcNMwrite — Write to neutral file (C API)
#include <memcom.h> int mcNMwrite(int handle, const char* patt, int nfhandle);
mcNMwrite
writes (encodes) one or more
datasets residing on the database identified by
handle
to the neutral file identified by
nfhandle
. If the dataset pattern matching string
patt
is not NULL or blank only datasets matching
patt
will be encoded. If completed sucessfully,
mcNMwrite
returns 0.
handle
Database handle from where data is decoded (input).
patt
Dataset matching pattern (input).If
patt
is not NULL or blank only datasets
matching patt
will be encoded.
nfhandle
Neutral file handle (input), see mcNMopen
.