MBANALYSIS Procedure
The OUTPUT statement specifies output tables that contain result of the MBANALYSIS procedure.
You must specify at least one of the following options:
-
OUT=libref.data-table
creates a data table that contains information about frequent item sets with their transaction counts and support. 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.
-
OUTFREQ=libref.data-table
creates a data table that contains information about the unique frequent items with their transaction counts and support. 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.
-
OUTRULE=libref.data-table
creates a data table that contains information about the rules. This table includes variables that identify the left-hand side and right-hand sides of the rule, the support, and the lift. 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.
Last updated: August 06, 2026