CAPLIST command results in GSVX087E message
search cancel

CAPLIST command results in GSVX087E message

book

Article ID: 262565

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

SYSVIEW r17.0 has been installed.

The CAPLIST command was executed from the Primary Option Menu, but the Captured Event List is not displayed with the following message.

 

GSVX087E prefix.CAPINDEX.sysname not cataloged

 

Environment

Release : ALL

OS : z/OS

Resolution

The Event Capture Index File does not exist or has not been created correctly.

Create an Event Capture Index File using the INST0030 member of prefix.SAMPJCL.

For more information, see Initialize the Event Capture Index Data Set (INST0030).

 

<Reference>

//IDCAMS   EXEC PGM=IDCAMS                                   
//SYSPRINT DD SYSOUT=*                                       
//SYSIN    DD *                                              
DELETE (prefix.CAPINDEX.sysname ) CL PRG      
 SET MAXCC=0                                                 
                                                             
 DEFINE                                       -              
  CLUSTER                                     -              
    (                                         -              
     INDEXED                                  -              
   NAME        ( prefix.CAPINDEX.sysname ) -  
     RECORDS     ( 5000 500 )                 -              
     RECORDSIZE  ( 768 768 )                  -              
     KEYS        ( 44 20 )                    -              
    VOL(TSO20B)                           -                  
    )                                         -              
  DATA                                        -              
    (                                         -              
    NAME  ( prefix.CAPINDEX.sysname.D )     -
    )                                         -              
  INDEX                                       -              
    (                                         -              
    NAME  ( prefix.CAPINDEX.sysname.I )     -
    )                                                        
                                                             
                                                             
  LISTCAT ENTRIES(prefix.CAPINDEX.sysname) ALL   
/*