Endevor element LL command returns "LIST FILE NOT FOUND"
search cancel

Endevor element LL command returns "LIST FILE NOT FOUND"

book

Article ID: 131711

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - Enterprise Workbench

Issue/Introduction

The Generate processor created the listing member:

C1X0012I  STEP STORE INVOKING PROGRAM CONLIST 
C1X0013I  PARM=STORE                           
C1G0000I     DATA SET xxx.xxx.xxxxxx.xxxxLLST
C1G0000I     MEMBER DCC0DB2I     
C1G0132I  ELEMENT VVLL 0102 WRITTEN TO DATA SET   
C1X0010I  STEP STORE PROGRAM CONLIST COMPLETED, RC=0000

When users do an "LL" beside the element name, it says "LIST FILE NOT FOUND" 

Why isn't this working?    

 

Environment

Release:   All releases
 

Resolution

There are a couple things to check when the Listing library is not found: 

1) Check the C1DEFLTS parm: COMPLISTWD.
      The last node of the listing dataset must contain what is specified in COMPLISTWD. 
 
      For example :  If COMPLISTWD=LIST, then LIST must be contained in the last node of the listing dataset -
                                  hlq.mlq.LIST  or    hlq.mlq.LISTLIB  or    hlq.mlq.LISTINGS  or    hlq.mlq.COBLIST
 
 
2) Check the Foreground Endevor Primary Options  0 Defaults field
        'LISTING DATASET STRING ===>'  
 
     If the value specified in the 0 Defaults LISTING DATASET STRING option (which overrides COMPLISTWD) is not contained in the last node of the listing dataset name, this can also cause the  "LIST FILE NOT FOUND"  error. 
 
 
If this does not resolve the problem, open a case with Broadcom support and provide a screen shot of the first SITE display panel (1 DISPLAY ; 3 SITE); a screen shot of the user's 0 Defaults display; and get a Component list report for the element:
 
    //PRTCMPLS EXEC PGM=NDVRC1,DYNAMNBR=1500,         
 //         PARM='C1BM3000',REGION=4096K          
 //C1PRINT  DD SYSOUT=*                          
 //C1MSGS1  DD SYSOUT=*                          
//SYSOUT   DD SYSOUT=*                                
 //BSTIPT01 DD *                                  
 PRINT ELEMENT 'xxxxxxxx'                      
  FROM ENV     'xxxxxxxx'                          
       SYSTEM   'xxxxxxxx'                            
       SUBSYSTEM 'xxxxxxxx'                      
       TYPE *                                  
        STAGE *                                  
  OPTIONS COMPONENTS                         
.                                                
 /*