This ABL procedure entry . . .
|
Runs a procedure that . . .
|
RUN myOrders.p ON SERVER hAppSrv
|
Is PROPATH-relative. This entry refers to a procedure that is located in a directory or procedure library specified on PROPATH.
|
RUN myApp/myAccounts.p ON Server hAppSrv
|
Is PROPATH-relative. This entry refers to a procedure that is located in the subdirectory called myApp that is relative to PROPATH.
|
RUN processOrder IN hProc
|
Shows the execution of an internal procedure.
|