The MKTATTRIBUTION Procedure
PROC MKTATTRIBUTION Statement
The PROC MKTATTRIBUTION statement invokes the MKTATTRIBUTION procedure. You must specify the following option:
-
DATA=CAS-libref.data-table
-
names the input data table for PROC MKTATTRIBUTION to use. CAS-libref.data-table is a two-level name, where
- CAS-libref
refers to a collection of information that is defined in the LIBNAME statement and includes the caslib, which includes a path to the data, and a session identifier, which defaults to the active session but which can be explicitly defined in the LIBNAME statement. For more information about CAS-libref, see the section Using CAS Sessions and CAS Engine Librefs.
- data-table
specifies the name of the input data table.
Last updated: October 12, 2022