Created a new Endevor TSO logon proc and when we try to do a Batch Submit, it fails with the following error:
Release : 18.0 18.1
Component : CA Endevor Software Change Manager
"PROC 1 SUBDSN" points to the Endevor CLIST CISUB in the CSIQCLS0 library.
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)