Statistical Analysis System (SAS) Programming Certification Practice Exam Flash Cards

Question: 1 / 400

Which program correctly imports only the first seven observations from the external file?

?

options obs=7; proc import data="C:\users\test.txt" out=exam dbms=dlm replace; run; proc print data=exam; run;

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy