You have been asked to import an Excel spreadsheet.
What will lead to substantial differences between the original Excel spreadsheet and the resulting SAS data set?
Show answer and explanation
Correct answer: C
A00-280 Real Exam Questions
99 questions available · Page 1 of 10
Updated Exam DumpsVerified AnswersPass Guarantee
You have been asked to import an Excel spreadsheet.
What will lead to substantial differences between the original Excel spreadsheet and the resulting SAS data set?
Correct answer: C
Given the following entry in the SAS log:

Which alternate method could you use to?
?Transpose all data
?Not produce a warning message in the log
Correct answer: D
The following SAS program is submitted:

What is the value of the second variable in the data set WORK.DIGESTL?
Correct answer: B
The purpose of the ADaM model is to provide a framework that:
Correct answer: C
FILL BLANK
Which CDISC filename contains the following items?
- Variable attributes
- Controlled terminology
- Computational methods
Enter your answer in the space below (Case is ignored. Do not add leading or trailing spaces to your answer.).
Accepted answer: DEFINE.XML
You have acquired an existing program from a coworker which uses a macro. It is not immediately clear to you what this macro is doing.
Which OPTION can be used to put the SAS statements generated by the macro execution into the LOG?
Correct answer: A
This question will ask you to provide lines of missing code.
Given the following SCORE data set:

Variable LOCF contains the imputed score that would replace the missing SCORE value (based on last observation carried forward method).
Which SAS statements complete the program?
Correct answer: C
Given the following data set:

Which program was used to prepare the data for this PROC PRINT output?
Correct answer: B
This question will ask you to provide a line of missing code.
Given the following data set LABS(only first 10 lines shown):

In the space below, enter the statement that completes the program to produce the desired output (Case is ignored. Do not add leading or trailing spaces to your answer.).
Accepted answer: IDLABTEST
Which statement correctly adds a label to the data set?
Correct answer: D