|
rob@xxxxxxxxx wrote:
I thought so, but then I was surprised to find files being implicitly opened in a nomain program. And, upon finding that, discovering that they cannot be implicitly closed.
NOMAIN modules don't have a complete RPG cycle, but they do have most of the *INIT part. Implicit closing is done as part of the *TERM part of the cycle which NOMAIN modules don't have. The ILE RPG Reference shows the processing sequence for a subprocedure. This applies to subprocedures in any type of RPG module, NOMAIN or not. http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/topic/com.ibm.etools.iseries.langref.doc/c092508697.htm Compare that to the detailed Program Cycle; the *INIT step is similar to the initialization activities done when the first subprocedure is called in a NOMAIN module. http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/topic/com.ibm.etools.iseries.langref.doc/c092508656.htm
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.