CAY6037E UNKNOWN KEYWORD "NOMVS" SPECIFIED IN OPERAND OF "PARM"
search cancel

CAY6037E UNKNOWN KEYWORD "NOMVS" SPECIFIED IN OPERAND OF "PARM"

book

Article ID: 259228

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

Use EJCK command to invoke JCLCheck from ISPF, and gets error: 

CAY6037E UNKNOWN KEYWORD "NOMVS" SPECIFIED IN OPERAND OF "PARM"

The validation ends with RC=08.

How to bypass this error ? 

Environment

Release : All

Component: JCLCheck Workload Automation

Cause

The Runtime option NOMVS became obsolete in JCLCheck v7.1.  Subsequent releases of JCLCheck issue an error message if NOMVS is found. 

Resolution

  • Ensure that NOMVS is not specified in the EDCHKDD option data set.
  • Ensure that the latest EJCK CLIST is being used.  To locate the currently used EJCK, issue the following TSO/ISPF commands: 

           - TSO ISRDDN

           - M EJCK

       The library containing CLIST EJCK will be highlighted, and is normally allocated to SYSPROC DD. 

       The old EJCK CLIST has reference to NOMVS as follows: 

     ISPEXEC VGET (JK@MVS  JK@REX ...

...

SET &TEST = MVSL
IF &SYSINDEX(&TEST,&STR(&PARM)) ^= 0 THEN SET &A5 = Y
SET &TEST = NOMVS

...

 The latest version of EJCK is in the JCLCheck CAZ2CLS0 library.