MemCom Reference Manual > MemCom (Old) Fortran77 API > Relational Table Manager Functions > ncrtb

Name

ncrtb — Set table buffer clear flag

Synopsis

subroutine ncrtb(iflag)
integer*4 flag

Description

ncrtb sets the no-clear flag which controls the resetting of the table buffer after a table has been written to a file. If the no-clear flag is off (iflag = 0), the buffer will be cleared, if the no-clear flag is on (iflag = 1), the buffer will not be cleared (after a call to putdes or puttab). By default the table is not cleared.

Parameters

iflag

Table buffer clear flag (input). If iflag = 0 the buffer will be cleared. If iflag = 1 the buffer will not be cleared (default).