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 (August 2010, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 31 Aug 2010 19:41:56 -0400
Reply-To:     Scott Bass <sas_l_739@YAHOO.COM.AU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Scott Bass <sas_l_739@YAHOO.COM.AU>
Subject:      Re: What is the Perl metacharacter for a page break character?

On Tue, 31 Aug 2010 16:02:06 -0500, Data _null_; <iebupdte@GMAIL.COM> wrote:

>So I was wondering why you think putting the total number of pages >into a macro variable is a good idea.

I dunno...getting so caught in a single approach that you don't consider a better way? ;-) The proverbial "can't see the forest for the trees"...

Thanks for the great code. Now...

<snip> > > /* close the input file, so we can open it again */ > filevar='dummy'; infile dummy1 filevar=filevar;

I get this error when I run these lines:

ERROR: Physical file does not exist, C:\Documents and Settings\sbass\dummy.

I'm pondering the best approach to fix this. The code needs to run on both Windows and Unix. I'm thinking just start a second data step???

Getting close :-)

Scott


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