Interactive
Set Interactive [ ON|OFF ]
(Default: no change)
(Initially: depends)
If you run Qedit from a Session, Set Interactive is ON. If you run Qedit from a batch job or with Stdin or Stdlist redirected, Set Interactive is OFF. When it is OFF, Qedit will abort on any error, will assume the default answer to any question, and will generally act as if there is not an intelligent being typing the commands. When it is ON, Qedit waits for answers to questions and does not trim trailing spaces from input lines (allowing you to enter // plus a space as a data line in the Add command).
However, if you run Qedit on a Remote Session that was created from a batch job, Set Interactive will be ON even though you are NOT interactive. If you wish to have proper batch error processing, your first command after :Run Qedit should be Set Interactive OFF.
Entering Set Interactive with no ON or OFF parameter does not change the current setting.