RECOMMEND Procedure

INFO Statement

The INFO statement requests information about one or more recommender applications in the SAS LASR Analytic Server.

Syntax

INFO </ option(s)>;

Optional Arguments

You can supply the following options in the INFO statement after the slash (/):

ALL

requests a list of all recommender systems in the SAS LASR Analytic Server. When you use the ALL option, an additional RECOM= or SYSTEM= option is ignored.

METHODS=("method-name1" <, "method-name2" ...>)

requests information about one or more methods that are registered with the recommender system. Specify each method with a quoted string, and separate multiple methods with commas.

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