Getting a SC13 error in CA Endevor CONWRITE processor step
search cancel

Getting a SC13 error in CA Endevor CONWRITE processor step

book

Article ID: 194982

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

The following error is received: 
IEC153I C13-10,IFG0194A,VN05177A,NDVRBAT,CLINCL01-0002,1B13,END904,  370  
SIT1.RBSAPP.COPY  
 
When executing this step:
 //*                                                  
 //CONWRITE EXEC PGM=CONWRITE,COND=(0,LT),            
 //             PARM='EXPINCL(&EXPINC)',              
 //             MAXRC=0                               
 //CLINCL01 DD  DSN=&PFX..COPY,                       
 //             DISP=SHR,MONITOR=COMPONENTS,ALLOC=LMAP
 //*              
 //ELMOUT   DD  DSN=&&ELMOUT,DISP=(NEW,PASS),         
 //             SPACE=(CYL,(10,10)),UNIT=SYSDA,       
 //             DCB=(RECFM=FB,LRECL=80,BLKSIZE=27920) 
 //*                                                  
 

Environment

Release : 18.0

Component : CA Endevor Software Change Manager

Resolution

The DDNAME of the Include library is misspelled:

      //CLINCL01   DD   

should be   

      //C1INCL01   DD