Using Proc Univariate for Analysis and Normality TestProc Univariate and Proc Means are SAS procedures that calculate statistics for quantitative…Subhro KarMarch 28, 2020 5 min
30 + Base SAS Certification Questions and AnswersThe following is a list of Base SAS Certification Questions and Answers, that can help you to clear…Subhro KarMarch 26, 2020 8 min
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
StatisticsBusiness Analytics Definition and OverviewToday several products and solutions are driven by analytics. For instance, Amazon GO…Subhro KarFebruary 21, 2020 4 min
Retrieve file size or last modified date of an external file in SASRetrieve file size or last modified date of an external file - The FINFO functions return the value of a file specified. You can get six attributes named ‘info items’ through the use of the FINFO function.February 16, 2020 1 min