When trying to run a VSE job error message 'procedure cannot be found' is issued. The problem is that PROCs are not found in the Procedure Library. Under VSE emulation, one needs to ensure their * $$ SLI card in their JCL points to the correct Procedure Library.
As an example, the VSE JCL could use a card similar to this one:
* $$ SLI MEM=(PASBPROC),S=PROCLIB.PROD
Also, other error messages could be seen because the PROC file is not found, such as ' JCLCM0414E INVALID OR UNKNOWN OPERAND '
#MFDS
#EnterpriseDeveloper