data temp; set x; run; “missing code” data test; set y; run; What will be the missing code to reset the page number ?
OPTIONS PAGENO = 1;
OPTIONS RESET PAGENO = 1;
OPTIONS RESET PAGENUMBER = 1;
OPTIONS PAGENUMBER = 1;