× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hello John,

Am 26.04.2023 um 09:28 schrieb John Yeung <gallium.arsenide@xxxxxxxxx>:

There is an interactive program that I need to run from time to time, and when I do, it seems that my interactive session still holds onto a member lock after I exit the program. It does NOT keep any object lock on the file, only a member lock.

My question is: Is there some way, short of logging off or killing that session, to release that member lock?

I've tried DLCOBJ and RCLRSC, to no avail.

Sounds like an OPM program not ending properly.

If you can't change the program, signoff is the only solution I know about.

If you can change the program, I'd convert it to ILE (CVTRPGSRC) and use DFTACTGRP(*NO) ACTGROUP(*NEW) as compile flags, and RETURN as exit. When the application ends the activation group ends and resources are freed.

:wq! PoC


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.