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