General Steps for Creating a New Task

SAS Studio is shipped with a blank task template that you can use to create your own tasks.
Here is a high-level overview of how to create a new task in SAS Studio.
  1. Open SAS Studio.
  2. In the navigation pane, open the Tasks section.
  3. Click New Taskand select New Task.
    The new task appears in SAS Studio.
    New Task
  4. Revise the code to create your custom task. For more information about this code and the common task model, see SAS Studio: Developer's Guide to Writing Custom Tasks.
  5. To save the task, click Save As Button.
  6. Enter a unique name for the task. The task is saved with the CTM file extension in your file system.
    Save As Dialog Box for a Custom Task