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 (September 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 1 Sep 2010 10:18:05 -0700
Reply-To:     Jack Hamilton <jfh@STANFORDALUMNI.ORG>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jack Hamilton <jfh@STANFORDALUMNI.ORG>
Subject:      Re: Most recent input data set
Comments: To: Arthur Tabachneck <art297@NETSCAPE.NET>
In-Reply-To:  <201009011654.o81AkxG4019536@willow.cc.uga.edu>
Content-Type: text/plain; charset=us-ascii

here's my sas log:

=====

19 proc print data=sashelp.class; 20 run;

NOTE: There were 19 observations read from the data set SASHELP.CLASS. NOTE: PROCEDURE PRINT used (Total process time): real time 0.01 seconds cpu time 0.01 seconds

WARNING: Apparent symbolic reference _VTTABLENAME not resolved. 21 %put &_VTtableName.; &_VTtableName. 22 %put &_VTtableLabel.'; WARNING: Apparent symbolic reference _VTTABLELABEL not resolved. 23 proc print data=sashelp.class; 24 run; 25 %put &_VTtableName.; 26 %put &_VTtableLabel.'; &_VTtableLabel.';proc print data=sashelp.class;run;%put &_VTtableName.;%put &_VTtableLabel.' =====

vt_printlist:

===== SLIST( TITLLIST=( 1=( TEXT='&_VTtableName &_VTtableLabel' {C} FONT=( FONT='SYSFONT' {C} )[9] {L} )[7] {L} )[5] {L} )[3] =====

so no joy.

-- Jack Hamilton jfh@alumni.stanford.org Caelum non animum mutant qui trans mare currunt.

On Sep 1, 2010, at 9:54 , Arthur Tabachneck wrote:

> MMMMIIIIKKKKEEEE, > > I was motivated when datanull said it couldn't be done. > > Thus, I ran a proc print and looked to see what files had been modified in > my system. > > In sasuser.profile, when ordered by date modified, the vt_printlist view > had just been modified, so I clicked on it. In the small amount of text > there, the two macro variables were there, including the one with a single > quote to its right. > > To replicate what I did: > > Put the following in your enhanced editor: > > proc print data=sashelp.class; > run; > %put &_VTtableName.; > %put &_VTtableLabel.'; > > Click on the run guy. > > Click on the log. > > Click on the enhanced editor. > > Click on the run guy again. > > Unless SAS has shipped a different version up north I think you will get > the result that I got. I'm on 9.1.3 m3 on windows server 2003. > > I'd definitely welcome any insights on how to get that to work a bit more > efficiently and how we all might benefit from knowing about it. > > Art > --------- > On Wed, 1 Sep 2010 11:57:53 -0400, Michael Raithel > <michaelraithel@WESTAT.COM> wrote: > >> Dear SAS-L-ers, >> >> Jack posted the following: >> >>> >>> I wonder if Art is running SAS non-natively, e.g. through EG. >>> >> Jack, another possible difference is that he is likely running the North > of the Border, Canadian version of SAS, aye:-) >> >> >> Take Care! >> >> ----MMMMIIIIKKKKEEEE >> (aka Michael A. Raithel)


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