Base SASAutomatic Variables in SASWhat are automatic variables in SAS? Within a data step, SAS automatically create a couple of…Subhro KarJune 12, 2020 4 min
Advanced SASEverything You Need To Know About SQL SET OperatorsSQL Set operators are conceptually derived from the mathematical set principle. The three…Subhro KarJune 07, 2020 4 min
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