How many statements are In the program shown below?

In the provided program, there are six distinct SAS statements:
data FemaleStudents; - Data step beginning
set sashelp.Class; - Set statement
where Sex='F'; - Where statement
Classroom='Red Room'; - Assignment statement
run; - Run statement to execute the data step
title 'Female Students in Red Room'; - Title statement
Note that the proc print and the second run; statement are part of another PROC step to print the results and hence are not counted in this particular count. The final title; statement is used to clear the title setting and does not count as part of the program statements being asked about.
SAS 9.4 Language Reference: Concepts, 'DATA Step'
SAS documentation on 'TITLE Statement'
Reita
1 month agoRonnie
1 month agoEleonora
1 month agoWillie
2 months agoDenae
2 months agoCarla
2 months agoAlva
2 months agoTaryn
2 months agoEden
2 months agoJennie
3 months agoDaron
3 months agoDominga
3 months agoGaynell
4 months agoAyesha
4 months agoShawnta
4 months agoDorathy
4 months agoNieves
4 months agoChanel
5 months agoBritt
5 months ago