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
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
Base SASProc Sort Options in SASSorting the data is always a resource-intensive operation. Therefore, using the PROC SORT…Subhro KarJanuary 26, 2020 5 min
Base SASUsing RETAIN in SAS to remember valuesRETAIN in SAS is used to “remember” values from previous observations. Variables that do not come…Subhro KarJanuary 11, 2020 1 min
Base SASFIRST and LAST variables in SASFIRST and LAST processing are temporary variables created automatically by a DATA step when a BY…Subhro KarDecember 19, 2019 2 min