MET MA 603: SAS Programming and Applications
MET MA 603:
SAS Programming and Applications
Organizing a Project
1
1
Folder Structure
For projects, using folders to separate codes, datasets, documents, etc. is critical to maintaining organization.
Example of folder structure:
Use libraries to reference different folders in the project.
Use a Main program to establish libraries, set global variables, and call different sub-programs. The include statement executes code saved in a file. This can be used to define macros.
%include “&loc.\Programs\ManageDates.sas”;
2
2
Example of a “Main” Program
/docProps/thumbnail.jpeg