How To Use The SAS Proc SQL Order By Statement?Sorting is an important process when working with data. It allows you to organize the data to make…November 06, 2022 2 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
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
How to Run SAS Programs in Jupyter Notebooks with SASpy?Can SAS and Python be run in the same IDE? Many others feel the same way as you, and many analysts…September 11, 2022 4 min
Base SASHow to convert Character date to SAS Date?SAS does not treat text strings like dates, even if they look like them. Thus, you cannot perform…Subhro KarSeptember 10, 2022 3 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
Base SASSelect Statement in SASThe Select statement in SAS allows you to execute statements conditionally based on the value of a…Subhro KarSeptember 03, 2022 1 min