Date: Thu, 20 May 2004 23:34:31 -0400
Reply-To: "Michael L. Davis" <michael@BASSETTCONSULTING.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Michael L. Davis" <michael@BASSETTCONSULTING.COM>
Subject: Re: What SAS products are Licensed on a machine
In-Reply-To: <83F5497995A8D511965F00508BB929700271F76D@ddsexmb01.cahwnet .gov>
Content-Type: text/plain; charset="us-ascii"; format=flowed
Hello Paul and Laurel,
The noalias option causes SAS to report the components of software bundles
as separate lines in the SAS Log.
For example, at my benevolent employer, adding the noalias option when
running the SETINIT procedure on a mid-range Unix box tells me that we have
licensed SAS/CONNECT. Without noalias, that license is buried in a bundle.
So if you are interested in what software might be available (licensed) for
use, go with the noalias option.
- Michael "Mad Doggy" Davis
At 08:38 AM 5/20/2004 -0700, "Choate, Paul@DDS" <pchoate@DDS.CA.GOV> wrote:
>Good question - I was trying to find documentation for proc setinit and its
>alias option and couldn't. Any clues?
>
>Paul Choate
>DDS Data Extraction
>(916) 654-2160
>
>-----Original Message-----
>From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
>Copeland, Laurel
>Sent: Thursday, May 20, 2004 5:01 AM
>To: SAS-L@LISTSERV.UGA.EDU
>Subject: Re: What SAS products are Licensed on a machine
>
>Why does
> Proc setinit; run; *see 1 below;
>give a different (less detailed) listing than
> Proc setinit noalias; run; *see 2 below;
>?
>
>/* LOG
>1 proc setinit; run;
>
>NOTE: PROCEDURE SETINIT used:
> real time 0.06 seconds
> cpu time 0.01 seconds
>
>Original site validation data
>Site name: 'VA HEALTH SVC RESEARCH & DEVELOPMENT'.
>Site number: 38844026.
>Expiration: 30SEP2051.
>Grace Period: 62 days (ending 01DEC2051).
>Warning Period: 31 days (ending 01JAN2052).
>System birthday: 23NOV1992.
>Operating System: WIN .
>Product expiration dates:
>---USERBPKGF 30SEP2051
>---SAS/STAT 30SEP2051
>
>2 proc setinit noalias; run;
>
>NOTE: PROCEDURE SETINIT used:
> real time 0.00 seconds
> cpu time 0.00 seconds
>
>Original site validation data
>Site name: 'VA HEALTH SVC RESEARCH & DEVELOPMENT'.
>Site number: 38844026.
>Expiration: 30SEP2051.
>Grace Period: 62 days (ending 01DEC2051).
>Warning Period: 31 days (ending 01JAN2052).
>System birthday: 23NOV1992.
>Operating System: WIN .
>Product expiration dates:
>---Base Product 30SEP2051
>---SAS/STAT 30SEP2051
>---SAS/GRAPH 30SEP2051
>---SAS/FSP 30SEP2051
>---SAS/ASSIST 30SEP2051
>---SAS/CONNECT 30SEP2051
>---SAS/ACC-PC File Formats 30SEP2051
>---PRODNUM244 30SEP2051
>END LOG*/
>
>Thanks, Laurel
Michael L. Davis
E-Mail: michael@bassettconsulting.com
Web: http://www.bassettconsulting.com
Telephone: 203-562-0640
|