The SAS Puzzle Grid Challenge

1234567891011121314
Across
  1. 3. Option in PROC FORMAT to create multilabel formats
  2. 4. options to suppresses cell frequencies.
  3. 5. Which keyword, when added to the PROC FORMAT statement, displays all the formats in your catalog?
  4. 8. x="C@O#M$P%R^E&S*S123";y = compress(x, , 'ka');what will be the value of y?
  5. 11. Procedure for analysing survival data
  6. 12. Removes leading and trailing blanks
  7. 14. To produce separate analyses of grouped observations, add which statement to the MEANS procedure.
Down
  1. 1. statement which does not perform automatic conversions in comparisons.
  2. 2. the minimum width of the TIMEw. informat?
  3. 4. Keyword used to find the number of observations with missing values.
  4. 6. SAS statement is used to combine two datasets horizontally
  5. 7. data work.cardiac (drop=age group); set cert.fitness (keep=age weight group);if      group=2 and age>40; run;
  6. 9. What system in SAS controls the destination and appearance of all SAS output?
  7. 10. Macro variable that stores the current system date in SAS
  8. 13. Function returns the number of interval boundaries of a given kind that lie between two dates times or datetime values