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