PCA Command
Causes PCA to verify command input by echoing it to the terminal.
Format
SET VERIFY
1 – Description
The SET VERIFY command causes PCA to echo subsequent command
input to the terminal. Input verification is useful when you
want to see the commands from command procedures as they are
executed. You can disable input verification with the CANCEL
VERIFY command.
2 – Examples
PCAC> SET VERIFY
PCAC> @X.COM
@X.COM
SET DATAFILE [SAGER.TST]PCAPRIME
SET LANGUAGE C
PCAC>
The SET VERIFY command enables input verification. The next
command entered (@X.COM) is therefore echoed to the terminal.
Then a SET DATAFILE and a SET LANGUAGE command are read from
the command procedure X.COM. Both commands are echoed to the
terminal.