proc print data=sales; run; options ? proc means data=sales; run; Which option statement has to be used to reset the page number to 3 for the second report?
options reset pagenum=3;
options reset pageno=3;
options pageno=3;
options pagenum=3;