Hello. I need to create multiple pdf's based on an individual variable within my data. As my actual data are considered confidential (peoples income), I thought the sashelp.Baseball dataset could be used as a viable example. In that data set there are statistics for 322 players. For this example, I need to create 322 pdfs as "statistics sheets" so one could be given to each player individually. Is there a way to combine a DO group with an ODS statement to do this for me? Or is there another method that would be better for this? I appreciate the help.
... View more