When performing an Endevor add action, the following error was received:
C1E0111E DATA SET RECFM (***) IS INCONSISTENT WITH THE ACTION REQUESTED
Release : All Supported Releases
The dataset was not assigned to a DATACLAS and the DCB parameters did not include RECFM.
IGD101I SMS ALLOCATED TO DDNAME (SYSLIN )
DSN (XXX.XXXX.USERID.ELEMENT.SYSLIN )
STORCLAS (SCTEMP) MGMTCLAS (MCTEMP) DATACLAS ( )
VOL SER NOS= WKJ003
Adding RECFM to the DCB corrected the issue.
C1G0249I //SYSLIN DD DSN=XXX.XXXX.&C1USERID..&C1ELEMENT..SYSLIN,
C1G0249I // DISP=(NEW,CATLG,DELETE),
C1G0249I // FOOTPRNT=CREATE,
C1G0249I // UNIT=WORK,SPACE=(CYL,(1,1),RLSE),
C1G0249I // DCB=(RECFM=FB,LRECL=80,BLKSIZE=3200)