The Endevor processor step gets the following error:
C1X0012I STEP STRLST INVOKING PROGRAM CONLIST
C1X0013I PARM=STORE
C1X0011S STEP STRLST PROGRAM CONLIST ABENDED, CODE=U0001
C1G0129E STEP STRLST RC (U0001) EXCEEDS THE MAX RC (0000)
Release : 18.0 18.1
Component : CA Endevor Software Change Manager
A CODE=RECL NUMBER=0001 indicates that there is a conflict in the DCB LRECL of the input and output files.
In this case the CONLIST step had a C1BANNER temp file with an LRECL of 137:
//C1BANNER DD UNIT=&TMPUNIT,SPACE=(TRK,(1,1)),
// DCB=(RECFM=FBA,LRECL=137,BLKSIZE=6171,DSORG=PS)
The Listing Library being written to had a DCB of -
DSORG=PO RECFM=VBA LRECL=137 BLKSIZE=6233