Advanced SASHow can I use Proc SQL to enter data into a table?Ever wondered how to insert data into tables using PROC SQL in SAS ? You're in the right place…Subhro KarMay 16, 2022 2 min
Advanced SASHow many ways we can create macro variables in SAS?Macro variables in SAS are used extensively for reusing codes. You can create a multi-usable…Subhro KarFebruary 27, 2022 4 min
Advanced SASSAS macro parameters with commasHave you ever tried to pass multiple values for a SAS macro parameter to a SAS macro or a SAS macro…Subhro KarFebruary 23, 2022 2 min
Advanced SASIntermediate Proc SQL Tutorials with ExamplesThis article explains the data summarization by rows and columns and how you can use Predicates in…Subhro KarJuly 11, 2021 4 min
Advanced SASSAS Data Access FunctionsFor the past few years, I've been learning SAS and have found that most of the functions I use are…Subhro KarFebruary 13, 2021 5 min
Advanced SASCALL SYMPUT in SAS – ExplainedCALL SYMPUT and CALL SYMPUTX CALL SYMPUT and CALL SYMPUTX in SAS are the most commonly used DATA…Subhro KarAugust 27, 2020 5 min