Base SAS4 Little Tricks To Achieve The Best Results In PROC PRINT SAS.**PROC PRINT** is a type of procedure that is used by every SAS programmer frequently. Most of you…Subhro KarJune 22, 2020 3 min
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
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
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