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 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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