Endevor Batch Submit fails - IKJ56500I COMMAND PROC NOT FOUND
search cancel

Endevor Batch Submit fails - IKJ56500I COMMAND PROC NOT FOUND

book

Article ID: 141923

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Created a new Endevor TSO logon proc and when we try to do a Batch Submit, it fails with the following error:

 

IKJ56500I COMMAND PROC NOT FOUND
     1 *-* PROC 1 SUBDSN
       +++ RC(-3) +++
IKJ56500I COMMAND CONTROL NOT FOUND
     2 *-* CONTROL PROMPT
       +++ RC(-3) +++
IKJ56701I MISSING DATA SET NAME+
IKJ56712I INVALID KEYWORD &SUBDSN
IKJ56701I MISSING NAME OF DATA SET CONTAINING JCL

 

Environment

Release : 18.0 18.1

Component : CA Endevor Software Change Manager

Cause

"PROC 1 SUBDSN"  points to the Endevor CLIST CISUB in the CSIQCLS0 library.

 

Resolution

The Endevor CSIQCLS0 library must be in the SYSPROC file allocations in the logon proc:

           ALLOC FI(SYSPROC) 

and removed from the SYSEXEC file allocations in the logon proc:

           ALLOC FI(SYSEXEC)