The SPACE statement specifies the primary space and secondary space that PowerExchange uses to dynamically allocate target data sets on z/OS when you do not specify the SPACE parameter in the JCL.
z/OS
BS, DISP, LRECL, RECFM, RELEASE, UNIT, and VOLSER
No
SPACE=({
unit_type
|
T
}
,{
primary_space
|
0
}
,{
secondary_space
|
0
}
)
space_unit
Required. The type of space units that PowerExchange uses when dynamically allocating target data sets on z/OS, if you do not specify space information.
Enter one of the following options:
C
. Cylinders.
T
.
Tracks.
Default is T.
{
primary_space
|
0
}
Required. Primary space amount in the units that are defined in the
space_unit
parameter.
Valid values are from 1 through 16777215 tracks or the equivalent in cylinders. Default is 0. If you enter a value greater than 65535 tracks, coordinate with the space management team for the target system to verify that such a large allocation is supported.
{
secondary_space
|
0
}
Required. Secondary space amount in the units that are defined in the
space_unit
parameter.
Valid values are from 1 through 16777215 tracks or the equivalent in cylinders. Default is 0. If you enter a value greater than 65535 tracks, coordinate with the space management team for the target system to verify that such a large allocation is supported.