|
rob@xxxxxxxxx wrote:
RPGLE module. NOMAIN H spec. Some F specs, under implicit control - not explicit. Warning message that we should close files explicitly when NOMAIN during the compile, but we ignore. Executes fine. Decide to stop ignoring RNF7534. Add a CLOSE. No open statement yet, no USROPN. Warning message during compile goes bye-bye. Executes fine the first time. Second time says that the files aren't opened.
Rob, the implicit open for a file in a NOMAIN module happens the first time any procedure is called in the module, during module initialization. Module initialization is only done once per activation group. So if you close a file, and want to use it again, you should open it again. If your new CLOSE operations are in a new "cleanup" procedure that you added to the module to call at end of application, you could add an "init" procedure that you call at start of application with matching OPEN operations.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.