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



Folks,

You have to remember WHY QRPLOBJ even exists. This is key to the whole
thing.

If you delete the program first then everyone who has ran it, and may call
it again, will abort with a nasty message. The job keeps a pointer to
that object. When the object is moved to QRPLOBJ then the pointer gets
changed to that object. If you just delete it you'll get some nasty
pointer not found type message.

What stops the pointer from going to QRPLOBJ? Well, restarting the job
for one.

You have to ask yourself what solution you're willing to take:
- accept the current security failures that the OP was trying to work
around.
- accept the nasty message which may occur when the object is deleted
- modify the security model to accept QRPLOBJ
- severely restrict implementing changes, even those which may fix
critical errors, to system outage times to avoid calls to QRPLOBJ and the
alternative nasty message.
- Rewrite the system that if the security model detects QRPLOBJ then the
called program, and the calling program, work out how to use the new model
(perhaps some combo of LR, etc?).



Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.