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



Actually I like a hard halt versus the generic MONMSG CPF0000 at the top. 
I can often fix the problem, take a retry and let it continue.  However if 
I've already done a MONMSG CPF0000 at the top and bypassed the rest of the 
program I have to figure out how to restart the whole process.

An imbedded MONMSG without a DO is something that really needs to be 
analyzed also.  Just last week I had one out there that was being ignored 
for years.  Went something like.
CRTDUPOBJ FROMLIB(MYLIB) TOLIB(QTEMP)
MONMSG CPF....  no DO
CHGDSPF QTEMP/MYFILE
Yet another MONMSG CPF.... with no DO
See the issue?
Turns out the CRTDUPOBJ was failing because they had only *USE access to 
the display file in the production library and you cannot do a CRTDUPOBJ 
on something you only have *USE access.  Why?  I sure don't know.
What's the point of the MONMSG after the CRTDUPOBJ if you're just going to 
ignore it and assume it worked?  Are we "assuming" that the reason that 
the CRTDUPOBJ failed is because the object already existed in QTEMP?


Rob Berendt

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.