Published on :
Administration CREATION_INTERNE

SAS License Verification

This code is also available in: Deutsch Español Français
This script executes the SETINIT procedure to list site information, license expiration date, and installed and licensed software products in the current SAS© environment.
Data Analysis

Type : CREATION_INTERNE


The script does not read any external data. It queries the internal configuration information of the SAS system.

1 Code Block
PROC SETINIT
Explanation :
The SETINIT procedure is called to display license details (site number, expiration dates, modules) in the execution log.
Copied!
1PROC SETINIT;
2RUN;
This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.
Banner
Expert Advice
Expert
Simon
Expert SAS et fondateur.
« The Site Number and Site Name revealed by this script are the most critical pieces of information required when opening a ticket with SAS Technical Support. »