Search notes:

SAS: proc product_status

Use this proc to find out which SAS products are installed.
Apparently, when using a metadata server, proc viewregistry should be used.
proc product_status;
run;
Github repository about-SAS, path: /programming/proc/product_status/run.sas

See also

proc setinit
SAS programming: proc

Index