How to refresh or reload a SYSVIEW CAPLIB member
search cancel

How to refresh or reload a 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

 

Resolution

By default the CAPLIB is part of the SYSVIEW Library Cache.
It is possible to 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.
Making lots of changes it's possible to change your userid not to participate in library caching by changing your user profile to: 
SET LIBCACHE NO

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

Additional Information

See the documentation section SYSVIEW Library Caching for more details.