SCF Reference Manual for J-Series and H-Series RVUs

SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs529649-003
5-43
CONFIRM Command
CONFIRM Command
The CONFIRM (confirmation) command enables or disables the display of a positive
confirmation message upon successful completion of the latest command.
OUT
file-spec
causes any SCF output generated for this command to be directed to the specified
file. The variable
file-spec
is defined on page 5-9.
ON
enables the display of confirmation messages.
OFF
disables the display of confirmation messages.
Considerations
Confirmation messages are not displayed unless explicitly requested by the
CONFIRM command.
Error and warning responses are always displayed, regardless of whether
confirmation messages are displayed.
Example
This example shows three confirmation messages returned as a result of the
CONFIRM ON command:
-> CONFIRM ON
CONFIRM....... ON (Confirmation message)
-> START LINE $LHX2
START ACCEPTED BY X25AM: LINE $LHX2 (Confirmation message)
-> PAGESIZE
PAGESIZE...... -1 TERMINAL (Confirmation message)
CONFIRM [ /OUT
file-spec
/ ] { ON | OFF }