1748289 Members
3090 Online
108761 Solutions
New Discussion юеВ

Re: SAS software version

 
Dags
Frequent Advisor

SAS software version

Hi Masters,

I would like to know what SAS(Statistical Analysis System) version I have on my box? I already tried this:
# swlist -l product |grep SAS
SAS-COMMON B.11.23.0803 Serial SCSI Common product
SAS-PROVIDER B.11.23.0712 Serial SCSI provider product
SAS-SASD B.11.23.0809 PCI-X/PCI-E Serial SCSI (SASD) Driver

but this not the SAS version I'm looking for. TIA.

Regards,
Dagz
11 REPLIES 11
Dennis Handly
Acclaimed Contributor

Re: SAS software version

>but this not the SAS version I'm looking for.

No, those aren't the proper droids. :-)
SAS is also Serial-Attached SCSI.

Is your SAS installed with swinstall?
Have you tried what(1) on your executable.
Dags
Frequent Advisor

Re: SAS software version

Is your SAS installed with swinstall?
Maybe, but I'm not sure. Our application vendor did the installation.
Kapil Jha
Honored Contributor

Re: SAS software version

may be u can try
swlist -l product |grep -i SAS

if its installed via swinstall.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Dags
Frequent Advisor

Re: SAS software version

>may be u can try
>swlist -l product |grep -i SAS

same results as above. thanks for trying.
Johnson Punniyalingam
Honored Contributor

Re: SAS software version

>>Our application vendor did the installation.<<

if your Application vendor did the Installation with .depot format than can be only showed in "swlist"

Better to check with your "Vendor" or refer to documentation from your vendor .

Just thought, :)

Regards,
Johnson
Problems are common to all, but attitude makes the difference
Dennis Handly
Acclaimed Contributor

Re: SAS software version

>Maybe, but I'm not sure.

If installed with swinstall, swlist should show it. Perhaps you need to grep for more things.

Do you know where it is installed?
Dags
Frequent Advisor

Re: SAS software version

>Do you know where it is installed?

unfortunately not...

Dennis Handly
Acclaimed Contributor

Re: SAS software version

>unfortunately not...

Does anyone know how to run it?
Dags
Frequent Advisor

Re: SAS software version

>Does anyone know how to run it?

We use this command when we start SAS service:

#/sas9/sas913/utilities/bin/sastcpd -service 5019 -noinheritance &