Advanced SASSAS Macro Quoting functions -Masking Special CharactersEvery Macro is a character in SAS. Even Macro values that are declared numeric are processed as…Subhro KarMarch 18, 2020 4 min
PROC FREQ in SASPROC FREQ in SAS is a procedure for analyzing the count of data. It is used to obtain frequency…Subhro KarMarch 15, 2020 7 min
Base SASUltimate Guide to SAS Formats and InformatsSAS format is the instruction that specifies how the value of a variable should be printed or…Subhro KarMarch 12, 2020 7 min
Base SASIF THEN ELSE SAS statementsIF THEN ELSE SAS control statements produce either non-zero, 0 or missing results. The expression is…Subhro KarMarch 04, 2020 3 min
StatisticsBasics of Hypothesis TestingHypothesis testing is the statistical process of either retaining a claim or belief made by a person…Subhro KarMarch 04, 2020 6 min
Advanced SASHow to use the SAS Arrays function to simplify your codeArrays in SAS are a temporary grouping of SAS variables arranged in a particular order and…Subhro KarFebruary 25, 2020 3 min