Example of reporting about a specific user ID and plan

This example shows how a single authorization identifier and a single plan name is included.

If you suspect that authorization identifier USERID01 using plan NEWACC is causing a performance problem, you can report only data that belong to that user ID and plan. To do that, specify:
 
GLOBAL
   INCLUDE (AUTHID(USERID01)
            PLANNAME(NEWACC))
 

Only data with authorization ID USERID01 and plan NEWACC is reported.