I am generating an report by using proc report and getting the output mentioned below: Date Patient ID AETERM 20-Jul-20 100001 Headache 20-Jul-20 100001 Hypertension Need the output like this, where if patient has 2 ae's then patient only reflects one time and same with the date. Date Patient ID AETERM 20-Jul-20 100001 Headache Hypertension Any suggestions.
... View more