Previous: Output Routines
Up: Output Routines
Next: Defining Data Set Elements
Previous Page: Output Routines
Next Page: Defining Data Set Elements
- SDDS_InitializeCopy---Initializes a SDDS_TABLE structure in preparation for internally
copying the current data table of another data set.
- SDDS_InitializeOutput---Initializes a SDDS_TABLE structure in preparation for output
of data to a data set. This includes opening the file but not writing the SDDS header, which
is yet to be defined.
- SDDS_StartTable---Signals the beginning of a new data table of a data set that is being
created in a program. Usually calls to this routine are interleaved with calls to SDDS_WriteTable.
- SDDS_CopyTable---Copies the current data table from one data set structure to another. The
target data set is usually set up using SDDS_InitializeCopy.