EXPC REVIEW does not show the most recent days
search cancel

EXPC REVIEW does not show the most recent days

book

Article ID: 14308

calendar_today

Updated On:

Products

Explore Performance Management for z/VSE

Issue/Introduction



 

If more than 1024 days have been collected, the online panel EXPC REVIEW will not show any recent days.  What do I need to do to see recent data?

Environment

Release:
Component: EXPC

Resolution

This screen will only display 1024 entries (One entry per CICS is added to this file each day).  Oldest ones first. 

 

You can backup/restore this file using from date

 

// EXEC EXPUTIL,SIZE=E

BACKUP -              

FILE(EXPCFIL) -       

OUTPUT(xxxxxxx) -     

MASTER(xxxxxxxx)      

/*                    

RESTORE -             

  FILE(EXPCFIL) -     

  INPUT(xxxxxx) -     

  MASTER(xxxxxxxx) -  

  FROM(mm/dd/yy) 

/*