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 'modelId' parameter specifies a variable name for the model ID that will be included in the generated DATA step scoring code. By default, if not specified, the variable name is prefixed with 'ANN_' followed by the target variable name.
Specifies the rounding direction. For example, if you specify a rounding factor of 5, a bin boundary of 6.2 is rounded UP to 10, DOWN to 5, and NEAREST to 5. Can be 'DOWN', 'NEAREST', or 'UP'.
The syntax is: configuration.listServOpts ;
specifies temporary attributes, such as a format, to apply to input variables. For more information about specifying the attributes parameter, see the common casinvardesc parameter. Aliases: attribute, attrs, attr, varAttrs 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.
Yes, you can use the 'copyVars' parameter to specify a list of variable names to copy from the input table to the output table.