Glossary

access control template
a reusable named authorization pattern that you can apply to multiple resources. An access control template consists of a list of users and groups and indicates, for each user or group, whether permissions are granted or denied. Short form: ACT.
ACT
See access control template
Apache Hadoop
a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model.
authorization
the process of determining the permissions that particular users have for particular resources. Authorization either permits or denies a specific action on a specific resource, based on the user's identity and on group memberships.
bar chart
a chart that consists of a grid and some vertical or horizontal columns (bars). Each column represents quantitative data.
bar-line chart
a bar chart with an overlaid line graph.
box plot
See box-and-whisker plot
box-and-whisker plot
a graphical display of five statistics (the minimum, lower quartile, median, upper quartile, and maximum) that summarize the distribution of a set of data. The lower quartile (25th percentile) is represented by the lower edge of the box, and the upper quartile (75th percentile) is represented by the upper edge of the box. The median (50th percentile) is represented by a central line that divides the box into sections. The extreme values are represented by whiskers that extend out from the edges of the box.
calculated column
a column that does not exist in any of the tables that are accessed, but which is created as a result of a column expression.
capability
an application feature that is under role-based management. Typically, a capability corresponds to a menu item or button. For example, a Report Creation capability might correspond to a New Report menu item in a reporting application. Capabilities are assigned to roles.
co-located data provider
a distributed data source, such as SAS Visual Analytics Hadoop or a third-party vendor database, that has SAS High-Performance Analytics software installed on the same machines. The SAS software on each machine processes the data that is local to the machine or that the data source makes available as the result of a query.
crosstab
See crosstabulation table
crosstabulation table
a two-dimensional table that shows frequency distributions or other aggregate statistics for the intersections of two or more category data items. In a crosstabulation table, categories are displayed on both the columns and rows, and each cell value represents the data result from the intersection of the categories on the specific row and column.
data item
an item in a data source that is either a logical view of a data field or a calculation. The author of a report decides which data items to use in a particular section of a report. There are three types of data items: hierarchies, categories, and measures.
data source
a table, view, or file from which you will extract information. Sources can be in any format that SAS can access, on any supported hardware platform. The metadata for a source is typically an input to a job.
dependency
a trigger condition that must be met before a job can run in a scheduled flow.
deployed job
a job that has been saved in a deployment directory and can be scheduled.
deployment directory
the location for generated SAS DATA step programs that will be executed by the batch server as part of a scheduled flow.
file event
a file-related occurrence that is used as a trigger in a scheduled flow. For example, a file event occurs when a scheduling server determines that a specified file exists.
filter
specified criteria that are applied to data in order to identify the subset of data for a subsequent operation, such as continued processing.
flow
a set of jobs and associated dependencies that is scheduled in the Schedule Manager plug-in in SAS Management Console.
heat map
a graphical representation of data where the values taken by a variable in a two-dimensional map are represented as colors.
job
a collection of SAS tasks that can create output.
job event
a job-related occurrence that is used as a trigger in a scheduled flow. For example, a job event occurs when the scheduling server issues a command to determine whether a job ran successfully.
job flow
a group of jobs and their dependencies, including dependencies on other jobs, on files, or on specified dates and times.
join condition
a combination of join keys and a comparison operator.
list table
a two-dimensional representation of data, in which the data values are arranged in rows and columns.
pie chart
a circular chart that is divided into slices by radial lines. Each slice represents the relative contribution of each part to the whole.
progressive chart
See waterfall chart
query
a set of instructions that requests particular information from one or more data sources.
report
output that is generated by running custom SAS code against the data in your project.
role
a set of capabilities. In some applications, certain actions are available only to users or groups that have a particular role.
SAS Management Console
a Java application that provides a single user interface for performing SAS administrative tasks.
scatter plot
a two- or three-dimensional plot that shows the joint variation of two (or three) variables from a group of table rows. The coordinates of each point in the plot correspond to the data values for a single table row (observation).
scatter plot matrix
a grid of scatter plots showing pairwise combinations of multiple numeric variables.
scheduling server
a server that runs deployed jobs in a scheduled flow. Before running a job, the scheduling server determines when the schedule for the deployed job as well as all of the dependencies for the job have been met.
source
See data source
subquery
a query-expression that is nested as part of another query- expression. Depending on the clause that contains it, a subquery can return a single value or multiple values.
time series
an ordered sequence of values of a variable that are observed at equally spaced time intervals.
user role
See role
visual exploration
a metadata object that contains visualizations and data settings that are saved from a session of the SAS Visual Analytics explorer.
visualization
an interactive visual representation of data. A visualization can be a table, a chart, or a geographic map.
waterfall chart
a form of data visualization that is used to understand or explain the cumulative effect on an initial value of sequentially introduced positive or negative values. Usually the initial and the final values are represented by whole columns, while the intermediate values are denoted by floating columns.