SET
CONTROL operand1
...
|
This document covers the following topics:
For an explanation of the symbols used in the syntax diagram, see Syntax Symbols.
The SET CONTROL
statement is used to perform
terminal commands from within
a program.
Operand Definition Table:
Operand | Possible Structure | Possible Formats | Referencing Permitted | Dynamic Definition | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
operand1 | C | S | A | yes | no |
Syntax Element Description:
operand1 |
Terminal Commands to Be Specified:
The terminal commands are specified as
operand1 without the control character
For further information on terminal commands, see the Terminal Commands documentation. |
---|
... SET CONTROL 'L' ...
Switches to lower case (equivalent to the terminal command
%L
).
... SET CONTROL 'HDEST'...
Activates hardcopy output to destination DEST
(equivalent
to the terminal command %Hdestination
).