Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Include

Former Member
0 Likes
701

Include programs are global or program specific?

5 REPLIES 5
Read only

Former Member
0 Likes
681

Hi,

Its global. You can use one include in more than one programs.

Regards,

Azad.

Read only

Former Member
0 Likes
681

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

Read only

Former Member
0 Likes
681

INclude is global. u can call that include in ur program by including that include

Read only

Former Member
0 Likes
681

INCLUDE Programs are GLOBAL. You can use these programs in any report.

Regards,

Pavan

Read only

Former Member
0 Likes
681

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