https://github.com/sassoftware/sas-studio-tasks
SAS-provided tasks and contributed custom tasks to extend SAS Studio
https://github.com/sassoftware/sas-studio-tasks
Last synced: 7 months ago
JSON representation
SAS-provided tasks and contributed custom tasks to extend SAS Studio
- Host: GitHub
- URL: https://github.com/sassoftware/sas-studio-tasks
- Owner: sassoftware
- License: apache-2.0
- Created: 2017-03-15T20:46:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T16:03:20.000Z (about 1 year ago)
- Last Synced: 2025-02-13T13:24:45.769Z (9 months ago)
- Language: HTML
- Size: 1.65 MB
- Stars: 17
- Watchers: 10
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
# SAS Studio Tasks
This repository hosts SAS-provided tasks and contributed custom tasks to extend SAS Studio. File types include:
- CTM files: the XML and Apache Velocity code that is used to create the user interface and generate the SAS code for the task.
- CTK files: a task that is saved with one or more options already selected. Using a CTK file makes it easier to run the same task with the same settings over and over again.
- XML files: define task repository structures and SAS code snippet libraries
- SAS files: SAS program files
For more "How to" information, see [SAS Studio Developer's Guide for Writing Custom Tasks](https://go.documentation.sas.com/?docsetId=webeditordg&docsetTarget=titlepage.htm&docsetVersion=3.8&locale=en).