
%mend;
Submit the %ADDREF() macro with its two parameters to add referee names to the
table. Each time you submit the macro, a message is written to the SAS log.
%addref(Conner,sailing);
%addref(Fay,sailing);
%addref(Einstein,relativity);
%addref(Smythe,sailing);
%addref(Naish,sailing);
Log 5.9 Defining Macros to Create Tables
34 %addref(Conner,sailing);
NOTE: 1 row was inserted into SQL.REFEREE.
NOTE: Conner has been added for subject - sailing.
35 %addref(Fay,sailing);
NOTE: 1 row was inserted into SQL.REFEREE.
NOTE: Fay has been added for subject - sailing.
36 %addref(Einstein,relativity);
NOTE: 1 row was inserted into SQL.REFEREE.
NOTE: Einstein has been ...