Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Print the data portion of the SAS data set bigmoney NetID for which the amount is the largest.
Print the data portion of the SAS data set bigmoney NetID for which the amount is the largest.
Print the data portion of the SAS data set retirement YourNetID for the option which is the fastest to reach $2M.
This is one of sas code question. I'm unsure how to print data with the largest or the fastest?
proc print data = bigmoney;
where??
run;