CA JCLCheck error CAY6564E 'MAXCC' CHANGED TO '8'
search cancel

CA JCLCheck error CAY6564E 'MAXCC' CHANGED TO '8'

book

Article ID: 128979

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

Using IDCAMS IF/THEN/ELSE:
    
DELETE dsn.notexist
IF MAXCC  GT 3  -            
  THEN SET MAXCC = 8   
       

JCLCheck returns:  CAY6079E DATA SET 'dsn.notexist' SPECIFIED AS OLD OR SHR, BUT CANNOT BE FOUND
                                 CAY6564E  'MAXCC' CHANGED TO '8'                  

Need CAY6564 to be an informational message (CAY6564I), and not an error message.

Environment

CA JCLCheck release 12.0

Resolution

Use runtime option NOSETPRP.

When runtime option CTL(IDCAMSIM) is used with NOSETPRP, message CAY6564 will always be an informational message: CAY6564I.  (Note: SETPRP is the default option.)

Message CAY6564I is documented as follows: 
 

'MAXCC|LASTCC' CHANGED TO 'nn'                                           
                                                                         
Reason:                                                                  
A SET statement was found to be active in IDCAMS and this message        
indicates that the MAXCC or LASTCC was changed to the indicated          
value (nn).                                                              
                                                                         
NOTE: If SETPRP is set or defaulted, the severity of the message will    
change to match the 'nn' indicated. See SETPRP option for more info.     
                                                                         
Action:                                                                  
None.  Message is informational.