Theo,

When DFHSM does primary space mgmt. it checks if any of the datasets have
management classes that have Class Transition Criteria parameters coded. If
the do and it fits into one of the criterias DFHSM will try and move the
dataset through the ACS routines (SC, MC and Storage Group) with the
&ACSENVIR of SPMGCLTR. Before this can happen the defined thresholds of
volumes holding these datasets must be met.

Richard
073 289 9246

On Wed, Apr 20, 2016 at 9:58 AM, Buckton, T. (Theo) <the...@nedbank.co.za>
wrote:

> Thanks Richard,
>
> I have gone through it, but I just need to understand the coding: Where is
> 'SPMGCLTR' being specified?
>
> Storage Class:
> IF &ACSENVIR = 'SPMGCLTR' THEN
>    SELECT (&STORCLAS)
>       WHEN ('SSD')      SET &STORCLAS = 'EASYTIER'
>       WHEN ('EASYTIER') SET &STORCLAS = 'SCSATA'
>       OTHERWISE         SET &STORCLAS = &STORCLAS
>    END
> ELSE ...
>
> Management Class:
> IF &ACSENVIR = 'SPMGCLTR' THEN
> /* SPACE MANAGEMENT CLASS TRANSITION */
>    SELECT (&MGMTCLAS)
>       WHEN ('NOML2')  SET &MGMTCLAS = 'ML2OK'
>       WHEN ('DB2NEW') SET &MGMTCLAS = 'DB2AGED'
>       OTHERWISE       SET &MGMTCLAS = &MGMTCLAS
>    END
> ELSE ...
>
> Storage Group:
> IF &ACSENVIR = 'SPMGCLTR' THEN
>    SELECT (&STORCLAS)
>       WHEN ('EASYTIER') SET &STORGRP = 'EASYTIER'
>       WHEN ('SCSATA')   SET &STORGRP = 'SGSATA'
>       OTHERWISE         SET &STORGRP = &STORGRP
>    END
> ELSE ...
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Richard Marchant
> Sent: 14 April 2016 02:15 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Example of ACS Environment of SPMGCLTR
>
> Theo,
>
> Check out Glen Wilcock's  'What's new in DFHSM'  March 2014. This was
> presented at SHARE in Anaheim in 2014. You can google it and download.
>
> There is a section called 'Storage Tiering' which goes into detail about
> SPMGCLTR (not SPGMCLTR) and the &ACSENV with examples.
>
> HTH
>
> Richard Marchant
> Joburg rules
>
> On Wed, Apr 13, 2016 at 5:52 PM, Buckton, T. (Theo) <the...@nedbank.co.za>
> wrote:
>
> > Hi,
> >
> > Can somebody give me an example of coding for &ACSENV of SPGMCLTR in
> > order to make use of CLASS TRANSITION  for space management - moving
> > data from one class of storage to another within ML0.
> > This should be for Storage, Management Class and Storage Group.
> >
> > Regards
> > Theo
> >
> > ********************
> > Nedbank Limited Reg No 1951/000009/06. The following link displays the
> > names of the Nedbank Board of Directors and Company Secretary.
> > [ http://www.nedbank.co.za/terms/DirectorsNedbank.htm ] This email is
> > confidential and is intended for the addressee only.
> > The following link will take you to Nedbank's legal notice.
> > [ http://www.nedbank.co.za/terms/EmailDisclaimer.htm ]
> > ********************
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions, send
> > email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send email
> to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ********************
> Nedbank Limited Reg No 1951/000009/06. The following link displays
> the names of the Nedbank Board of Directors and Company Secretary.
> [ http://www.nedbank.co.za/terms/DirectorsNedbank.htm ]
> This email is confidential and is intended for the addressee only.
> The following link will take you to Nedbank's legal notice.
> [ http://www.nedbank.co.za/terms/EmailDisclaimer.htm ]
> ********************
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to