Base SASSAS Loops ExplainedLoops allow you to execute SAS statements repeatedly, reducing the number of code lines. The flow in…Subhro KarMay 31, 2020 4 min
StatisticsHow to choose a statistical test?If you are from a non-statistical background, it is essentially the most complicated aspect of…Subhro KarMay 31, 2020 6 min
Base SASUsing PROC RANK for ranking variablesRanking of variables is often necessary to analyze the performance or gain an insight on which are…Subhro KarMay 31, 2020 3 min
Base SASThe Ultimate Guide To SAS Character FunctionsOne of the major strengths of SAS is its ability to work with the character data. The SAS character…Subhro KarMay 23, 2020 15 min
Base SASHow to use compress function in SAS?Most SAS programmers depend on the COMPRESS function in SAS for cleaning up troublesome string…Subhro KarMay 23, 2020 2 min
6 Sas Picture Format Tips You Need To Learn NowSAS picture format creates templates in which you'll be able to define how the numbers are displayed…May 16, 2020 3 min
Base SASSAS date formats -How to display dates correctly?SAS date and time are essential topics in SAS because SAS date and time have unique characteristics…Subhro KarApril 24, 2020 4 min
StatisticsPROC TTEST for comparing meansThe student's TTest is the most used statistical test for comparing two means or an observed mean…Subhro KarApril 20, 2020 7 min
5 techniques of finding paths or locations in SASThis article is about the techniques used for finding and determining path and location information.April 09, 2020 2 min
SAS formatting techniques -using Proc Format to create custom formatsSAS user-defined formats allow you to assign labels to the values of variables. PROC FORMAT in SAS…Subhro KarApril 06, 2020 6 min