NOTCAT2_QUALIFIER_POSITION
The NOTCAT2_QUALIFIER_POSITION keyword specifies the position of the data set name qualifier that is defined by the NOTCAT2_QUALIFIER keyword.
Syntax
NOTCAT2_QUALIFIER_POSITION=position
Where:
- position
- is a numeric value that specifies the position of the data set name qualifier. The maximum value is 22. A value of 1 indicates that the qualifier will be the highest level qualifier in the data set name. A value that exceeds the current number of qualifiers in the data set name results in the qualifier being added to the end of the data set name.
Default
The default is 0, which is the same as not specifying NOTCAT2_QUALIFIER_POSITION.
Environments
CATCHECK
Related keywords
NOTCAT2, NOTCAT2_CHECK, NOTCAT2_DYNAL, NOTCAT2_QUALIFIER, and NOTCAT2_SUFFIX.
Example
In the following example, the resulting data set name begins with abc. For example, abc.test.data:
NOTCAT2_QUALIFIER=abc
NOTCAT2_QUALIFIER_POSITION=1