SAS (Statistical Analysis System) is a software suite developed by SAS Institute and we can access, manage, analyze and present the data by applying SAS programming techniques.
To learn SAS programming quickly from basics we need to follow the below steps:
1: Download and install SAS software/ Access the SAS studio online and learn the interface.
Practice is very important while learning any coding language, so we need to practice a lot along with the theory part. One should have basic understanding on different windows on SAS and their use.
2: Learn the basic SAS programming:
Once we understand how to work in SAS software, we need to learn basic SAS coding like:
How to write as SAS statements, Steps in SAS programming, SAS naming convention, data types in SAS etc.
3: How to create SAS dataset/ Import /Export
Next important thing is we should know how to import different datafile and create SAS dataset from that. Frequently used data files are Excel, CSV file, txt file etc. We should also learn how to export our output to different file format. It is also important to learn the concept of SAS libraries to access sas Dataset from different source.
4: Learn SAS functions:
SAS function are very important wile while writing programs. We should learn some of the common SAS functions from Character functions, Numeric functions and Date functions to ease our coding.
5: PROC SQL:
We should learn basic proc sql like SQL clauses, how to select observation and column while printing a table, how to create tables in proc sql. SQL joins to merge datasets.
6: SAS Macro
SAS macro is very important, In the beginning we should learn different ways to create macro variables, different ways to create macro program, Macro debugging techniques etc.
7: SAS procedures:
We should learn some basic SAS procedures like proc print, proc contents, proc sort, proc freq, proc means, proc report etc.
Leave a comment