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 `connectedComponents` action finds the connected components of a graph. In g...
The applyConcept action performs concept extraction using a predefined or custom...
Fetches rows from a table or view. This action allows you to retrieve data from ...
The estimation method for the process mean (central line) is specified with the 'medCentral' parameter. Options are 'AVGMED' (average of subgroup medians), 'MEDMED' (median of subgroup medians), or 'AVGMEAN' (average of subgroup means).
Yes, by default. The `replace` parameter is set to TRUE, which means if a format with the same name already exists in the specified library, it will be replaced. You can set `replace` to FALSE to prevent overwriting.
Specifies the format to apply to the variable.
The `name` parameter is required and specifies the name of the in-memory table to which the attributes apply. The `table` parameter (aliased as `attrTable`) specifies the name of an existing table that stores the extended attributes, which is used for tasks like ADD, UPDATE, or CONVERT.
Specifies the caslib for the filter table. By default, the active caslib is used.