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
Use the 'casOut' parameter. It allows you to define the settings for the output table, including its name and the caslib where it should be stored.
The 'isExpired' result is a Boolean value. You can access the value from results.isExpired.
The required input parameter is 'data', which specifies the input data table containing the MPS file content. The primary output parameter is 'casOut', which specifies the output data table in MPS format.
specifies a seed value for random number generation. This value is used for repeatable random number generation in some scenarios. Default: 0
The 'model' parameter specifies the various output tables for the trained model. This includes tables for labels ('label'), attributes ('attr'), features ('feature'), attribute-feature mappings ('attrfeature'), and the template itself ('template').