The starting point for your SAS® CAS 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 loadMps action loads a string that represents a problem in standard MPS (Mat...
The `glm` action fits linear regression models using the method of least squares...
The applyConcept action performs concept extraction using a predefined or custom...
Variables are defined using the 'vars' parameter, which is a list of objects. Each object must specify the variable's 'name', 'rType' (raw type, OBSOLETE), 'length', and 'offset' (OBSOLETE). Optional attributes include 'label', 'format', and 'type' (e.g., 'VARCHAR', 'INT64').
specifies the minimal absolute tolerance at which an iteration stops. Default: 0.001, Minimum value: 1E-12
The Lua syntax for this action is: `results, info = s:session_addNodeStatus{}`
The 'casOut' parameter is a required parameter that specifies the settings for the output table where the results will be stored.
The 'format' parameter specifies whether the MPS file content is in fixed or free format. The possible values are 'FIXED' or 'FREE', with 'FIXED' being the default.