Overview After you have data in your project, you can create reports and run analytical procedures on the data. To do this, you select a SAS task from the Tasks pane or from the Tasks menu. Some tasks have wizards to guide you through the decisions that you need to make. Wizards are available from menus or from the Tasks pane. In SAS Enterprise Guide, task windows have a common format, so once you are familiar with running one task, running other tasks is easy. |
Using Tasks in SAS Enterprise GuideClick the Back and Next buttons to see the features of a typical task window. You can also see a text-only version of the information.
|
Number of images: | 11 |
Image width: | 746 |
Image height: | 572 |
Stack steps? | no |
Height multiplier for stacking (generally, do not edit): |
53 |
Cell height for replacing (edit if needed): |
98 |
text will appear here from the animation text divs below and wraps within this area |
On the left side of each task window is the selection pane. Use the selection pane to select groups of options for the task. All tasks have a Data area where you assign variables to roles in the task. |
The Variables to assign box lists the variables (or columns) in the data set. |
The icon next to each variable represents the variable's type. Country is a character variable (). Year is a numeric variable (). Month is a numeric variable in datetime format (). Actual and Predict are numeric variables in currency format (). |
The Task roles box lists the ways that the variables can be used in the task. To run the List Data task, one variable is required in the List variables role. |
The icon next to each task role indicates the type of variable that you can assign to the role. The List variables role accepts all variable types. The Total of role accepts only numeric variables. |
You assign variables to roles by dragging them from the Variables to assign list to the appropriate role in the Task roles list. You can also use the left and right arrows to assign and remove variables from roles. When multiple variables are assigned to a role, you can reorder them by using the up and down arrows. |
Some roles limit the number of variables that can be assigned to them. If there is a limit, it is always noted beside the role name. |
Every task also has options that you can set. Some tasks have many options, which are grouped into categories in the selection pane. |
Most tasks enable you to specify titles and footnotes for your results. |
As you assign variables to roles and select options in the task window, SAS Enterprise Guide generates SAS code behind the scenes. You can see this code by clicking Preview code at the bottom of any task window. |
When you have finished selecting options for the task, click Run to submit the code and run the task. You can access the input data and all of the output for the task by clicking the tabs in the workspace. Although the task window closes when you run the task, your selections are saved and you can reopen the task by clicking Modify Task on the workspace toolbar. If the task is not open in the workspace, you can reopen it by right-clicking it in the project tree and selecting Modify task-name. |
Next you learn about creating a List Data report from your data. |