Licensing: How To View Licenses (SAS Studio)

View SAS Programming Run-Time License Information

  1. Open a web browser and sign in to SAS Studio with administrator privileges.

    Here is an example:

    https://mysasserver.example.com/SASStudio

  2. In the programming area, enter the following command:
    proc setinit; run;
  3. Click Run.

    You should see output similar to the following:

    1    %studio_hide_wrapper;
    77   
    78   proc setinit;run;
    NOTE: PROCEDURE SETINIT used (Total process time):
          real time           0.00 seconds
          cpu time            0.00 seconds
          
    Original site validation data
    Current version: V.04.00M0P080520
    Site name:    'BUSINESS ANALYTICS SS AT R S'.
    Site number:  70180938.
    CPU A: Model name='' model number='' serial=''.
    CPU B: Model name='' model number='' serial=''.
    CPU C: Model name='' model number='' serial=''.
    Expiration:   1SEP2024.
    Grace Period:  0 days (ending 1SEP2024).
    Warning Period: 15 days (ending 16SEP2024).
    System birthday:   14AUG2020.
    Operating System:   LIN X64 .
    Product expiration dates:
    ---Base SAS Software                                                                                    18AUG2021 (CPU A) 
    ---SAS/STAT                                                                                             18AUG2021 (CPU A) 
    

View SAS Cloud Analytic Services License Information

  1. Open a web browser and sign in to SAS Studio with administrator privileges.

    Here is an example:

    https://mysasserver.example.com/SASStudio

    TipTo obtain license information without running SAS Studio, run the getLicenseInfo Action from any CAS programming language client. For more information, see getLicenseInfo Action in the SAS Viya Platform: System Programming Guide.
  2. In the Code tab, enter the following commands:
    cas casauto;
    cas casauto listabout;
  3. Click Run.

    You should see output similar to the following:

    1    %studio_hide_wrapper;
    77   
    78   cas casauto;
    NOTE: The session CASAUTO connected successfully to Cloud Analytic Services 
          controller.sas-cas-server-default.chu-ba-ss.svc.cluster.local using port xxxx. The UUID is 
          xxxxx-xxxx-xx-xxxx-xxxxxxx. The user is xxxxx and the active caslib is CASUSER(xxxxx).
    NOTE: The SAS option SESSREF was updated with the value CASAUTO.
    NOTE: The SAS macro _SESSREF_ was updated with the value CASAUTO.
    NOTE: The session is using 0 workers.
    79   cas casauto listabout;
             
    Section: About
             CAS = Cloud Analytic Services 
             Version = 4.00 
             VersionLong = V.04.00M0P08052020 
             Copyright = Copyright © 2014-2020 SAS Institute Inc. All Rights Reserved. 
             ServerTime = 2020-08-26T21:27:58Z 
             
    Section: System
             Hostname = controller.sas-cas-server-default.chu-ba-ss.svc.cluster.local 
             OS Name = Linux 
             OS Family = LIN X64 
             OS Release = 3.10.0-957.1.3.el7.x86_64 
             OS Version = #1 SMP Thu Nov 29 14:49:43 UTC 2018 
             Model Number = x86_64 
             Linux Distribution = Red Hat Enterprise Linux release 8.2 (Ootpa) 
             
    Section: license
             site = BUSINESS ANALYTICS SS AT R S 
             siteNum = 70180938
             expires = 1Sep2024:00:00:00 
             gracePeriod = 0
             warningPeriod = 15
             CASHostAccountRequired = OPTIONAL 
    NOTE: Request to LISTABOUT completed for session CASAUTO.
    80   
    81   
    82   %studio_hide_wrapper;
    
Last updated: May 15, 2026