LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 4 Feb 2010 15:29:05 -0500
Reply-To:   "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Subject:   Re: turn off proc export writing code to log ?
In-Reply-To:   <201002042005.o14HBLSK013199@malibu.cc.uga.edu>
Content-Type:   text/plain; charset=us-ascii

options nonotes; proc export; run; options notes;

> -----Original Message----- > From: owner-sas-l@listserv.uga.edu [mailto:owner-sas- > l@listserv.uga.edu] On Behalf Of Tom Smith > Sent: Thursday, February 04, 2010 3:06 PM > To: SAS-L@LISTSERV.UGA.EDU > Subject: turn off proc export writing code to log ? > > When proc export is used, it writes code to the log as follows. Is > there > any option to turn off this code exporting ? > > Thanks a lot. > > 954 > /******************************************************************* > *** > 955 * PRODUCT: SAS > 956 * VERSION: 9.2 > 957 * CREATOR: External File Interface > 958 * DATE: 04FEB10 > 959 * DESC: Generated SAS Datastep Code > 960 * TEMPLATE SOURCE: (None Specified.) > 961 > *********************************************************************** > / > 962 data _null_; > 963 set mydata end=EFIEOD; > 964 %let _EFIERR_ = 0; /* set the ERROR detection macro variable > */ > 965 %let _EFIREC_ = 0; /* clear export record count macro > variable */ > 966 file 'C:\Mydoc\ > ... > ...


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