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'
Broderick
2 months agoNichelle
2 months agoFanny
2 months agoIzetta
3 months agoReita
4 months agoRonnie
4 months agoEleonora
4 months agoWillie
5 months agoDenae
5 months agoCarla
5 months agoAlva
5 months agoTaryn
5 months agoEden
5 months agoJennie
6 months agoDaron
6 months agoDominga
6 months agoGaynell
7 months agoAyesha
7 months agoShawnta
7 months agoDorathy
7 months agoNieves
7 months agoChanel
8 months agoBritt
8 months agoAliza
1 month agoKassandra
2 months agoJose
2 months ago