BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Garik
Obsidian | Level 7

Hello.

Dears, I want to create ABC analysis in sas. Can you help me figure out if a 'proc' is available in SAS, or I should do by myself?

And the second question is?  On what platform of SAS I can create dinamic reports by creating Buttons, scroll bars chek boxes or something like that,( such kind of tools are available in excel) .

 

thanks beforehand.

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

Can you say more about what you are trying to do? Maybe post sample data?

 

An internet search revealed this reference:

http://www.ims-productivity.com/page.cfm/content/ABCPareto-analysis/

 

SAS provides a wealth of industrial/manufacturing quality control procedures as part of SAS/QC software, including the PARETO procedure.

View solution in original post

5 REPLIES 5
tomrvincent
Rhodochrosite | Level 12

to see which SAS modules are licensed at your site.


proc setinit;
run;

Garik
Obsidian | Level 7

thanks for the replay. But it is said that the proc set in it was available in 

Version 8 of the SAS System

and there are no plans to restore.

 

maybe there are another procidure for the problem? 

Rick_SAS
SAS Super FREQ

What version of SAS software are you running? Submit

%put &=sysvlong;

and then cut and paste the last line in the SAS log. It will look something like this:

SYSVLONG=9.04.01M4P110916

Rick_SAS
SAS Super FREQ

Can you say more about what you are trying to do? Maybe post sample data?

 

An internet search revealed this reference:

http://www.ims-productivity.com/page.cfm/content/ABCPareto-analysis/

 

SAS provides a wealth of industrial/manufacturing quality control procedures as part of SAS/QC software, including the PARETO procedure.

Garik
Obsidian | Level 7

hello. 

Many thanks. this is what I was looking for.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 2754 views
  • 2 likes
  • 3 in conversation