2009 Nov 16 9:18 AM
Hi,
I have a function group which has an include program. I want to call the subroutine of that include program from a class using the PERFORM statement. Is this possible?
Using PERFORM statement we call the subroutines of an executable program. Similary I want call a subroutine of an include program.
Thanks & Regards,
Reena
Hi,
I have a function group which has an include program. I want to call the subroutine of that include program from a class using the PERFORM statement. Is this possible?
Using PERFORM statement we call the subroutines of an executable program. Similary I want call a subroutine of an include program.
Thanks & Regards,
Reena
2009 Nov 16 9:20 AM
hi,
u try inserting that include name using the INCLUDE statement in class. Then call the perform.
2009 Nov 16 9:22 AM
Are you sure that no changes will be madu to the routine of that include ?
Instead create a method with same code of that routine in the same class and use it.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |