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
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
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
Advanced SAS7 Table lookup techniques for SAS ProgrammersA table lookup is used to determine the value of a variable in the primary table to determine the…Subhro KarFebruary 15, 2020 8 min
Advanced SASA comprehensive guide to PROC SQL in SAS (15 + Examples)PROC SQL is a SAS Procedure that combines the functionality of DATA and PROC steps into a single…Subhro KarJanuary 19, 2020 4 min
Advanced SASCombining data Vertically in SAS (6 Methods)Combining datasets vertically involves stacking one or more datasets. Before combining datasets, It…Subhro KarJanuary 03, 2020 4 min