Exam Name: | SAS Certified Associate: Programming Fundamentals Using SAS 9.4 | ||
Exam Code: | A00-215 Dumps | ||
Vendor: | SAS Institute | Certification: | Programming Fundamentals |
Questions: | 78 Q&A's | Shared By: | jibreel |
The data set Snacks contains three variables (productName, Flavor, and Price). Given the program shown below:
What is the type and length of SnackType?
The sashelp. class data set has 19 observations.
Given the frequency information about the Age, shown below:
How many observations are written to output data set when the following code is submitted?
Which assignment statement uses the SUBSTR function to extract the four-digit year from the value of date?
data days;
date="02Apr2019";
insert-statement-here
run;
Which statement is true regarding the SET statement?