Useful little procedure that puts events from a dataset onto a calendar.
Proc Calendar Data=work.A Fill; Id adate; Var event; *Short string; Run;