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'
CA JCLCheck PTF RO98778 changes message CAY6564W, CAY6564E, CAY6564S to CAY6564I (Informational). Why is this still CAY6564E?
Environment
CA JCLCheck release 12.0
Resolution
Use runtime option NOSETPRP to eliminate message CAY6564.
When additional 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.