Syntax and options of the STOSPACE control statement
The STOSPACE utility control statement, with its multiple options, defines the function that the utility job performs.
You can create a control statement with the ISPF/PDF edit function. After creating it, save it in a sequential or partitioned data set. When you create the JCL for running the job, use the SYSIN DD statement to specify the name of the data set that contains the utility control statement.
Syntax diagram
Option descriptions
- STOGROUP
- Identifies the storage
groups that are to be processed.
- (stogroup-name, …)
- Specifies the name of a storage group. You can use a list of from one to 255 storage group names. Separate items in the list by commas, and enclose them in parentheses.
- *
- Indicates that all storage groups are to be processed.
