|
From: owner-midrange-l@midrange.com [mailto:owner-midrange-l@midrange.com]On Behalf Of Klein Ron Sent: Wednesday, June 21, 2000 8:56 AM To: ''MIDRANGE-L' Subject: Deleting Logical file members snip << At the end of the 2nd CL we want to delete the members we created. When we go to delete the members we get errors. First one is CPF7310, - Cannot do operation on file RCW003L01 in RCAPMJ. Member R085336731 not removed from file RCW003L01 in RCAPMJ - Cause . . . .. : Operation 2 was not performed on file RCW003L01 in library RCAPMJ because member R085336731 is either currently open .." >> snip <<Any one have any ideas on a work around for this problem. Any and all suggestions would be graciously appreciated. >> Ron: a work around. Assuming that commitment control is not the problem, put a MONMSG right after the RMVM command that is erroring out, something like: MONMSG MSGID(CPF7310) EXEC(DO) CLOF RCW003L01 RMVM FILE(RCAPMJ/RCW003L01) MBR(R085336731) ENDDO If you have any OVRDBF in place, you could also include DLTOVR. Of course, you would need to employ variables rather than the hard-coding in this example. If you put this in place & you still get an error, such as one to the effect that such a file is not open, then you will know that commitment control is a problem. enjoy jw +--- | 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 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.