Friday, November 25, 2011

Difference between Static call and dynamic call



 Static call:-
Both main and sub programs and object program will be stored in loadlib.
Can be identified by call peg-id in cobol.

Dynamic call:-
Stored in different loadlib storage spaces
Can be identified by cal ws-peg-id in cobol where ws –peg-id is a dn in wss

Default is static call

No comments:

Post a Comment