5. FILES › 5.2 Batch Information Area Files › 5.2.16 Multisystem Enclave Activity File (BATREN) › 5.2.16.4 BATREN Retrieval Examples
5.2.16.4 BATREN Retrieval Examples
The following presents a typical BATREN retrieval examples:
By printing a list of systems that executed work under a
multisystem enclave, you will list the CPU time
accumulated for each remote system as well as provide a
total of CPU time by originating the system.
DATA;
SET &pBATX..BATRENxx;
PROC SORT;
BY RENLSYID;
PROC PRINT;
by RENLSYID RENSYSNM;
ID SYSID;
VAR SYSNAME JOB RENCPDTM RENREDSU RENCPITM
RENREISU;
SUM RENCPITM RENCPDTM;
RUN ;