SET CONTROL: Difference between revisions

From VSI OpenVMS Wiki
Jump to navigation Jump to search
Created page with "'''SET CONTROL''' is a DCL command that enables or disables the Ctrl/Y or the Ctrl/T function. Pressing Ctrl/Y interrupts a command and returns you to the DCL..."
 
(No difference)

Latest revision as of 12:06, 3 December 2019

SET CONTROL is a DCL command that enables or disables the Ctrl/Y or the Ctrl/T function. Pressing Ctrl/Y interrupts a command and returns you to the DCL command level. Pressing Ctrl/T momentarily interrupts a command to print a line of statistics. SET CONTROL=T requires that SET TERMINAL/BROADCAST be set for the information to be displayed at your terminal.

Syntax

SET CONTROL  [=(T,Y)] 
SET NOCONTROL  [=(T,Y)]