The following SAS program is submitted:proc sort data=SASUSER.VISIT out=PSORT;by code descending date cost;run;Which statement is true regarding the submitted program?