LCALL

PURPOSE: Complete an RCALL on a remote computer
STATEMENT SYNTAX:
{stno} LCALL str expr

where:
str var = the RCALL packaged up program name and variables.
EXAMPLE:
0100 LCALL A$,ERR=200

NOTES:
A program that is acting as the Remote Procedure Call server executes the LCALL. Then it returns the the updated 'str var' back to the RCALL statement on the CONNECTed computer via a 'CON' mnemonic.