Circulation policy for loan type games, loacation JCL, patron groups with maximum of 25 all loan types loan type = games + library = JCL + patron group in QALUM25,QNONUC25 count games loaned < 3, count all loans < 25 if true check out if false count games loaned >= 3, count all loans < 25 if true error "Patron has 3 or more games checked out;total loans less than 25" - override needed for checkout if false count games loaned < 3, count all loans >= 25 if true error "Patron has 25 total items checked out;fewer than 3 games" - override needed for checkout if false count games loaned >= 3, count all loans >= 25 if true error "Patron has 25 total items checked out including 3 games" - override needed for checkout