You submit the following code:
proc sql; select make,model from sashelp.cars where cylinders=6 ; quit;
Which option would you have to add to the proc sql statement in order for the following to be printed to the log upon execution?
proc sql