JCLCHECK in MICS jobs - CAY6102W MEMBER "PREFIX" NOT FOUND IN LIBRARY
search cancel

JCLCHECK in MICS jobs - CAY6102W MEMBER "PREFIX" NOT FOUND IN LIBRARY

book

Article ID: 442298

calendar_today

Updated On:

Products

MICS Resource Management

Issue/Introduction

When performing a JCL check against a MICS JCL job (such as JCLGENA or cccCGEN), the following error is received:

XXPREFIX   DD DISP=SHR,DSN=&USOURCE(PREFIX)
CAY6102W MEMBER "PREFIX" NOT FOUND IN LIBRARY "prefix.USER.SOURCE"

Is this something that needs to be addressed?

Resolution

The PREFIX member is created within the MICS job(s) which is why it does not exist yet.  
The JCLCHECK message can be ignored as submission of the job (cccCGEN for example) will create the PREFIX member in prefix.USER.SOURCE.
If you need to satisfy the JCLCHECK error, you can create the empty PREFIX member in prefix.USER.SOURCE. 
When the job runs, it will then recreate the member.