Please read carefully before starting the Exam:
0 of 30 Questions completed
Questions:
You have already completed the exam before. Hence you can not start it again.
Exam is loading…
You must sign in or sign up to start the exam.
You must first complete the following:
Your time:
Time has elapsed
For which of the following type of variables, it will make utmost sense to create dummy variables?
Which of the following keywords is used in SAS to store values in variables?
Which one of the following statement can’t be part of “PROC FREQ?
How many variables would be in table “AV after executing the below SAS program? data AV; merge Employee Salary; by name; totsal + salary; run;
Which of the following are correct PROC statements?
Which of the following analysis explains “what has happened”?
Which of the following keywords is used to define the variables in SAS Dataset?
What happens If the value of the observation weight variable is ZERO?
Which of the following statements are used to read delimited raw data file and create an SAS data set?
Development classes contains ____________?
Before releasing a change request, the following tasks should be completed
Which of the following is a SAS syntax requirement?
Which of the following steps is typically used to generate reports and graphs?
What result would you expect from submitting this step? proc print data=work.new sales emps run;
Which of the following is a true statement about SAS output?
Which of the following statements selects from a data set only those observations for which the value of the variable Style is RANCH, SPLIT, or TWOSTORY?
Which of the following statements selects rows in which Amount is less than or equal to $5,000 or Rate equals 0.095.
Which of the following is not true of SAS date values?
Which statement about SAS libraries is true?
Which of the following is a valid name for a character format?
Which of the following is not a valid user-defined format name?
What statement is used to read a SAS data set in a DATA step?
Which procedure can be used to view the permanent labels and formats stored in a data set?
What statement is used to read an Oracle table in a DATA step?
When a date value is read from a worksheet, it is converted automatically to a SAS date. Which SAS format is used to display the value?
When a SAS data set is created from a spread sheet, the spread sheet column headings are always stored as which of the following?
By default, SAS creates character variables with a length of _____ bytes for list input.
Which of the following values can SAS store in a character variable that has a length of 8 bytes?
Which of the following statements specifies in-stream data, or the lines of data that you enter directly in a DATA step?
Which of the following statements cannot be used in a DATA step that reads a raw data file as input?