Question 20:
The following SAS program is submitted:
Data _null_;
set old;
put sales 1 sales2;
run;
Where is the output written?
- to the SAS log
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer : 1
Exp : The SAS log is a record of everything that you do in your SAS session or with your SAS program. Original program statements are identified by line numbers. Interspersed with SAS statements are messages from SAS.
You can access to full explanation to question and answer from this page.
.