Why is CONSCAN not processing my statements? Error C2FM000F
search cancel

Why is CONSCAN not processing my statements? Error C2FM000F

book

Article ID: 14585

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

Creating a processor with CONSCAN and CONRELE to relate jobs to JCL procedure.

I am trying tp add CONSCAN into a processor to relate jobs with JCL procedures. I am using the sample scan syntax from the documentation in PARMSCAN DD, but it fails. Why do I get the error ' C2FM000F CONSCAN C2FDRAS1 ERSC8 RC = 4 - NO RECS MATCH SEL CRITERIA'?

Resolution

Source input (SRCIN) needs to be either sequential file or PDS with member name.

Since the input was a PDS without member, the input file was read in as a sequential file, and failed to scan correctly. The resolution is to add the member name.