We need to convert the program into proc sql programming. Could someone assist us on this? The data will contain country holidays. From the data source file given, fulfill the following requirements: Create database, tables (staging tables and audit tables) Define indexes, constraints, triggers, functions, procedures and other as needed. (I’m not sure if this is applicable to SAS?) Only load the current year holidays. Aside from the holidays from the file, all the weekends (Saturdays and Sundays) will be entered in the result table as a weekend holiday, which can be identified differently from the holiday picked up from the file. Design the tables thinking that there will be several country files. The proc sql script for the database design and the data itself should be able to address the following questions: How many holidays are there for each country? How many weekend holidays are there, at the same time falling as a declared holiday? When was a certain record added, updated or deleted? If all dates are loaded, what are repeating holidays?
... View more