The START command starts the SCS address space. You can enter START or the S abbreviation. You must have UPDATE authority to the SAF OPERCMDS class resource named MVS.START.STC.procname to use this command.
Note: Do not start the MSMCAUX procedure manually. The MSMCAUX procedure is started by the SCS address space (MSMCPROC).
The START command guidelines are as follows:
This command has the following format:
Start procname[,,,(start_parameters)][,REUSASID=YES][,PARMS='exec_parameters']
Specifies the name of the system PROCLIB member containing the JCL procedure that is used to start the SCS address space. The name is commonly MSMCPROC.
(Optional) Specifies the START command parameters for the SCS address space. The START command parameter values override the JCL EXEC statement PARM parameter values.
(Optional) Specifies that z/OS assigns a reusable address space identifier (ASID) to the SCS address space.
(Optional) Specifies overriding the JCL EXEC statement PARM parameters for the SCS address space with the parameters you specify. The exec_parameter values that you specify override the JCL EXEC statement PARM parameter values.
Examples: Start the SCS Address Space
These examples identify how to start the SCS address space using the START command.
S MSMCPROC,REUSASID=YES,PARMS='CONFIG(SCSPARMS)'
S MSMCPROC,,,(CONFIG(SCSPARMS)),REUSASID=YES
|
Copyright © 2014 CA.
All rights reserved.
|
|