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?
A.
The descending option applies to the variable CODE.
B.
The variable CODE is sorted by ascending order.
C.
The PSORT data set is stored in the SASUSER library.
D.
The descending option applies to the DATE and COST variables.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
kdongo2001
2 years, 9 months ago