How to refresh or reload a CA SYSVIEW CAPLIB member
search cancel

How to refresh or reload a CA SYSVIEW CAPLIB member

book

Article ID: 215167

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

I'm developing a Capture member and have to bounce the main Sysview task every time I edit a member. 

Is there a way to refresh CAPLIB members after I edit them?

Environment

Release : 16.0

Component : SYSVIEW

Resolution

By default the CAPLIB is part of the CA SYSVIEW Library Cache.
You can delete a member from the cache using the DEL line command from the LIBCACHE command display or the LIBCACHE DELETE subcommand.
The member is reloaded into the cache the next time the member is requested.
If you are making lots of changes you can change your userid not to participate in library caching by changing your user profile to: 
SET LIBCACHE NO

Or you could remove the Caplib from the cache by specifying in parmlib member sysview.CNM4BPRM(OPTIONS): 
LibCache-Caplib   NO

 

Additional Information

See the documentation section CA SYSVIEW Library Caching for more details.