|
On Thu, 2 Nov 2006, Jake Bee wrote:
> the extension should change for .sas to .txt (essentially a rename)
The the X statement should cover you. Two questions remain: why and how
many files?
> > x "copy C:\one.sas C:\one.txt" ;
If you are on Windows, you could use PIPE and the DIR command to obtain a
listing of all files (with the .sas extension) and then use CALL EXECUTE
to perform the X statements....
HTH,
Kevin
Kevin Viel
PhD Candidate
Department of Epidemiology
Rollins School of Public Health
Emory University
Atlanta, GA 30322
|