MATRIX keyword
Use the MATRIX keyword to define a series of paired values that determine, based on the size of the input data set or the database type, the model to be used when the Image Copy utility creates an image copy data set.
The MATRIX keyword defines a series of paired values:
- For a data set-size matrix, each pair consists of a data set size and the name of the dynamic allocation model to use if the input data set is smaller than the defined size.
- For a database-type matrix, each pair consists of a database type identifier and the name of the dynamic allocation model to use for that database type.
Uses | Required on the MODEL control statement if you do not specify any other keywords except the NAME keyword. |
---|---|
Related keywords | Refer also to the following keywords:
|
Syntax for a data set-size matrix | MATRIX((size1,model1),(size2,model2),...(*,model5)) |
Syntax for a database-type matrix | MATRIX((dbtype1,model1),(dbtype2,model2,*,model3)) |
Values for a data set-size matrix | Specify up to five paired values. Each pair consists of two values:
|
Values for a database-type matrix | Specify up to three paired values. Each pair consists of two values:
|
Default | None |
Related topic