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 exploreCorrelation action explores linear and nonlinear correlations among v...
The brScore action scores text data based on a set of Boolean rules. These rules...
The eventingInfo action reports the status of data event generation for the curr...
Specifies the predicted event probability that determines the predicted binary response level. Default: 0.5.
Specifies the variables to use for the analysis. You can specify a subset of the variables from the input table. For more information about specifying the inputs parameter, see the common casinvardesc parameter. Alias: vars.
requests that the action produce SAS score code to create variables encoding interactions. You must also request variable interactions of at least degree 2. The viicodegen value can be one or more of the following: casOut: specifies the settings for an output table. For more information about specifying the casOut parameter, see the common casouttable parameter. comment: when set to True, adds comments to the DATA step code. Default: FALSE fmtWdth: specifies the width to use for formatting derived numbers such as parameter estimates in the DATA step code. Alias: fmtWidth Default: 20 Range: 0–32 indentSize: specifies the number of spaces to indent the DATA step code for each level. Default: 3 Range: 0–10 labelId: specifies the label ID to use in array names and statement labels in the DATA step code. By default, a random positive integer is used. lineSize: specifies the line size for the generated code. Default: 120 Range: 64–254 noTrim: when set to True, bases the comparison of variables with formatted values on the full format width with padding. By default, leading and trailing blanks are removed from the formatted values. Default: FALSE tabForm: when set to True, generates the code in a way that is appropriate for storing in a table. Alias: tableForm Default: FALSE
The 'table.vars.nfl' subparameter specifies the length of the format field.
The maxFlow action uses two primary input tables: the 'links' table, which contains the graph link information, and the 'nodes' table, which contains the graph node information.