Getting an S806 running CA Endevor BSTXCOPY job BC1JXCPY
search cancel

Getting an S806 running CA Endevor BSTXCOPY job BC1JXCPY

book

Article ID: 185792

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Upgrading to COBOL6 and getting an S806 abend when executing the BSTXCOPY job BC1JXCPY,   -

14:20:49  CSV003I REQUESTED MODULE BSTXCOPY NOT FOUND

14:20:49  CSV028I ABEND806-04  JOBNAME=$5781B14  STEPNAME=STEP5

14:20:49  IEA995I SYMPTOM DUMP OUTPUT

14:20:49  SYSTEM COMPLETION CODE=806  REASON CODE=00000004


 

Environment

Release : 18.0 18.1

Component : CA Endevor Software Change Manager

Resolution

In the BC1JXCPY job -

1)  change the    EXEC PGM=BSTXCOPY  
        to                EXEC PGM=NDVRC1,PARM=BSTXCOPY

2)  replace the    INCLUDE MEMBER=SCMM@LIB 
       with  the follow STEPLIB 
//STEPLIB  DD DISP=SHR,DSN=your.endevor.CSIQAUTU            
//         DD DISP=SHR,DSN=your.endevor.CSIQAUTH  
//         DD DISP=SHR,DSN=your.endevor.CSIQLOAD