The following SAS program is submitted: data null; set old; put var1 var2; run; Where is the output written?
to the SAS log file
to the SAS data set NULL
to a raw data file that was recently open
none of these