Previous Topic: Add COMMAND IS ActionNext Topic: Add Expressions for Explicit Indexing


Add PRINTER TERMINAL IS Action

The PRINTER TERMINAL IS action statement sets the value of the special attribute, printer terminal ID. If a value for this special attribute is present when a Procedure Step completes execution, the Procedure Step prints a copy of its associated screen on the identified terminal. This statement has meaning only in online procedures.

The format of the PRINTER TERMINAL IS action is:

PRINTER TERMINAL IS printer-terminal-value

The following statement uses a character view for printer output:

PRINTER TERMINAL IS output TERMINAL_ID

The following statement uses spaces for printer output:

PRINTER TERMINAL IS SPACES

The following statement uses a literal printer ID value for printer output:

PRINTER TERMINAL IS PRINT1