Hi all,
So new to this, so bear with me. I just started a new job where we are using SAS 9.3 and I'm so used to using the FSV command to do a quick look thru at the data. So I started working on this and figured, let me use the FSV and then I get the following error: Module SASZFSVW not found in search paths. Anybody know what this means? Or am I just not able to use it with the SAS version that I have?
Any help will be great! Thanks!
Sounds like you don't have the required module licensed, we have the same here. The proc setinit; will tell you what you have installed, I don't know off the top of my head what module you need, but I have:
Base, Stat, Graph, IML, ACCESS licensed and I can't use fsview.
, PROC SETINIT will NOT tell you the installed components, it tells you the ones that are licensed. In EG, you can right click the server to check the components installed, In Base, you will need PROC PRODUCT_STATUS. In the company I work for, IT made a mess, some licensed but not installed (which is fine as long as you don't need it), some installed but not licensed, so you still can't use it.
Regards,
Haikuo
IIRC, FSVIEW needs SAS/FSP to be licensed/installed.
You can use VIEWTABLE (VT) instead of FSVIEW, it comes with Base SAS.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.