That's what I can find to, but I saw a reference that I interpreted might allow this, and right now I am stretching. I need to figure how to get dataclass assigned correctly for datasets that already exist.
Thanks for confirming for me. Thanks Bill Bishop Specialist Mainframe Support Group Server Development & Support Toyota Motor Engineering & Manufacturing North America, Inc. [email protected] (502) 570-6143 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Tom Marchant Sent: Wednesday, April 16, 2014 3:23 PM To: [email protected] Subject: Re: Assign Dataclass via Storeclass ACS routine On Wed, 16 Apr 2014 18:09:37 +0000, Bill Bishop (TEMA TPC) wrote: >I have also seen a reference where the dataclass was assigned in the >storeclass ACS routines. I don't think so. Each ACS routine can set only its corresponding read-write variable: The data class routine can set only &DATACLAS. The storage class routine can set only &STORCLAS. The management class routine can set only &MGMTCLAS. The storage group routine can set only &STORGRP. -- Tom Marchant ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
