From a77a7f106675a34640d78223506a8b476ad74967 Mon Sep 17 00:00:00 2001 From: Natasha Pavlovikj <npavlovikj2@unl.edu> Date: Thu, 30 Jan 2025 10:51:51 -0600 Subject: [PATCH] Remove SAS Anvil --- .../applications/app_specific/running_sas.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/content/applications/app_specific/running_sas.md b/content/applications/app_specific/running_sas.md index 412b8f8b..974c6969 100644 --- a/content/applications/app_specific/running_sas.md +++ b/content/applications/app_specific/running_sas.md @@ -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" >}} -- GitLab