Batch Mode Simulation : Simultaneous SCP Execution

Simultaneous SCP Execution

Multiple SCPs may be executed at the same time. Individual SCPs may be started and stopped during execution. The EXEC and STOP_SCP statements provide this function.

EXEC ’scp_name’
STOP_SCP [ scp_name ]

If the STOP_SCP statement is used without a scp_name, all SCPs are stopped.

Note that while the interactive RUN command stops any previously executing SCPs, the EXEC statement does not affect the execution of other SCPs. If an SCP was activated using RUN, its Main Section is executed, while that of any EXECed SCP is ignored.