RUN request on the ABL client
|
Procedure path or filename
|
Description
|
RUN test/foo.p ON SERVER hdl.
|
test/foo.p
|
The procedure name includes the relative path. The test directory is in the OpenEdge working directory on the AppServer.
|
RUN C:/OpenEdge/WRK/test/foo.p ON SERVER hdl
|
C:/OpenEdge/WRK/test/foo.p
|
The procedure name includes the absolute path.
|
RUN bar.p ON SERVER hdl
|
bar.p
|
No path is specified in the procedure name: bar.p is in the OpenEdge working directory on the AppServer.
|