Introduction MTB Statements File System Compiler Applications Reference Guide Index

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

(Restore Screen)

Mnemonic: (Restore Screen)
Hex equivalent: "@040004@"
Discussion: This mnemonic restores a screen display that has been previously saved with the (Save Screen) mnemonic.
Example:
a. 100 FORMAT (Restore Screen)
   .
   PRINT (0,100)

b. PRINT (0) (Restore Screen)