SAS A00-231 : Problem Scenario-3 and MCQ example : SAS Certified Specialist: Base Programming

Опубликовано: 03 Март 2026
на канале: HadoopExam Learning Resources
1,883
16

All SAS Products : http://hadoopexam.com/sas/All_SAS_Pro...
SAS A00-231 Link : http://hadoopexam.com/sas/SAS_Base_A0...

Annual Subscription : http://www.hadoopexam.com/hadoop_trai...

Scenario-3: You have been given a data file named “he_data3.csv”, please accomplish the following activity and provide the answer.
Load this file as fileref ‘he_data3’
Create a temporary dataset named ‘he_data3’ using this file.
Calculate the total fee collected for ‘Spark’ and ‘Hadoop’ course in January month of 2020?
Calculate the total fee collected across all dates and courses, assume you have already received 4000 as an advance fee.
Postpone each course date by 5 days and get the new dates.
Now answer following questions