Previous Topic: VOLUMES=volume

Next Topic: DSORG=ALL|VSAM|PS


MBYTESRANGE=(0|n[,n])

Specifies the size which the data sets must be in order to be processed. The data set's size is the number of allocated tracks and cylinders converted into megabytes, not the actual space usage. The first number of MBYTESRANGE specifies the minimum size, which the data set must be in order to be included in TCF processing. The second number specifies the maximum size.

MBYTESRANGE=(0,600)
 MBYTESRANGE=(300,1200)
 MBYTESRANGE=(,500) <--- Invalid

Note: If you code a maximum size, you must also code a minimum size, even if the minimum is zero. Examples: