SET NOCHECK

        CLIC\SET NOCHECK item1 [item2 [...]]

    Disable some consistency checks performed by commands TABLE and SG_TABLE
    when appending new scans to an existing UV table. Items may be:

      SOURCE POINTING PHASE EPOCH SCAN

    This is equivalent to specifying TABLE /NOCHECK (or  SG_TABLE  /NOCHECK)
    with the same items for all subsequent table writes.

    This  setting is potentially dangerous (it can create tables with incon-
    sistent metadata). Use SET /DEFAULT to  restore  the  default  behaviour
    (all checks on).