Nikhil Sharma

Nikhil Sharma

Functions in SAS – Part 1 (Character Functions)

Functions in SAS – Part 1 (Character Functions) Welcome back to Mindful Data Minds! In this session, we’ll explore character functions in SAS. Since SAS has only two data types — character and numeric — functions are grouped accordingly. Dates…

Importing Data in SAS Using PROC IMPORT

Importing Data in SAS Using PROC IMPORT Welcome back to Mindful Data Minds! In the last session, we learned how to import flat files using the INFILE statement. Today, we’ll explore a more powerful method — the PROC IMPORT procedure.…

Subsetting in SAS – Part 4 (DROP Statement)

Subsetting in SAS – Part 4 (DROP Statement) Welcome back to Mindful Data Minds! In the last session, we learned about vertical subsetting using the KEEP statement. Now, let’s explore the DROP statement, which is used when you want to…

Subsetting in SAS – Part 3 (KEEP Statement)

Subsetting in SAS – Part 3 (KEEP Statement) Welcome back to Mindful Data Minds! In the last two sessions, we learned about horizontal subsetting using IF and WHERE. Now, let’s move to vertical subsetting — which means selecting specific columns…

Subsetting in SAS – Part 2 (WHERE Statement)

Subsetting in SAS – Part 2 (WHERE Statement) Welcome back to Mindful Data Minds! In the previous session, we learned how to subset datasets using the IF statement. In this session, we’ll explore the WHERE statement and understand how it…