When running an Endevor processor, the processor is not listed out and none of symbolic substitutions are listed in the processor output
Is there a way to get a listing of the processor and see how the symbolics are getting resolved in the processor execution output?
All supported versions of Endevor
The reason that the processor and symbolic substitution message are not included in the processor execution output is the ENCOPTBL option - ENHOPT NO_PROC_PRINT , has been turned on.
***********************************************************************
* BYPASS THE JCL DISPLAY OF THE PROCESSOR EXECUTED DURING ACTIONS
* AND/OR BYPASS PRINTING C1G0007I AND/OR C1G0009I MESSAGES
* EXPLANATION :
* IF YOU WANT TO SUPPRESS THE PROCESSOR LISTING USE (ON,1) O0000324
* IF YOU WANT TO SUPPRESS MSGS C1G0007I USE (ON,2) O0001746
* IF YOU WANT TO SUPPRESS MSGS C1G0009I USE (ON,4) O0001746
* IF YOU WANT TO SUPPRESS A COMBINATION OF MSGS USE (ON,N), WHERE N
* EQUALS THE SUM OF THE PREVIOUSLY PROPOSED VALUES.
* EG : USE (ON,7) TO SUPPRESS ALL THESE MESSAGES.
*
* WHEN THIS OPTION IS ENABLED, YOU CAN TEMPORARILY OVERRIDE IT
* USING THE FOLLOWING DDNAME IN YOUR ENDEVOR JOB STREAM:
* //EN$PPRT DD DUMMY
*
*---------------------------------------------------------------------*
ENHOPT NO_PROC_PRINT=(ON,7)
C1G0007I and C1G0009I are the symbolic informational messages:
C1G0007I SYMBOLIC ADBSLIB DEFINED BY PROCESSOR:
C1G0007I SYMBOLIC CICSLIB DEFINED BY PROCESSOR:
C1G0009I ORIGINAL : &C1SI
C1G0009I SUBSTITUTED : T
To override the NO_PROC_PRINT option use the following DD statement in the Endevor Processor job stream:
//EN$PPRT DD DUMMY * Ignore NO_PROC_PRINT