Re: Example of ACS Environment of SPMGCLTR

2016-04-26 Thread Glenn Wilcock
Hi Theo, Yes, SPMGCLTR was introduced in the ACS routines in 2.1. It is used by HSM for transitions for structured data, opposed to CTRANS which is used by OAM for unstructured data. I was incorrect in my earlier post. After communicating with the developers, they indicated that management

Re: Example of ACS Environment of SPMGCLTR

2016-04-25 Thread Buckton, T. (Theo)
2.1? What is difference between CTRANS and SPMGCLTR? Regards Theo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Glenn Wilcock Sent: 22 April 2016 06:09 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Example of ACS Environment

Re: Example of ACS Environment of SPMGCLTR

2016-04-22 Thread Glenn Wilcock
Hi Theo, Change: IF = 'SPGMCLTR' THEN SELECT () WHEN ('USRTIER1') SET = 'USRTIER2' OTHERWISE SET = END to: IF = 'SPGMCLTR' THEN SET = 'USRTIER2' END This obviously overly simplifies it, unless you only plan on making the change to one management class.

Re: Example of ACS Environment of SPMGCLTR

2016-04-22 Thread Buckton, T. (Theo)
Wilcock Sent: 21 April 2016 10:51 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Example of ACS Environment of SPMGCLTR Hi, I believe that the problem is that my original presentations on this topic showed using the existing classes/group to determine the new class/group. Unfortunately

Re: Example of ACS Environment of SPMGCLTR

2016-04-21 Thread Glenn Wilcock
Hi, I believe that the problem is that my original presentations on this topic showed using the existing classes/group to determine the new class/group. Unfortunately, that was function that did not make shipped support. (I have updated the examples in my most recent presentations). For

Re: Example of ACS Environment of SPMGCLTR

2016-04-21 Thread Richard Marchant
> Record length . . . : 80 Used extents . . . : 0 > > Block size . . . . : 8000 > > 1st extent tracks . : 1 > > Secondary tracks . : 1 Dates > > Data set name type : Creation date . . . : 2016/04/16 > >

Re: Example of ACS Environment of SPMGCLTR

2016-04-21 Thread Richard Marchant
Current Utilization > > Record format . . . : FB Used tracks . . . . : 0 > > Record length . . . : 80 Used extents . . . : 0 > > Block size . . . . : 8000 > > 1st extent tracks . : 1 > > Secondary tracks . : 1

Re: Example of ACS Environment of SPMGCLTR

2016-04-20 Thread Buckton, T. (Theo)
Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Richard Marchant Sent: 20 April 2016 11:12 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Example of ACS Environment of SPMGCLTR Theo, When DFHSM does primary space mgmt. it checks if any of the datasets have management classes that have

Re: Example of ACS Environment of SPMGCLTR

2016-04-20 Thread Richard Marchant
HEN >SELECT () > WHEN ('EASYTIER') SET = 'EASYTIER' > WHEN ('SCSATA') SET = 'SGSATA' > OTHERWISE SET = >END > ELSE ... > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Beha

Re: Example of ACS Environment of SPMGCLTR

2016-04-20 Thread Buckton, T. (Theo)
: 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

Re: Example of ACS Environment of SPMGCLTR

2016-04-14 Thread Richard Marchant
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 with examples. HTH Richard Marchant

Example of ACS Environment of SPMGCLTR

2016-04-13 Thread Buckton, T. (Theo)
Hi, Can somebody give me an example of coding for 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