Introduction MTB Statements File System Compiler Applications Reference Guide Index

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

(Upper Case Input)

Mnemonic: (Upper Case Input)
Discussion: After this mnemonic is issued, all keyboard input will be automatically converted to upper case characters.

The (Normal Input) mnemonic turns upper case input off.

History: This mnemonic was added in Comet 504.
Example:
PRINT (0) (Upper Case Input)

or

100 FORMAT (Upper Case Input)
.
PRINT (0,100)