Which variable in the Program Data Vector represents the number of times the Data step has iterated?
Which PROC IMPORT step correctly creates the MYDATA,SALES data set from the SALES.SCV file?
Given the data sets AMERICIAN NATIONAL and results in the data set BASEBALL shown below:
Which DATA step correctly creates the BASEBALL data set?
Which code uses the correct syntax to conditionally create the two variables age-Cat and account?
Given the following assignment statement:
BirthDate = 15DEC2005’d;
Which statement is true?
You submit a program and the SAS log is shown below:
Which statement is true regarding the submitted program?
Given the display of the CITIES data set:
Which program creates the PROC PRINT report below?
Given the data set NAMES:
Which PROC SORT program creates the NAMES data set shown below?
Which PROC MEANS statements specifies variables to group the data before calculating statistics?
Which statements read the input data set SASHELP. SHOES and create the output data set WORK. TOTAL?
Given the following DATA step:
What is the value of average?
Enter your numeric answer in the space above.
Given the STUDENTS data set below:
What will be the values for First. State and Last. State for Ellen's observation?
What type of error does NOT produce the expected results and does NOT generate errors or warnings in the log?