Hello,
1. Create a new folder under your Files(Home) directory - name it mydata or something (right-click on Files(Home) & select New Folder).
2. Right-click on your new folder and select Create Library - you can leave the library name "mydata" if that is what you named the folder. Also you can select the check-box to recreate this library at start-up so it will be assigned every time you start SAS Studio.
3 In you code, the last data step would be:
DATA mydata.BRFSS23f; SET work.brfss23; RUN;
... View more