SAS_Institute
A00-280 · Question #47
This question will ask you to provide a line of missing code. The following SAS program is submitted to create the output: proc transpose data=labs out=labstran; var value; copy <insert code here>…
IDLABTEST; IDLABTEST; IDLABTEST;
Manage SAS Content and Data
Question
This question will ask you to provide a line of missing code. The following SAS program is submitted to create the output:
proc transpose data=labs out=labstran;
var value;
copy <insert code here>;
run;
In the space below, enter the option that completes the program (Case is ignored. Do not add leading or trailing spaces to your answer).
Explanation
IDLABTEST; IDLABTEST; IDLABTEST;
Topics
#PROC TRANSPOSE#COPY statement#data restructuring#SAS programming
Community Discussion
No community discussion yet for this question.