MemCom Reference Manual > MemCom ftn Fortran API > Relational Table Manager (TB) > mcf_tb_clear

Name

mcf_tb_clear — Clear table buffer (Fortran API)

Synopsis

subroutine mcf_tb_clear(rt,status)

mcf_rtable rt
integer*4 status

Description

mcf_tb_clear clears and initializes the relational table identified by rt. All data defined in the table residing in the table buffer are removed.

Parameters

rt

Relational table identifier (input).

status

Status code returned (output). Upon successful completion of the operation, the status value 0 is returned. A negative value is returned, if an error has been detected.