QFI>REPEAT 1 QFI>@A.CCM
would perform all the commands in the file A.CCM, rewind the file, and repeat once.
If A.CCM contained the commands
! A.CCM REPEAT 3 FRDB 9 100 10
the block read would be performed 4 times, before repeating the whole file, as in the above example.