Introduction MTB Statements File System Compiler Applications Reference Guide Index

Language Structure Data Division I/O Format Division Procedure Division Mnemonics

(Insert On)

Mnemonic: (Insert On)
Discussion: This mnemonic turns the insert key on.
Example:
a. 100 FORMAT (Insert On)
   .
   PRINT (0,100)

b. PRINT (0) (Insert On)