Introduction MTB Statements File System Compiler Applications Reference Guide Index

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

(CrMode)

Mnemonic: (CrMode=mode)
Discussion: This mnemonic controls the action of the Enter key. The following values may be used:
0 = default (from SYSGEN)
1 = Enter key works like Tab
2 = Enter key behaves like a CR (goes to beginning of next
    line unless a TM or TP is encountered)
History: This mnemonic was added in REL 00.06.
Example:
a. 100 FORMAT (CrMode=1)
   .
   PRINT (0,100)

b. PRINT (0) (CrMode=1)
This example shows how to make the Enter key work like the Tab key.