Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
PROC SQL;
SELECT * FROM TABLE1
WHERE (month(today())-1) eq month(START_DATE) and year(today()-31) eq year(start_date);
QUIT;