Submitting Statements To Server-Side R

The syntax for submitting statements to server-side R is identical to that for submitting statements to client-side R except that you add the SERVER option to the SUBMIT statement. For example:

submit / R server;
    R-statements
endsubmit;

Note that PROC IML ignores the SERVER option if it is specified because PROC IML always interfaces with server-side R.

You cannot use the method R.SubmitStatements to submit statements to server-side R.