|
>Variables in program A can not be accessed by program B directly. Not true. I can make variables "public" in RPG *SRVPGM's. Read up on Data Exports/Imports. Basically the same functionality as Java. I can even export it as a different name than what I call it in my RPG program so maybe there is even more functionality in RPG than Java ;-) Aaron Bartell -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] Sent: Monday, August 23, 2004 10:02 AM To: RPG programming on the AS400 / iSeries Subject: RE: Subroutines vs Subprocedures was RE: Indicators Java is a object oriented language and data encapsulation is a big deal because other classes can access them directly if that data is not encapsulated. However, that is not so in a structure program language. Variables in program A can not be accessed by program B directly. -----Original Message----- From: rpg400-l-bounces+lim.hock-chai=arch.com@xxxxxxxxxxxx [mailto:rpg400-l-bounces+lim.hock-chai=arch.com@xxxxxxxxxxxx]On Behalf Of Jon Paris >> Of course, java programmer normally create a setter for each variable. More important is the reason for creating getters/setters in the first place. It is to encapsulate the data so that the _only_ way it can change is under the control of the code that "owns" that data. That is exactly the opposite of what you are doing. -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
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.