Base SASHow to Concatenate strings in SASYou're not alone if you've ever struggled with concatenating strings in SAS . Traditional methods…Subhro KarJanuary 16, 2023 4 min
Advanced SASTop 7 Tips to Troubleshoot Your Proc SQL Code Like a ProDebugging Proc SQL code can be challenging, especially when dealing with complex queries or multiple…Subhro KarNovember 20, 2022 3 min
Advanced SAS7 PROC SQL Options You Should Use to Debug QueriesPROC SQL is a powerful tool, but it can be challenging to debug queries. This blog post will…Subhro KarNovember 13, 2022 4 min
Advanced SASWhy Should You Use Truncated String Comparison Operators?The dataset can use the Truncated String Comparison Operators (such as =: , >: , and <=: ) for…Subhro KarOctober 31, 2022 1 min
StatisticsK-Means Clustering in SAS -an easy step-by-step guideThis tutorial will teach you how to do K-Means Clustering in SAS. It also explains the various…Subhro KarOctober 27, 2022 6 min
Advanced SASA Comprehensive Guide to the SQL Pass-Through FacilityThe SQL pass-through SAS Facility is an extension to the SQL procedure that enables you to send DBMS…Subhro KarOctober 11, 2022 3 min