@ed_sas_member wrote:
Hi @JohnWeyk
In addition to @Reeza 's answer, you can put access=readonly in the libname statement to avoid this kind of issue.
libname pg1 "&path./data" access=readonly;
I think the course requires you to write to that library periodically though?
... View more