Fix TRansactions (28)
Changes transaction-begin and -end pointers.
Options: A I rec1 rec2
A recalculate CRC; allows damaged transaction records to be used; use only if necessary to allow corrupted records to be polled
I clear all transaction numbers from the transaction file and reset the transaction pointers; irreversible; fill transaction number field with -1s for all transactions.
rec1 rec2 set pointers; rec1 is the physical record number of the oldest transaction you want to include in the active portion of the table; rec2 is the physical record number of the most recent transaction you wish to include in the active portion of the table.
Basic CFNIII Commands