
11 Financial Formulas In SAS to make your investment decision easier
Most people use Excel to make financial calculations. But SAS is also very capable … Read more
Do you want to learn SAS programming advanced topics? These categories of courses include many of the Base and Advanced tutorials that would help you acquire more knowledge of data exploration and manipulation, predictive modelling using SAS, and some scenario-based examples for practice.
Most people use Excel to make financial calculations. But SAS is also very capable … Read more
For the past few years, I’ve been learning SAS and have found that most … Read more
While working on arrays in SAS, we may need to sort the array in ascending or descending order. In this post, I will demonstrate different methods and techniques you can use to sort an array in SAS.
CALL SYMDEL is a data step call routine which is used to delete macro variables from the global symbol table.
CALL SYMPUT and CALL SYMPUTX CALL SYMPUT and CALL SYMPUTX in SAS are the … Read more
IN operator is used in the data step to replace multiple OR conditions. However, if you try to use IN Operator in SAS Macro then you will find that the IN operator is not available
EVAL and SYSEVALF are the two macro functions that evaluate arithmetic expressions and logical expressions.Use the %Eval function to evaluate an arithmetic expression in SAS macro and use the %SYSEVALF function to evaluate floating-point arithmetic expressions.
SQL Set operators are conceptually derived from the mathematical set principle. The three fundamental … Read more
PICTURE statement in PROC FORMAT allows you to leverage the facility of PROC FORMAT. You could make labels look precisely the way you would like them to look.
Insert your email signup form below