| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (CPL132) |
| Hex equivalent: | "@040009@" |
| Discussion: | This mnemonic sets the video display mode to 132 characters per line. |
| Example: |
a. 100 FORMAT (CPL132) . PRINT (0,100) b. PRINT (0) (CPL132) |