The starting point for your SAS® and Viya™ projects
Discover technical articles from the community
Snippets & Tutorials
FAQ & Help
Business Use Cases
Full Catalog & Examples
Preparation Scripts
SAS & Python Integration
News, tech watch and site updates
Participate in the life of the site
The applyConcept action performs concept extraction using a predefined or custom...
The caEffect action provides model-agnostic methods for estimating potential out...
The forestTrain action trains a forest model, which is an ensemble of decision t...
Specifies an integer binning limit. Integer binning is disabled if the range of the integral variable is greater than the specified value. Alias is intBinningLim. Default is 16.
Names the leverage of the observation. Alias: hatDiag.
specifies the table name, caslib, and other common parameters. caslib : specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib. computedOnDemand : when set to True, creates the computed variables when the table is loaded instead of when the action begins. Alias: compOnDemand Default: FALSE computedVars : specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included. Alias: compVars The casinvardesc value can be one or more of the following: format : specifies the format to apply to the variable. formattedLength : specifies the length of the format field plus the length of the format precision. label : specifies the descriptive label for the variable. name : specifies the name for the variable. nfd : specifies the length of the format precision. nfl : specifies the length of the format field. computedVarsProgram : specifies an expression for each computed variable that you include in the computedVars parameter. Alias: compPgm dataSourceOptions : specifies data source options. Aliases: options, dataSource importOptions : specifies the settings for reading a table from a data source. Alias: import For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters). name : specifies the name of the input table. singlePass : when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs. Default: FALSE vars : specifies the variables to use in the action. The casinvardesc value can be one or more of the following: format : specifies the format to apply to the variable. formattedLength : specifies the length of the format field plus the length of the format precision. label : specifies the descriptive label for the variable. name : specifies the name for the variable. nfd : specifies the length of the format precision. nfl : specifies the length of the format field. where : specifies an expression for subsetting the input data. whereTable : specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first. The groupbytable value can be one or more of the following: casLib : specifies the caslib for the filter table. By default, the active caslib is used. dataSourceOptions : specifies data source options. Aliases: options, dataSource For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters). importOptions : specifies the settings for reading a table from a data source. Alias: import For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters). name : specifies the name of the filter table. vars : specifies the variable names to use from the filter table. The casinvardesc value can be one or more of the following: format : specifies the format to apply to the variable. formattedLength : specifies the length of the format field plus the length of the format precision. label : specifies the descriptive label for the variable. name : specifies the name for the variable. nfd : specifies the length of the format precision. nfl : specifies the length of the format field. where : specifies an expression for subsetting the data from the filter table.
creates a data set that contains a symmetric matrix that depicts the covariances among variables and also creates a set of statistics about the input data set and variables. The OutputCPStatement value can be one or more of the following:* casOut={casouttable}specifies the output table. For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).eps=double specifies an epsilon value such that matrix entries that have an absolute value smaller than epsilon are ignored in the output. You must specify the list parameter when you specify the eps parameter.Default0Minimum value0list=TRUE | FALSEwhen set to True, outputs the symmetric matrix in the list-of-lists (LIL) format.DefaultFALSE
The 'index' parameter specifies the name of the input index table that is used to provide the terms for the buildAutoComplete action.