The following SAS program is submitted: data temp.x; set sasuser.y; run; What must be submitted prior to this SAS program for the program to execute successfully?
A.
A LIBNAME statement for the libref TEMP only must be submitted.
B.
A LIBNAME statement for the libref SASUSER only must be submitted.
C.
LIBNAME statements for the librefs TEMP and SASUSER must be submitted.
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.
asiat2301
1 year ago