ESP warning message ESP1072W on the JOBSTATS data set high usage
search cancel

ESP warning message ESP1072W on the JOBSTATS data set high usage

book

Article ID: 36914

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Receiving warning messages ESP1072W 65% CI usage, 100% CA usage, 111 extents, DSN=hlq.JOBSTATS.DATA 
Message shows JOBSTATS data set using 111 extents and needs to be extended.

 

Resolution

Instructions: 

1. Clean up the JOBSTATS data set using ESP utility job CYBESUT8.  (This step may be bypassed if CYBESUT8 is used on a regular basis.)

     1.  Execute in page mode: OPER CALLRTN CYBESUT8 ANALYZE AGE(nn) JOB(-)  (To see how many jobs meet the age criteria that would get deleted)
     2.  Execute in page mode: OPER CALLRTN CYBESUT8 UPDATE AGE(nn) JOB(-)    (To delete jobs that are older than nn days).  

2. Expand the size of the JOBSTATS data set by following the steps below:

     1. Shut down the ESP master subsystem.  (The proxies may remain active) 
     2. Run IDCAMS DEFINE to allocate a new JOBSTATS data set.  (Sample IDCAMS DEFINE job is in ESP library CD7YJCL, member name CYBESS01)
     3. Run IDCAMS REPRO to copy the current JOBSTATS data set to the newly allocated data set.
     4. Rename the newly allocated data set to the name of the current JOBSTATS data set.  
     5. Bring up the ESP master subsystem. 

Additional Information:   
To maintain the JOBSTATS data set, run the CYBESUT8 utility as an ESP page mode command, or schedule a batch job run.  

Sample batch job to delete job name records in the JOBSTATS data set that are older than 366 days:  (If the AGE operand is not coded, the default is 366 days).

//S1  EXEC PGM=ESP,REGION=4M,PARM='SUBSYS(ESPx)'       
//STEPLIB   DD DSN=hlq.CD7YLOAD,DISP=SHR    
//SYSPRINT DD SYSOUT=*                                 
//SYSIN      DD *                                        
OPER CALLRTN CYBESUT8 UPDATE JOB(-)  AGE(366) 
/*