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?
Release : 16.0
Component : SYSVIEW
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
See the documentation section CA SYSVIEW Library Caching for more details.