Practice Free A00-215 Exam Online Questions
Question #21
Which two data sets are permanent?
- A . New
- B . Mylib.new
- C . Work.new
- D . Temp.new
Correct Answer: B D
Question #22
Given the following assignment statement: BirthDate = 15DEC2005’d;
Which statement is true?
- A . 15DEC2005 ‘d is a character constant
- B . BirthDate is a numeric variable.
- C . The byte size of BirthDate is 9.
- D . The assignment statement contains a syntax error.
Correct Answer: B
Question #23
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?
- A . 30
- B . 10
- C . 0
- D . 20
Correct Answer: A