Advanced SASHow to Use SAS Macros with QuotesEver found yourself scratching your head over SAS macros with quotes ? You're not alone. SAS macros…Subhro KarSeptember 16, 2023 1 min
Base SASWhy PROC APPEND in SAS Beats SETEfficient concatenation of datasets is a frequent requirement in the realm of data management with…Subhro KarSeptember 09, 2023 7 min
Advanced SASHandling Variable Arguments in SAS MacrosSAS macros use parameters to define and call them. Default values can be set for some parameters…Subhro KarSeptember 03, 2023 2 min
Advanced SASUnlock the Power of SAS ViewsDo you find SAS data manipulation to be too complex? If so, there's a solution that can make your…Subhro KarSeptember 02, 2023 5 min
Advanced SASHow to Create New Columns in PROC SQL Without a Data Step?Do you want to learn how to use the proc SQL calculated keyword in SAS? This lets you create new…Subhro KarAugust 26, 2023 4 min
Advanced SASThe Power of Proc SQL Subqueries in Data AnalysisPROC SQL is a powerful procedure in SAS that allows users to manage and retrieve data in a…Subhro KarAugust 12, 2023 9 min