Python

View All

SAS

View All

Data Science

View All

Credit Risk

View All

Excel

View All

SAS: Using UPDATE in PROC SQL

In PROC SQL, the UPDATE statement is used to modify existing values of columns in a table. The syntax of the UPDATE statement is as follow...
READ MORE

How to Use Not Equal To Operator in SAS

This tutorial explains various ways to use the not equal to condition in SAS, along with examples. 1. ^= Operator In SAS, ^= operator mea...
READ MORE

How to Extract Date from DateTime in SAS

This tutorial explains how to convert datetime to date in SAS, along with examples. Let's say you have a sample SAS dataset containing ...
READ MORE

Calculating Quartiles in SAS

This tutorial explains how to calculate quartiles in SAS, along with examples. The PROC UNIVARIATE procedure is used to calculate quartile...
READ MORE

SAS: INTERSECT Operator in PROC SQL

This tutorial explains how to use the INTERSECT operator in PROC SQL in SAS, along with examples. In PROC SQL, the INTERSECT operator is u...
READ MORE