| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (DE) |
| Hex equivalent: | "@0404@" |
| Discussion: |
Default characters per line.
This control code sets the default number of characters per line. The default value is established in the terminal setup, the terminal emulator setup, or the console setup, depending on the type of device being used. |
| Example: |
a. 100 FORMAT (DE) . PRINT (0,100) b. PRINT (0) (DE) |