Action Reclaim - How to set CONMVC?
The "Control section has some canned Control statements that don't appear appropriate for an ACTION RECLAIM.
How would I reclaim MVCs that are 75% fragmented in a STORCLAS of "LOCAL".
In the control section???? Somewhere else????
OPTIONS
NOTMS
NOSYNC;
ACTION RECLAIM
WHEN( /* OPEN THE AND1 */
(STORCLAS EQ 'LOCAL')AND
(MVCFRAG GE 75) AND
(INLSM));
); /* CLOSE THE AND1 */
CONTROL ?????
LIMIT(10);