Inserts HDF file labels and file descriptions (annotations) into a file.
Help If present and nonzero, lists the usage for this routine.
Label A string variable that contains the label for the specified file.
Usage If present and nonzero, lists the usage for this routine. (Same as the Help keyword.)
label = 'Put File Label (ID) Test' status = HDFPUTFILEANN (testfile, Label=label) IF (status EQ FAIL) THEN $ MESSAGE, 'Failed HDFPUTFILEANN with Label.'
desc = BYTE ('Put File Description Test') status = HDFPUTFILEANN (testfile, $ Description=desc) IF (status EQ FAIL) THEN $ MESSAGE, 'Failed HDFPUTFILEANN with'+ $ ' Description.'
Refer to the following routines in the HDF Reference Manual:
For a complete list of the HDF convenience routines, refer to Chapter 1, Functional Summary of Routines.