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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 298 views
  • 1 like
  • 2 in conversation