RECOMMEND Procedure

PROC RECOMMEND Statement

invokes the RECOMMEND procedure.

Syntax

PROC RECOMMEND <option(s)>;

Optional Arguments

SYSTEM=recommender-system

specifies the name of the recommender system in the SAS LASR Analytic Server that the procedure works with. Specify a two-level name, similar to a LIBNAME.MEMBER construct.

To work with an existing recommender system, the name that you specify identifies the application in the SAS LASR Analytic Server. When you create a new recommender system, the specified value becomes the name of that new system.
Alias RECOM=
Default RECOM.SYSTEM

HOST=host-name

specifies the host name of the SAS LASR Analytic Server.

Default GRIDHOST value or the machine name of the SAS session if GRIDHOST is not specified.

IMMEDIATE

specifies that the RECOMMEND procedure executes each statement individually rather than running all the procedure statements in a single block at the end of the procedure code.

NOPRINT

suppresses printed output and SAS ODS tables.

PORT=port-number

specifies the number of the port that the SAS LASR Analytic Server uses to listen for requests.

Default LASRPORT macro variable if that variable is set