1 SPAWN Creates a subprocess of the current process. The SPAWN command copies the context of the subprocess from the current process. Format SPAWN [command-string] 2 Parameters command-string A string of commands to be executed in the context of the created subprocess. After the command string is executed, control returns to SCACP. 2 Qualifiers None. 2 Example SCACP> SPAWN SHOW TIME 24-AUG-2000 15:22:39 SCACP> The command in this example creates a subprocess of the current process and displays the time.