Print the data set. The PRINT procedure prints the data set Grain_Production. The TITLE statement specifies the title.


title 'Leading Grain-Producing Countries';
proc print data=grain_production;
run;