intn DFSDsetdatastrs(char *label, char *unit, char *format, char *coordsys)
label
IN:
Label describing the data
unit
Unit to be used with the data
format
Format to be used in displaying the data
coordsys
Coordinate system of the data
Purpose
Sets the label, unit, format, and coordinate system for the next dataset written to file.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
FORTRAN
integer function dssdast(label, unit, format, coordsys)
character*(*) label, unit, format, coordsys