BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
lyying
Calcite | Level 5

Hi, I am new to SAS. I have downloaded SAS Enterprise and Miner. I would like to ask how can I access to SAS QC software?

1 ACCEPTED SOLUTION

Accepted Solutions
sbxkoenk
SAS Super FREQ

Hello,

 


@lyying wrote:

Hi, I am new to SAS. I have downloaded SAS Enterprise and Miner. I would like to ask how can I access to SAS QC software?


There's no such thing as SAS Enterprise.

There's SAS Enterprise Miner and SAS Enterprise Guide
(the only 2 pieces of SAS software that have 'Enterprise' in their name).

To check what products (SAS modules) you you can use, run this little program :

%PUT &=sysvlong4;
proc setinit; run;
proc product_status; run;
/* end of program */

Is SAS/QC in the list (displayed in the LOG-screen)?

---SAS/QC
     04DEC2022 (CPU A)
For SAS/QC ...
     Custom version information: 15.2

... if yes, you can code and submit the SAS/QC procedures.

 

The SAS/QC procedures are programming only. No GUI.
Apart from the DOE (Design of Experiments) part of SAS/QC, that one has front-end application (called ADX = Analysis and Design of Experiments) :

 

sbxkoenk_0-1664048887753.png

 

Cheers,

Koen

View solution in original post

1 REPLY 1
sbxkoenk
SAS Super FREQ

Hello,

 


@lyying wrote:

Hi, I am new to SAS. I have downloaded SAS Enterprise and Miner. I would like to ask how can I access to SAS QC software?


There's no such thing as SAS Enterprise.

There's SAS Enterprise Miner and SAS Enterprise Guide
(the only 2 pieces of SAS software that have 'Enterprise' in their name).

To check what products (SAS modules) you you can use, run this little program :

%PUT &=sysvlong4;
proc setinit; run;
proc product_status; run;
/* end of program */

Is SAS/QC in the list (displayed in the LOG-screen)?

---SAS/QC
     04DEC2022 (CPU A)
For SAS/QC ...
     Custom version information: 15.2

... if yes, you can code and submit the SAS/QC procedures.

 

The SAS/QC procedures are programming only. No GUI.
Apart from the DOE (Design of Experiments) part of SAS/QC, that one has front-end application (called ADX = Analysis and Design of Experiments) :

 

sbxkoenk_0-1664048887753.png

 

Cheers,

Koen

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 810 views
  • 1 like
  • 2 in conversation