z/OS DFSMS Implementing System-Managed Storage
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Writing the Storage Group ACS Routine

z/OS DFSMS Implementing System-Managed Storage
SC23-6849-00

Figure 1 shows how DFSMShsm volumes are directed to system management.

Figure 1. Storage Group ACS Routine Fragment to Assign Tape Storage Groups
WHEN (&HLQ = &HSM_HLQ &&                 /*  Put HSM volumes in 3495*/
      &DSN(2) = &HSM_2LQ)                /*  If out of scratches,   */
                                         /*  create on 'old' drives */
  DO
    SET &STORGRP = 'HSMLOC'
    EXIT
  END

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014