Promoting Sexual Health and Rights for Youth
Empowering youth through comprehensive sexual education, accessible services, and family planning. Addressing key issues like limited access to healthcare in rural areas and lack of proper information. Targeting diverse groups such as youth, adolescents, and individuals with disabilities. Advocating for the right to free contraceptives and emphasizing healthy family practices. Utilizing various tools and media platforms to spread awareness and support.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
SAS SAS Trivia Trivia Jeopardy Jeopardy (or SASopardy, if you will)
The Categories FUNCTIONS SAS Functions and their uses Global statements, such as options, titles, footnotes, etc. THINK GLOBAL WHAT THE PROC? SAS procedures FIND THE ERROR Find the error in a sample bit of code. Just for fun! Name the movie that contained these famous lines from AFI s top 100 film quotes of all time. MOVIE QUOTES
WHAT THE PROC? FIND THE ERROR THINK GLOBAL MOVIE QUOTES FUNCTIONS 100 100 100 100 100 100 100 100 100 100 200 200 200 200 200 200 200 200 200 200 300 300 300 300 300 300 300 300 300 300 400 400 400 400 400 400 400 400 400 400
Final Jeopardy Category DATES
Final Jeopardy This is the data representation of December 29th, 1959 in SAS.
Final Jeopardy -3 For example:
Functions - $100 This function can be used to calculate an arithmetic average. (and we re not talking median or mode) Answer Answer
Functions - $200 This function is used to combine a month, day, and year into a single date. Answer Answer
Functions - $300 This function drops the decimal point of a numeric value not by rounding, but by truncating. Answer Answer
Functions - $400 This function is often used to convert character variables to numeric. Answer Answer
Think Global - $100 You are generally limited to this many title lines. Same for footnotes. Answer Answer
Think Global - $200 This is the statement you use to assign a libref, which is very important if you want to access your datasets. Answer Answer
Think Global - $300 Global statements remain in effect until overwritten by another statement, or until this happens. Answer Answer
Think Global - $400 A statement like: will actually do this nifty trick. Answer Answer
What the PROC? - $100 This procedure is commonly used to calculate arithmetic averages, as well as many other descriptive statistics. Answer Answer
What the PROC? - $200 This procedure allows users to implement Structure Query Language in their SAS code. Answer Answer
What the PROC? - $300 PROC REPORT s true power lies in this statement, which allows users to insert programming statements within the procedure. Answer Answer
What the PROC? - $400 This procedure, introduced in SAS 9.2, allows users to create their own functions. Answer Answer
Find the Error - $100 Answer Answer
Find the Error - $200 Answer Answer
Find the Error - $300 Answer Answer
Find the Error - $400 Answer Answer
Movie Quotes - $100 Frankly, my dear, I don t give a damn. Answer Answer
Movie Quotes - $200 I m the king of the world! Answer Answer
Movie Quotes - $300 They call me Mister Tibbs! Answer Answer
Movie Quotes - $400 Gentlemen, you can t fight in here! This is the War Room! Answer Answer
Functions - $100 MEAN() For example: Main Board Main Board
Functions - $200 MDY() For example: Main Board Main Board
Functions - $300 INT() For example: Main Board Main Board
Functions - $400 INPUT() For example: Main Board Main Board
Think Global - $100 10 Main Board Main Board
Think Global - $200 LIBNAME For example: Main Board Main Board
Think Global - $300 Until the SAS session closes. Main Board Main Board
Think Global - $400 Process the selected lines of code. Main Board Main Board
What the PROC? - $100 PROC MEANS For example: Main Board Main Board Also acceptable: PROC UNIVARIATE and PROC SUMMARY
What the PROC? - $200 PROC SQL For example: Main Board Main Board
What the PROC? - $300 COMPUTE For example: Main Board Main Board
What the PROC? - $400 PROC FCMP For example: Main Board Main Board
Find the Error - $100 Missing semicolon Main Board Main Board
Find the Error - $200 Weight is dropped before being read into working memory Main Board Main Board
Find the Error - $300 Macro variable in string with single quotes won t resolve Main Board Main Board
Find the Error - $400 Array has same name as existing dataset variable (also the name of an existing SAS function) Main Board Main Board
Movie Quotes - $100 Gone with the Wind Main Board Main Board
Movie Quotes - $200 Titanic Main Board Main Board
Movie Quotes - $300 In the Heat of the Night Main Board Main Board
Movie Quotes - $400 Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb Main Board Main Board