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 listRegions action lists all the S3 regions that are defined for the CAS ser...
The groupByInfo action computes the index and frequency of each group, and the i...
The freqTab action in the Frequency and Crosstabulation Analysis action set cons...
The primary input tables are the `links` table, which defines the graph's link structure, and optionally, the `nodes` table, which provides information about the graph's nodes.
The subgroupValue parameter specifies the variable in the input data table that contains the subgroup values. Default: "subgroup".
Yes, 'recLen' is a required parameter. It specifies the length, in bytes, for a single row of the table being added.
Specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first. The groupbytable value can be one or more of the following:
You can use the 'direction' parameter. Set it to 'DIRECTED' for directed graphs where flow is from a source to a sink node, or 'UNDIRECTED' for undirected graphs where flow can be in either direction.