CA-7.306 - ** WARNING ** 80% SCRATCH QUEUE UTILIZATION ** WARNING in r12.1
search cancel

CA-7.306 - ** WARNING ** 80% SCRATCH QUEUE UTILIZATION ** WARNING in r12.1

book

Article ID: 218076

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

Receiving the error message in CA 7 r12.1.

*CA-7.306 - ** WARNING ** 80% SCRATCH QUEUE UTILIZATION  ** WARNING **.  
       

The CA 7 r12.1 job logs shows at start up at 22 available tracks and not 500 tracks that is in the JCL:    

UCC7SCRQ HAS 000022 AVAILABLE TRACKS, REQUIRED STORAGE=0000

Environment

Release : 12.1

Component : CA-7

Resolution

Verify the space allocated for the UCCSCRQ dd in the CA 7 started task is within the same amount in the message at CA 7 start up:

UCC7SCRQ HAS 000498 AVAILABLE TRACKS, REQUIRED STORAGE=0000

If it is not, then UCC7SCRQ and UCC7DQTQ is not getting contiguous space.

Change the UCCSCRQ dd and UCC7DQTQ to add CONTIG :

//UCC7SCRQ DD  UNIT=VIO,SPACE=(TRK,(500),,CONTIG),                   
//             DCB=(DSORG=PS,RECFM=F,LRECL=1024,BLKSIZE=1024) 

//UCC7DQTQ DD  UNIT=VIO,SPACE=(TRK,(320),,CONTIG),                    
//             DCB=(DSORG=PS,RECFM=F,LRECL=1024,BLKSIZE=1024)