LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 19 Feb 2005 09:16:49 -0500
Reply-To:     Don Henderson <donaldjhenderson@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Don Henderson <donaldjhenderson@HOTMAIL.COM>
Subject:      Re: How to set up autoexec.sas in SAS/Intrnet?
In-Reply-To:  <0E5377DC9E9CE34C98D7CDA4EE29154A0165A1E2@SEW01070.maple.fg.rbc.com>
Content-Type: text/plain; charset="iso-8859-1"

Harry is correct that you need to use the REQUEST INIT option of PROC APPSRV.

By and large virtually all settings specified in an autoexec.sas file to not apply to sessions created for user requests. If you want to run a piece of code before every user request, point to the code (e.g., an external sas file or a sas catalog .source entry) in the REQUEST INIT paramater.

Check out (for 9.1):

http://support.sas.com/rnd/web/intrnet/dispatch/appreq.html

Or (for 8.2)

http://support.sas.com/rnd/web/intrnet/dispatch82/appreq.html

HTH, -don h

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Harry Droogendyk Sent: Friday, February 18, 2005 1:52 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: How to set up autoexec.sas in SAS/Intrnet?

You might want to specify your autoexec.sas program on the REQUEST INIT= parm of PROC APPSRV.

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU]On Behalf Of SQLi Sent: Friday, February 18, 2005 1:25 PM To: SAS-L@LISTSERV.UGA.EDU Subject: How to set up autoexec.sas in SAS/Intrnet?

Hi SAS-Lers: I have trouble setting up autoexec.sas in SAS/intrnet. autoexec.sas is not processed. I heard that this is a 'function' of SAS. Then, how to activate the items within an autoexec.sas? Thanks.

Stan

------------------------------------------------------------

This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately.

Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez ce courrier électronique par erreur, veuillez m'en aviser immédiatement, par retour de courrier électronique ou par un autre moyen.

============================================================


Back to: Top of message | Previous page | Main SAS-L page