The 2 of you talking have explained why it's not working. I'm the guy do the allocation though 3.2 and when I allocate a dataset using my userid as the HLQ, it works perfectly. When I try allocating someone else's datasets with their HLQ, it doesn't work...
You've cleared up the mystery... Thanks guys... George Rodriguez Specialist, Systems Programmer Network & Technical Services (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 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Darth Keller Sent: Thursday, September 17, 2009 1:28 PM To: [email protected] Subject: Re: Question on ACS Routines >>Do you have a filtlist? I believe that to use &user, you would have to >>filter on user, as in >>FILTLIST USER INCLUDE (XXX*) >>then >>WHEN (&DSN EQ &USER) >>DO >> SET &STORCLAS EQ 'USERSC' >> EXIT >>END >>Doug Good point, Doug - but &USER is a read-only variable which IIRC is the ID of the user allocating the DS. Maybe what he's trying to accomplish is to check the 1st level against the USER id - in which case, he probably needs to specify &DSN(1) instead of DSN. ddk (I still stand behind my statements about WRITE's & EXIT's!) ************************************************************************ ************** This e-mail message and all attachments transmitted with it may contain legally privileged and/or confidential information intended solely for the use of the addressee(s). If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, forwarding or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message and all copies and backups thereof. Thank you. ************************************************************************ ************** ---------------------------------------------------------------------- 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 ---------------------------------------------------------- --------------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

