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 'casOut' parameter specifies settings for an output table, including caslib, compress, indexVars, label, lifetime, maxMemSize, memoryFormat, name, promote, replace, replication, tableRedistUpPolicy, threadBlockSize, timeStamp, and where. For more information, see the common 'casouttable' parameter.
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.
The 'productName' result is a string. You can access the value from results.productName.
When set to True, result tables are returned to the client even if the output is also saved as an output table. Default is False.
The `matchType` parameter specifies the matching strategy for concepts. It can be set to 'ALL' (default) to return all matches, 'BEST' to return only the best-scoring matches, or 'LONGEST' to return the longest matches.