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 (December 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 10 Dec 2002 15:53:55 +0100
Reply-To:     Peter Crawford <peter.crawford@DB.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Peter Crawford <peter.crawford@DB.COM>
Subject:      Re: Macro Variables: Deleting
Comments: To: David Friedman <harrypotterdhf@EARTHLINK.NET>
Content-type: text/plain; charset=iso-8859-1

It might be simpler to start a new session ............... If you want to go down new-ish methodologies .... and have sas/connect available..... you might put each of these "SAS program" tasks into a sas/connect "remote" session which is just starting another sas session on your platform. Then with connectwait=NO, you can sit back and watch (with command rdisplay) your system perform multiple sas jobs concurrently !

Using this sas/connect methodology knowmn as MPconnect is a lot more interesting than trying to "clean" your current environment of not only those macro variables but also macros, formats and perhaps other, more or less-obvious, global options.

Good Luck Peter Crawford

Datum: 05/12/2002 18:49 An: SAS-L@LISTSERV.UGA.EDU

Antwort an: David Friedman <harrypotterdhf@EARTHLINK.NET>

Betreff: Macro Variables: Deleting Nachrichtentext:

I have the need to run multiple SAS programs. Everytime I run I want to make sure that all macro variables are cleared out in the pool. How would I accomplish this.

Thanks.

--

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.


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