JCLCheck error CAY6010S JOB HAS NO STEPS when using JCKSPF to validate JCL members
search cancel

JCLCheck error CAY6010S JOB HAS NO STEPS when using JCKSPF to validate JCL members

book

Article ID: 189313

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

When validating a JCL member using the JCKSPF Foreground option, or Batch Submit option, the following error messages are generated:  
              
        CAY6010S  JOB HAS NO STEPS                                    
        CAY6073W  SYSIN DD STATEMENT GENERATED                        
        CAY6011S  MISPLACED STATEMENT                                 

 

Environment

Release : 12.0

Component : JCLCheck Workload Automation

Cause

The data set that contains the JCL has RECFM=VBA, and LRECL greater than 80.

Resolution

A data set that contains JCL must have a fixed-block format (RECFM=FB) with a logical record length of 80 (LRECL=80).  If the JCL library does not have these attributes (RECFM=FB,LRECL=80), copy the JCL member to a library with the expected attributes and rerun JCLCheck.