Previous: FDSIN
Up: Input/Output
Next: FSOUTD
Previous Page: FDSIN
Next Page: FSOUTD

FSMARK

fsmark(ioid,name,ntot*,ierr*)

int fsmark(ioid, name, ntot, ierr) int ioid, *ntot, *ierr; char *name;

Marks data set for output. After all required data sets are marked FSOUTD should be called to output the definition block. Following FSOUTV calls will write out all marked data sets for given output ID if they are stored in the section to which FSOUTV call refers. This way all sets are marked, independently of section but contants (section 2) and variables (section 1) are written out as separate records.

IOID
- output ID
NAME
- data set name
NTOT*
- number of data sets marked for this ioid
IERR*
- DSPACK error flag

wwwd@na49
Fri Nov 4 23:36:02 MET 1994