Setting up an ML3-like policy for your SMS management classes
You assign archive policies and archive groups to your SMS management class definitions and the Archive function automatically builds the data set selection criteria that implement the ML3-like storage tier.
About this task
To use the Archive function to set up an "ML3" storage tier, you specify the SMS management class
name, archive days, and archive group information in the AXQMCPOL
member of theAdvanced Archive for DFSMShsm parameter library. The Archive process builds the selection
criteria automatically from the information in AXQMCPOL
. You can code this information manually, or you can use the SMS Archive Policy Editor to code
the information in the AXQMCPOL member of the parameter
library.
AXQMCPOL
member of the parameter
library:*MGMTCLAS ARCHIVE ARCHIVE
* NAME DAYS GROUP
*-------- ------- --------
STANDARD 720 COSGRP1
ARCHIVE 60 *
The
AXQMCPOL
member is ignored until you remove the
CRITERIA
DD from the AXQRCHIV job. When you submit
the modified AXQRCHIV job, the Archive process reads the contents
of the AXQMCPOL
member and generates these
selection criteria to compare against the ML2 candidate data
sets://CRITERIA DD *
GROUP_NAME=COSGRP1
MGMTCLASS=STANDARD
#DAYS_SINCE_LASTUSED=00720-99999
GROUP_NAME=ARCHIVE
MGMTCLAS=ARCHIVE
#DAYS_SINCE_LASTUSED=00060-99999
Procedure
What to do next
If the Archive function issues error messages or verification reveals that the Archive process did not produce the expected results, go on to Creating a candidate rejection report to create a report that provides information about why candidate data sets were not processed.