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





Hi,

I missed the earlier posts on this so hope I am not repeating or missing
anything.

I can see a situation similar to what you are describing occurring if the
program being moved into the production environment already exists in
QRPLOBJ.

This would happen if QRPLOBJ has not been cleared since the program was
previously moved into production:

1. Version 1 of pgm is moved to production
2. Version 2 of pgm is developed and moved to production
   - existing version 1 is in use so version 1 is moved to QRPLOBJ and
replaced with version 2
3. Version 3 of pgm is developed and moved to production
  - existing version 2 is in use so version 2 is moved to QRPLOBJ
  - but, version 1 already exists in QRPLOBJ so this move fails
  - therefore version 2 remains in production
  - therefore version 3 is not moved from staging to production.

In this scenario, looking at the call stack after the move-to-production,
the production program shows as being in use, but this is not the new
version.

Have you checked that the job that moved the object to production completed
normally ?

If the call stack shows the production object is in use, I would do a
dsppgm on the production object to see if the source details show the
source for the new version.

The reason that this never happens when compiling programs in use with
REPLACE(*YES), is that when the compilation process moves a program to
QRPLOBJ it is also renames it, so it can happen many times over with the
same program.

If a user process moves a program to QRPLOBJ, it would need to do something
similar, or make sure that the object doesnt aleady exist in QRPLOBJ.

An advantage of a user process moving objects to QRPLOBJ would be that they
are removed automatically when they are no longer being used. I think this
happens at the next IPL.

Rgds,
Nigel Waters




+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.