University of Rochester Medical Center
SearchDirectoryNewsEventsStrong HealthURMC Home

SAS Helpful Hints

Proc Calendar

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;

 

Please send your comments and suggestions about this web page to A. Watts (watts@bst.rochester.edu)