DSN=data.set.name,JOB=userid,POOL=pool.name
An asterisk (*) or hyphen (-) can be used in the DSN and JOB values as a mask that matches an arbitrary number of characters. If you use either pattern-matching character, it must be the last character in the string. Characters must not be in mixed case.
During a scratch mount, the data set name parameters of the assignment rules are compared to the DSN specified on the MOUNT command. If a match is found, the user ID requesting the mount is compared to the JOB parameter. If the JOB parameter also matches, the scratch mount is assigned to the specified pool.
The following examples demonstrate ways to specify pool assignments:
DSN=*,JOB=TEST*,POOL=SYSTEM.TEST
Because an * is permitted in the DSN and JOB parameters, more than one assignment rule can satisfy a request. In the case of multiple data set name matches, the more restrictive data set name match is used. ABCD* is more restrictive than ABC*, and ABCD is more restrictive than ABCD*. In the case of identical data set name masks, the job name is used as final arbiter.
DSN=*,JOB=TECH*,POOL=CONFIDEN DSN=LAUNCH.DATA*,JOB=TECH*,POOL=SECRET DSN=LAUNCH.DATA.FAILURES,JOB=TECH*,POOL=TOP.SECRET
|
Copyright © 2013 CA.
All rights reserved.
|
|