Error using JCLCHECK while trying to SIMULATE an event
search cancel

Error using JCLCHECK while trying to SIMULATE an event

book

Article ID: 225141

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Simulate an event with JCLCheck gets error "The exec load file ddname is not allocated. The REXX exec cannot be loaded."
The Simulate panel looks as follows:

Environment

Release : 12.0

Component : CA ESP WORKLOAD AUTOMATION

                      JCLCHECK WORKLOAD AUTOMATION

Cause

JCLCheck runtime option STDREXX(rexxpgm,ddname)  is used but the ddname is not allocated to the ESP ISPF session

Resolution

When the JCLCheck runtime option STDREXX(rexxpgm,ddname) is used, JCLCheck looks for the specified DDname to load the REXX exec instead of using the default SYSEXEC DD.

Therefore the DDname (pointing to the REXX library) must be pre-allocated to the ESP ISPF session before using the SIMULATE function.

- In ESP, the JCLCheck runtime options are normally coded in DDname JCLOPTS.  If JCLOPTS DD is not found, the default runtime options are used.  (STDREXX is not a default option.)

- To see which runtime options are used, run SIMULATE with 'JCLCheck SYSPRINT' set to Y.  SYSPRINT from JCLCheck will show the list of  "OPTIONS IN EFFECT". 

JCLCheck runtime options are documented here: 

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-jclcheck-workload-automation/12-0/reference/jclcheck-runtime-options/description-of-runtime-options.html