While testing a new version of CA Endevor, getting a U0001 error executing BC1PCSV0 in a Processor.
search cancel

While testing a new version of CA Endevor, getting a U0001 error executing BC1PCSV0 in a Processor.

book

Article ID: 39321

calendar_today

Updated On:

Products

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

Issue/Introduction

Symptoms: 

While testing a new version of CA Endevor, getting a U0001 error executing BC1PCSV0 in a Processor step:

BC1PINIT FAILURE, RC=1800.                                                    
BC1PCSV0: F000 ABEND CODE=INIT NUMBER=0001                                    
BST PRODUCT: CA Endevor VERSION: 17.0 RELEASE: B1700C                         
OPERATING SYSTEM: MVS/ESA  RELEASE: SP7.2.1  TASK/JOB/USERID: $DCRAWFE        
LOADED MODULES SUMMARY: LOAD SVCS:0000002 DELETE SVCS:0000000                 
  MODULE SERVICE REQUESTS: LOAD:0000002 DELETE:0000000 IDENTIFY:0000000       
  PRESENT: RMODE HI:0000000 RMODE LO:0000002 HLL PGMS:0000000 IDENTIFY:0000000
  OVERALL: RMODE HI:0000000 RMODE LO:0000002 HLL PGMS:0000000 IDENTIFY:0000000
CALL FROM $FUNC=$BABEND  EPA=0003DC58 R1=0011AE80 R14=8003DF0C STACK=0011AE28 
CALL FROM $FUNC=BSTPOPSV EPA=0003A1D8 R1=0011AC10 R14=8003A26A STACK=0011ADC8 
CALL FROM $FUNC=CALLTHRU EPA=1C2202E8 R1=0011AC10 R14=9C220538 STACK=0011ABB8 
CALL FROM $FUNC=BC1PCSV0 EPA=1C220110 R1=00119A98 R14=9C22019A STACK=00119A38 
CALL FROM PROGM=BC1PCSV0 ASM DT=02/08/13 VERS=0003 EPA=9C220000 RET=9C220104  
                                                                              
ABEND U0001 OCCURRED IN PROGRAM BC1PCSV0                                      
CALL FROM $FUNC=CALLTHRU EPA=1C2202E8 R1=0011AC10 R14=9C2204A6 STACK=0011ABB8 
CALL FROM $FUNC=BC1PCSV0 EPA=1C220110 R1=00119A98 R14=9C22019A STACK=00119A38 

 

The Processor executes successfully in Production using the current version of Endevor.

 

Environment: 

All supported versions of CA Endevor

 

Cause:

When running BC1PCSV0 using an EXEC statement -- EXEC PGM=BC1PCSV0, like in a Processor step, the library BC1PCSV0 resides in - iprfx.iqual.CSIQLOAD, must be in the STEPLIB concatenation.

 

Resolution: 

Add the CONLIB library - iprfx.iqual.CSIQLOAD, to the STEPLIB concatenation in the SCMM@LIB -- 

//STEPLIB DD DISP=SHR,DSN=iprfx.iqual.CSIQAUTU 
//        DD DISP=SHR,DSN=iprfx.iqual.CSIQAUTH 
//        DD DISP=SHR,DSN=iprfx.iqual.CSIQLOAD 
//CONLIB  DD DISP=SHR,DSN=iprfx.iqual.CSIQLOAD

 

Additional Information:  

Go to the CA Documentation site ---   https://docops.ca.com 

•  Logon using your email address and CA Support Online password

•  In the Select Product drop down box, search for Endevor and select the appropriate version

•  In the Table of Contents on the right, go to :

+ Reporting

>> CSV Utility JCL

Environment

Release:
Component: ENDBAS