Turning SAS PROC REPORT output back into tables
August 14, 2008 3:12 PM
Subscribe
SAS guru question: Is there an easy way to turn voluminous txt multi-page SAS reports generated with PROC REPORT back into a series "one observation per row" SAS tables? I know I can do it with a medium size Perl or Python script but I'm assuming someone must have dealt with this problem before, likely in SAS itself.
A lot of the reports are also grouped using DEFINE Region / GROUP which is output on the upper left hand side of the page, e.g.
Table 26
Resources by Country 1
Group: USA
Region Type Museums Camping
________________________________________
East NM 2 0
NP 8 12
West NM 8 17
NP 4 9
Group: Canada
Region Type Museums Camping
________________________________________
East NM 7 0
NP 9 12
West NM 8 7
NP 18 14
posted by benzenedream to computers & internet (3 comments total)
posted by netbros at 4:28 PM on August 14, 2008