Skip to content
Snippets Groups Projects
Commit a77a7f10 authored by Natasha Pavlovikj's avatar Natasha Pavlovikj
Browse files

Remove SAS Anvil

parent 7a973621
Branches
No related tags found
1 merge request!445Remove SAS Anvil
......@@ -6,15 +6,14 @@ description = "How to run SAS on HCC resources."
- [Running SAS through the command line](#sas-on-hcc-clusters)
- [Running SAS on HCC OnDemand](#sas-on-hcc-ondemand)
- [Running SAS on Anvil](#sas-on-anvil)
This quick start demonstrates how to use a SAS program on
HCC resources through the command line, HCC OnDemand, and HCC's Anvil platform. The sample code and submit scripts can be
HCC resources through the command line and HCC OnDemand. The sample code and submit scripts can be
downloaded from [HCC's job-examples git repository](https://github.com/unlhcc/job-examples).
{{% notice info%}}
SAS is licensed software; users must have access to an existing license via an academic department or unit to use SAS on HCC resources.
If you are a current SAS user and would like to arrange for access on HCC machines, please contact hcc-support@unl.edu.
SAS is licensed software, and SAS on HCC resources is supported under UNL system-wide SAS license.
If you are part of UNL and would like to use SAS on HCC during the subscription period, please contact hcc-support@unl.edu to request access.
{{% /notice %}}
......@@ -74,15 +73,3 @@ Here, you can run code in the Notebook's cells. The SAS code is then executed wh
SAS scripts can then be run from the Editor, and the results will be shown in a browser.
{{< figure src="/images/sas_2.png" >}}
## SAS on Anvil
SAS can also be run on a Windows 10 instance on Anvil. This allows SAS scripts to be run with a full GUI environment.
Start off creating a `Windows 10 SAS` instance from the [Anvil dashboard](https://anvil.unl.edu/). [Create an instance]({{< relref "../../anvil/creating_an_instance.md" >}}) and use the image labeled `Windows 10 SAS`. Once the instance is fully launched, [connect to the instance]({{< relref "../../anvil/connecting_to_windows_instances.md" >}}) using the retrieved password. After connecting to the instance and logging, SAS can be launched from the Desktop shortcut.
{{< figure src="/images/sasAnvilDesktop.png" height="450" >}}
From here, SAS scripts can be run from the Editor at the bottom of the SAS window. Scripts can also be opened from a script file on the Anvil instance.
{{< figure src="/images/sasAnvil.png" height="450" >}}
Executing a script is done by typing `run;` and clicking `Submit`. When the script finishes executing, the results will be displayed.
{{< figure src="/images/sasAnvilResults.png" height="450" >}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment