|
both sasuser.profile and the sas registry hold
config info.
Both are in the sasuser folder.
Check that you are fixing the location of sasuser.
(and not just relative to the current folder)
Customisation stored in the registry can be
"externalised" neatly with
proc registry export='my_reg.txt'; run;
Then your customisation can be loaded for
review, into any text editor, or use
proc fslist file='my_reg.txt'; run;
These can be re-loaded (as in autoexec ) with
proc registry import='my_reg.txt'; run;
(so long as you are in the same start-up folder
( you don't need to define the path )
good luck
Peter Crawford
Datum: 11/02/2003 23:23
An: SAS-L@LISTSERV.UGA.EDU
Antwort an: SAS User <sasuser@GUILDENSTERN.DYNDNS.ORG>
Betreff: Re: 'command' line for interactive SAS sessions (Windows)
Nachrichtentext:
on Tue, Feb 11, 2003 at 10:01:20PM +0100, Peter Crawford (peter.crawford@db.com) wrote:
>
> set and save the command preference via ....
> menu :
> / tools / options / preferences
> across the tabs
> General
> tick the box
> Save settings on exit
> View
> tick the box
> Command line
>
> hope it works
Thanks, Peter. Nearly.
Every *other* time I launch SAS, it has the settings I want. I've also
got an autoexec.sas file, and a modified sasv8.cfg. It's not clear why
settings are or aren't being kept. I don't see the config file itself
being visibly changed.
Is SAS still storing its user configs in sasuser.profile? Any handy way
to check what settings are, snapshot the catalog, or diff it (working
with catalogs has always been a bit of a black art for me).
...or is SAS using the <shudder> system registry?
Thanks.
--
Charming man. I wish I had a daughter so I could forbid her to marry one...
--
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
|