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