The output is repeated for each testcase. Finally, a summary of the number of test cases read, the number actually executed, and the number of exceptions is displayed.
ACC80109-I TESTCASE MEMBER SUMMARY:
MEMBERS READ = 15
MEMBERS SELECTED= 15
MEMBERS EXECUTED= 15
EXCEPTIONS = 14
In the above testcase summary, MEMBERS READ indicates the number of testcase mem- bers that were read from the testcase library. MEMBERS SELECTED indicates the num- ber of members that were selected for execution by the MEMBER parameter on the SELECT statement. MEMBERS EXECUTED indicates the number of test cases actually run. This may be less than MEMBERS SELECTED if some filtering criteria, such as FILTJOB or FILTDSN, prevented some selected test cases from being executed.