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 2001, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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]


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