I am working on a report in Base SAS 8.1(OpenVMS). I need it to have 1 page per observation...similar to below. I can't find anything that shows how to do this with PROC PRINT or PROC REPORT. Is there any way to do this other than with the PUT statement? Upgrading or adding modules isn't an option unfortunately. Any help is appreciated.
Header Text Observation ID 1
Line 1 text ---------------- variable 1
Line 2 text ---------------- variable 2
Line 3 text ---------------- variable 3
--page break --
Header Text Observation ID 2
Line 1 text ---------------- variable 1
Line 2 text ---------------- variable 2
Line 3 text ---------------- variable 3
--page break --