How can i run sun routine program and how it link to main program?

Showing Answers 1 - 3 of 3 Answers

sub routine is a program which we call from main program by using static or dynamic call. We give this link in linkage section of Data division. For sub routine u should run 2 loadlibs , if u are calling with dynam and for static only 1 loadlib is enough

  Was this answer useful?  Yes

Soumya

  • Oct 14th, 2006
 

You can run a subroutine by calling it through a main program.That you hav to define in the linkage section of the main program

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions