| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (Insert Off) |
| Discussion: | This mnemonic turns the insert key off. |
| Example: |
a. 100 FORMAT (Insert Off) . PRINT (0,100) b. PRINT (0) (Insert Off) |