SAS export

Delita

Senior member
Jan 12, 2006
931
0
76
I'm not sure how many of you do any SAS stuff, but heres my problem:

I have a data set in which I use proc print 3 times to seperate out by 3 different series in the data set using a where statement. I need to export these 3 proc prints into a txt file in particular. I've tried using ods rtf and force a txt format, but it includes the formating tags. Any other way of going about this?
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
If it's a one-time conversion you could search-replace the tags into something else, such as a space, comma, or a separator to use in excel ("|" is a good choice for that).

I haven't used SAS in over a decade, so I have no idea about the right way to fix this :)