Trying to display an element I get the message - element not found. I can see it in a list display but cannot get to the file.
search cancel

Trying to display an element I get the message - element not found. I can see it in a list display but cannot get to the file.

book

Article ID: 43673

calendar_today

Updated On:

Products

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

Issue/Introduction

QUESTION:

I am trying to display an element in Endevor.  I get a list of all the elements but when I try to display a member I am getting - element not found.  what can i do to fix this problem?

ANSWER:

There can be problem with the syncing of elements in the Master Control File and the Element Catalog.
The job BC1JCSYN located in prefix.qual.CSIQJCL will let you sync the two files and resolve any not found elements.
The jcl/scl that you should use is:
 
//jobcard JOB (accounting),'name',MSGCLASS=X,                         
//  REGION=4096K                                                       
//*********************************************************************
//*    BC1PCSYN - CATALOG SYNCHRONIZATION UTILITY                     *
//*                                                                   *
//* THE FOLLOWING CHANGES MUST BE MADE BEFORE THIS JOB CAN BE RUN:    *
//*                                                                   *
//*   1. ADJUST THE PARM STATEMENT ON THE EXECUTE STATEMENT TO        *
//*      EITHER VALIDATE OR UPDATE.                                   *
//*           PARM='BC1PCSYNUPDATE'        -OR-                       *
//*           PARM='BC1PCSYNVALIDATE'                                 *
//*                                                                   *
//*   NOTE: STEP IS CURRENTLY SET TO VALIDATE.                        *
//*********************************************************************
//LNDVR    EXEC PGM=NDVRC1,PARM=BC1PCSYNVALIDATE' ,
//              DYNAMNBR=1500,REGION=4096K,               
//STEPLIB  DD DISP=SHR,DSN=prefix.qual.CSIQAUTU
//              DD DISP=SHR,DSN=prefix.qual.CSIQAUTH
//CONLIB   DD DISP=SHR,DSN=prefix.qual.CSIQLOAD
//BSTLST   DD SYSOUT=*                                                 
//SORTIN   DD UNIT=VIO,SPACE=(CYL,(10,5)),DISP=(,DELETE,DELETE),       
//            DCB=(RECFM=FB,LRECL=403,DSORG=PS)                        
//SORTOUT  DD UNIT=VIO,SPACE=(CYL,(10,5)),DISP=(,DELETE,DELETE),       
//            DCB=(RECFM=FB,LRECL=403,DSORG=PS)                        
//SYSOUT   DD SYSOUT=*                                                 
//*********************************************************************
//* FOR A SINGLE ENVIRONMENT, INPUT TO BSTIPT CAN BE:                  
//*   ENVIRONMENT ENV1 .                                               
//*                                                                    
//* FOR MULTIPLE ENVIRONMENTS, INPUT TO BSTIPT CAN BE:                 
//*   ENVIRONMENT  (ENV1, ENV2).                                       
//*                                                                    
//* IF BSTIPT IS DUMMY (OR EMPTY), ALL DEFINED ENVIRONMENTS WILL BE    
//* SELECTED.                                                          
//*********************************************************************
//BSTIPT   DD *                                                        
//*                                                                    
**************************** Bottom of Data ***************************

Environment

Release:
Component: ENDBAS