Date: Fri, 7 Sep 2001 10:30:00 -0400
Reply-To: Crystal Vierhout <vierhout@unity.ncsu.edu>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Crystal Vierhout <vierhout@UNITY.NCSU.EDU>
Subject: internet infile question
Content-Type: multipart/alternative;
Hello,
With SAS/Intrnet I have used and infile statement to pull HTML code in. What is the best way to handle large amounts of html code if you want to macro within the infile code? Is htmSQL a high recommendation or is there another way? Is the only using large amounts of puts?
data _null_;
infile test ;
file _webout;
input ;
put _infile_;
Crystal Vierhout
Dairy Records Management Systems
[text/html]
|