BOOLRULE Procedure

SCORE Statement

  • SCORE <options>;

The SCORE statement specifies the input data table that contains the terms in rules and the output data table to contain the scoring results.

You can specify the following options:

OUTMATCH=libref.data-table

specifies a data table to contain the rule-matching results (that is, whether a document satisfies a rule). libref.data-table is a two-level name, where libref refers to the library, and data-table specifies the name of the output data table. For more information about this two-level name, see the DATA= option and the section Using CAS Sessions and CAS Engine Librefs.

For more information about this data table, see the section Scoring Data Set.

RULETERMS=libref.data-table

specifies a data table that contains the terms in each rule that the BOOLRULE procedure generates. libref.data-table is a two-level name, where libref refers to the library, and data-table specifies the name of the input data table. For more information about this two-level name, see the DATA= option and the section Using CAS Sessions and CAS Engine Librefs.

For more information about this data table, see the section RULETERMS= Data Table.

Last updated: August 06, 2026