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
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
Advanced SASUnleash the Power of SAS Data ViewsLet's say you read a flat file into a SAS data file. If the values in the flat file change, you need…Subhro KarOctober 09, 2022 6 min
Advanced SASMaximizing the Power of SAS Macro Variables -Using Them as DatesMany SAS programmers struggle with date manipulation, particularly when creating dynamic, reusable…Subhro KarSeptember 18, 2022 2 min
Advanced SASIFC and IFN Functions in SASWhen an expression is evaluated using IFC and IFN functions, a true or false value is returned based…Subhro KarSeptember 04, 2022 3 min