I too had this same problem and how I fixed it was through the ACS routines. If UNIT=VIO SET STORCLAS = TEMP.
The advantage is that you can do this now. If you need specific info contact me off-list. Hope this helps, ------Original Message------ From: Rob Scott To: MVS ListServ ReplyTo: MVS ListServ Subject: Re: UNIT=VIO is INCORRECT DEVICE NAME Sent: Feb 26, 2010 4:33 AM I believe that UNIT=VIO requires that "VIO" is defined as an ESOTERIC unit (rather than a GENERIC) - therefore it must be defined by the sysprog in HCD in the OS-config otherwise it will not be valid. (I have worked at sites in the past where even "SYSDA" was not defined as an esoteric). Rob Scott Developer Rocket Software 275 Grove Street * Newton, MA 02466-2272 * USA Tel: +1.617.614.2305 Email: [email protected] Web: www.rocketsoftware.com -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Gilbert Saint-Flour Sent: 26 February 2010 09:12 To: [email protected] Subject: UNIT=VIO is INCORRECT DEVICE NAME I am having this problem. //TEST EXEC PGM=IEFBR14 //TEMP DD UNIT=VIO,SPACE=(TRK,1) IEF210I JOBNAME# TEST TEMP - UNIT FIELD SPECIFIES INCORRECT DEVICE NAME If I change it to UNIT=SYSDA, the file is allocated to VIO: //TEST EXEC PGM=IEFBR14 //TEMP DD UNIT=SYSDA,SPACE=(TRK,1) IGD100I VIO ALLOCATED TO DDNAME TEMP DATACLAS ( ) I find all of this bizarre - can anyone explain why it happens ? Thank you. -- Gilbert Saint-Flour GSF Software http://gsf-soft.com ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html George Rodriguez Specialist II - IT Solutions Application Support / Quality Assurance PX - 47652 (561) 357-7652 (office) (561) 707-3496 (mobile) School District of Palm Beach County 3348 Forest Hill Blvd. Room B-332 West Palm Beach, FL 33406-5869 Florida's Only A-Rated Urban District For Five Consecutive Years ---------------------------------------------------------- --------------Palm Beach County Schools--------------------- Rated "A" by the Florida Department of Education 2005-2009 -----Home of Florida's first LEED Gold Certified School----- -----------http://www.palmbeachschools.org------------- The District of Palm Beach County is an Equal Education Opportunity Provider and Employer. Under Florida law, e-mail addresses are public records. If you do not want your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

