‎2007 Jul 18 6:55 AM
Include programs are global or program specific?
‎2007 Jul 18 6:58 AM
Hi,
Its global. You can use one include in more than one programs.
Regards,
Azad.
‎2007 Jul 18 6:59 AM
hi debarshi,
a include program is primarily created to store data declerations and/or subroutine(s) etc.
once you include the program why the INCLUDE command in any program all the declerations and subroutines are accessible by the program you have included it in
hence you could say the INCLUDE's contents are specific to the program in which the INCLUDE has been declared
Rgds,
Adi
‎2007 Jul 18 7:00 AM
INclude is global. u can call that include in ur program by including that include
‎2007 Jul 18 7:00 AM
INCLUDE Programs are GLOBAL. You can use these programs in any report.
Regards,
Pavan
‎2007 Jul 18 7:01 AM
Hi,
They are global programs that are reusable again and again in different programs and improves the modularization of programs i.e; improves program to be simple and easy to understand.
Pls reward points.
Regards,
Ameet