Simultaneous SCP Execution
Multiple SCPs may be executed at the same time. Individual SCPs may be started and stopped during execution. The
EXEC
andSTOP_SCP
statements provide this function.If the
STOP_SCP
statement is used without ascp_name
, all SCPs are stopped.Note that while the interactive
RUN
command stops any previously executing SCPs, theEXEC
statement does not affect the execution of other SCPs. If an SCP was activated usingRUN
, its Main Section is executed, while that of anyEXECed
SCP is ignored.