.!CLEAR help text .noflags .rm 77 .lm 0 1 CLEAR .br Clears a screen and in later implementations perhaps other things like counters. .sk Format .sk;.lm+2;.rm-2 CLEAR option .lm-2;.rm+2 .!----------------------------------------------------------------------------- 2 SCREEN .rm-2 .sk Clears the screen of the character cell display or terminal emulator window owned by the process or another one specified by its device name. .sk Format .sk;.lm+2;.rm-2 CLEAR SCREEN .lm-2;.rm+2 3 /DEVICE .rm-2 .lm+2;.rm-2 .sk /DEVICE=device-name .sk;.lm-2;.rm+2 Controls the device name of the screen which will be cleared. .sk 3 Bugs .sk The CLEAR SCREEN command without a qualifier works fine, but it does not return an error status if it fails. .sk If one uses the device of another process, then the CLEAR SCREEN command waits until it gets an input from the other process input device. .sk 3 Examples .sk .literal 1.$ CLEAR SCREEN .end literal .sk The CLEAR SCREEN command in this example clears the screen of the current process. .sk .literal 2.$ SHOW USERS/FULL/NODE/INTERACTIVE OpenVMS User Processes at 26-OCT-1996 19:42:32.40 Total number of users = 1, number of processes = 2 Username Node Process Name PID Terminal ELCH VISKPA This is me==:-) 21E003A8 FTA43: ELCH VISKPA qay'be' Qapla' 21E00496 FTA45: $ CLEAR SCREEN/DEVICE=FTA45: .end literal .sk The CLEAR SCREEN command in this example clears the screen with the device name FTA45:.