Try this:
--------------------------------
/* File: extproc.p */
procedure t2:
disp "here".
end.
--------------------------------
/* File: main.p */
def var t as handle.
run extproc.p persistent set t.
run t2 in t.
---------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.