SAS Certified Associate: Programming Fundamentals Using SAS 9.4 Questions and Answers
Which iterative DO statement is invalid?
Which statement is true regarding the DATA step?
Which PROC SORT statement specifies the sort variable?
Given the PROC PRINT report of the INVEST data set shown below:
How many observations are in the FORCAST data set after this program executes?
Given the partial report shown below:
Which step will produce this report?
How many statements are In the program shown below?
Given the following assignment statement:
BirthDate = 15DEC2005’d;
Which statement is true?
Which option renames the variable Name to StudentName when reading the ClassRoster data set?
Which PROC MEANS program creates the report below?
Given the STUDENTS data set below:
What will be the values for First. State and Last. State for Ellen's observation?
Which sentence is true regarding the VALUE statement in the FORMAT procedure?
Which PROC PRINT option displays variable labels in the report?
Given the code shown below:
What will be the format for MSRP in the RPOC PRINT output?
Which program correctly subnets the SASHELP. BASEBALL data set to include only the players in the East Division with 75 or more hits?
Given the input data set INVENTORY as shown below:
Two output data sets are desired, CHIPS and OTHERSNACKS.
* The CHIPS data set should only include QtySold, Price, and Product.
* The OTHERSNACKS data set should include QtySold, Price, product, and Type.
Which Data step creates the two desired output data sets
Given the report shown below:
Which PROC PREQ step creates the frequency report?
What is the result of submitting the program below?
proc contents data=revenue;
run;
What type of error does NOT produce the expected results and does NOT generate errors or warnings in the log?
Which variable in the Program Data Vector represents the number of times the Data step has iterated?
Which code uses the correct syntax to conditionally create the two variables age-Cat and account?
The data set Snacks contains three variables (productName, Flavor, and Price). Given the program shown below:
What is the type and length of SnackType?
Which PROC IMPORT step correctly creates the MYDATA,SALES data set from the SALES.SCV file?
Which statement is true regarding the XLSX engine in the LIBNAME statement?