× 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.



When we're doing things that need no users, we run an 'IDLE' job.

The Idle job sets the system values QINACTITV and QDSCJOBITV to 10 minutes each. This forces any interactive job that's been sitting more than 20 minutes to 'go away.' After waiting 10 minutes, the job switches those values back to our normal settings:

CHGSYSVAL SYSVAL(QINACTITV) VALUE('10')
CHGSYSVAL SYSVAL(QDSCJOBITV) VALUE('10')
DLYJOB DLY(601)
CHGSYSVAL SYSVAL(QINACTITV) VALUE('90')
CHGSYSVAL SYSVAL(QDSCJOBITV) VALUE('60')

This usually gets rid of quite a few jobs! That leaves the users actually using the system (not necessarily the DSPF or other object we're trying to replace) to deal with, instead of all those 'idle' jobs.

Yes, 90 + 60 is a lot of time-- that's lunch, coffee, and a 'personal break.' But it's what the users don't scream about.

Paul E Musselman
PaulMmn@xxxxxxxxxxxxx

-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxx> On Behalf Of Niels Liisberg
Sent: Tuesday, September 25, 2018 11:37 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Subject: Is there a way to replace a open display files

Gents / Ladies,

I have a production environment that runs 24/365 and some displayfiles a
always open and have this annoying lock.

So moving the display file to QRPLOBJ, delete it or rename it will not work.

Any ideas?

Is this issue a candidate for an RFE?

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.