Virtual Storage Manager (MOSC)

MOSC Banner

Action Reclaim - How to set CONMVC?

edited Jun 6, 2011 10:28AM in Virtual Storage Manager (MOSC) 1 commentAnswered ✓
Looking at the LCM 7.0 and 7.1 manuals to set an ACTION RECLAIM job up.  The manuals make reference to overriding CONFIG values for FRAG and CONMVC, but have no reference to how this is accomplished.

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);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center