JCLCheck issues CAY6440E on IDCAMS job with IF MAXCC <= 8 THEN SET MAXCC = 0
search cancel

JCLCheck issues CAY6440E on IDCAMS job with IF MAXCC <= 8 THEN SET MAXCC = 0

book

Article ID: 113207

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

Sample JCL:

//A@DEL EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DEL XXXXXX.ISPF.ISPPROF
*
IF MAXCC <= 8 THEN SET MAXCC = 0
//

Gets error message: 
CAY6440E 'SET' STATEMENT IS INVALID NEAR '000' 

This message is issued improperly.

 

Environment

Release: 12.0
Component: JCLCheck Workload Automation

Cause


 

Resolution

Apply PTF SO05220 to correct this problem.