------------------------ README ------------------------- Problem: QUIZ and QTP continue to run after *E* errors, and max records situation. Solution: There is an undocumented feature in QUIZ (and QTP, too I think) that you can use to accomplish this objective. If there is a file equation when QUIZ runs for STDERROR, that file will be used by QUIZ to record a copy of all error and warning messages. ENVIRONMENT ASSUPTIONS - create a group QZZ in each account - create a group XEQ.SYS to hold the commands - In each job, insert a line bq.xeq.sys before each execution of quiz. - In each job after the execution of quiz, insert the following: SETVAR ERRORPROC x SETVAR QNAME "nn" AQ.XEQ.SYS where x is 0 (report only) 1 (report, abort for *E* only) 2 (report and abort of *E* or max records) nn is a quiz name (useful in shops that do a lot of quiz "USE") Bill Perry - Independent consultant bill@williamperry.com