a. It creates a SAS data set namedbird817in theworklibrary from the CSV filebird_countand replacesbird817whenever the CSV file is updated.
b. It creates a SAS data set namedbird817in theworklibrary from the CSV filebird_count.
c. It uses the CSV engine to directly read the data filebird_count.csv.
The key different in this case is the clause "whenever the CSV file is updated.". Since the Proc Import would need to be rerun when the CSV file is updated then that makes A incorrect.
HI @AJS1 The tricky part is "whenever the CSV file is updated."
Proc import doesn't have the artificial intelligence to know when a CSV file is updated however when and everytime it is executed, it creates a file as named. So B is straight to the point.
a. It creates a SAS data set namedbird817in theworklibrary from the CSV filebird_countand replacesbird817whenever the CSV file is updated.
b. It creates a SAS data set namedbird817in theworklibrary from the CSV filebird_count.
c. It uses the CSV engine to directly read the data filebird_count.csv.
The key different in this case is the clause "whenever the CSV file is updated.". Since the Proc Import would need to be rerun when the CSV file is updated then that makes A incorrect.
2025 SAS Hackathon: There is still time!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!