Our ACS routines allow certain users and groups (examples STGADMIN, SYSTEMS) to
code classes if they are in a filter list of valid classes, basically:
IF (((&GROUP='STGADMIN') OR
(&GROUP='SYSTEMS')) AND
(&STORCLAS ¬='')) THEN
DO
SET &STORCLAS = &STORCLAS
EXIT
END
Otherwise, the code falls through and assigns the classes based on whatever
attributes we want to use, and it doesn't matter what they've coded in their
JCL because we ignore it.
Tim Hare
Senior Systems Programmer
Florida Department of Transportation
Tel: +1 (850) 414-4209
----------------------------------------------------------------------
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