Customer getting message "COMMAND CISUB NOT FOUND" during Endevor processing.
CISUB is a CLIST distributed in the Endevor CSIQCLS0 library that is used to submit batch jobs.
Endevor invokes it via ISPEXEC SELECT CMD(%CISUB).
In order for TSO to find that CLIST, it must be present in the standard CLIST search chain, which is normally set in the TSO LOGON procedure (ddname SYSPROC) or dynamically altered via TSO ALTLIB command when needed.
The sample Endevor CLISTs contain the following statement to set up the search chain before starting the Endevor dialog:
and the following to deactivate the change after having called the dialog:
If you are running Endevor from a CLIST, you need to add something similar.
If you are using no CLIST to enter Endevor, you may want to add CSIQCLS0 to your SYSPROC DD in the TSO LOGON procedure.