|
The MAIN keyword was added in 6.1. You specify a subprocedure name on the MAIN keyword and that procedure become the program entry point. Doing this allows you have an ILE program with no logic cycle.
It also allows you to handle your variable scoping much better. Just because your main logic needs access to a variable, does not necessarily mean that every procedure in the program needs to have access.
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.