18.11 SPAWN

CALL SPAWN('command line') A subprocess is created, the command line is executed, and then control returns to your program. If the command line is blank, the user gets the DCL prompt, and control returns after the user types LOG.