CL Command Reference - STRS36PRC
CL Command List > STRS36PRC Reference
Description:
The Start System/36 Procedure (STRS36PRC) command starts a System/36 procedure. It is valid whether or not the System/36 Environment is active, but it is not valid if a System/36 procedure is already running. It cannot be placed in a procedure or in a program that is called by a procedure.
Examples:
Example 1: Changing the Current Library
STRS36PRC PRC(PROC1) CURLIB(MYLIB)
This command changes the current library to MYLIB and runs procedure PROC1.
Example 2: Listing Files Used by the System
STRS36PRC PRC(CATALOG) PARM(ĄŻALL,F1ĄŻ)
This command lists all files used by the System/36 environment.