Date: Wed, 20 Aug 2008 12:57:10 -0700
Reply-To: avi <aviben@BEZEQINT.NET.IL>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: avi <aviben@BEZEQINT.NET.IL>
Organization: http://groups.google.com
Subject: Looping through a text file
Content-Type: text/plain; charset=ISO-8859-1
Hello,
I have a program that transforms HTML ODS output file into an exe
file. The program will be invoked in a sas session with an X command
with some parameters.
One of the parameters is a text file of this form:
[General]
Title=My publication
Output=c:\mywork\myproject\output\myarc&i.exe
DefHomepage=C:\MyWork\MyProject\Source&i\Index.htm
SourceFolder=c:\mywork\myproject\source&i\
I want to create many exe files with a macro loop, by updating in each
loop the directories and file names. The file is regular text file in
c:\
Any idea?
Thanks a lot
Avi
|