mcf_st_cell_clear — Clear a sparse-table cell
subroutine mcf_st_cell_clear(dsid,row_index,column_index,status) integer*4 dsid integer*8 row_index integer*8 column_index integer*4 status
mcf_st_cell_clear
clears, for the
sparse-table dataset identified by dsid
, the cell
identified by the row index row_index
and the
column index column_index
. The cell may or may
not be empty before calling mcf_st_cell_clear
.
Afterwards, the cell is empty.
mcf_st_cell_clear
does not affect the
row's sorting order, if any.
dsid (input)
Dataset identifier.
row_index (input)
Row index, starting at 1.
column_index (input)
Index of the column whose data element size is requested. Column indices start at 1.
status (output)
If no error occurred, 0 is returned. Otherwise, a negative value indicating the MemCom error number is returned.