This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
What Does The Run Statement Do? |
|
Answer» When SAS EDITOR looks at Run it starts COMPILING the data or proc step, if you have more than ONE data step or proc step or if you have a proc step. Following the data step then you can avoid the USAGE of the run statement. When SAS editor looks at Run it starts compiling the data or proc step, if you have more than one data step or proc step or if you have a proc step. Following the data step then you can avoid the usage of the run statement. |
|
| 52. |
Does Sas 'translate' (compile) Or Does It 'interpret'? |
|
Answer» Compile. Compile. |
|
| 53. |
Approximately What Date Is Represented By The Sas Date Value Of 730? |
|
Answer» INPUT, DATA and RUN. |
|
| 54. |
How Do You Control The Number Of Observations And/or Variables Read Or Written? |
|
Answer» FIRSTOBS and OBS option. |
|
| 55. |
Why Is A Stop Statement Needed For The Point= Option On A Set Statement? |
|
Answer» Because POINT= reads only the specified OBSERVATIONS, SAS cannot detect an end-of-file CONDITION as it WOULD if the file were being read SEQUENTIALLY. Because POINT= reads only the specified observations, SAS cannot detect an end-of-file condition as it would if the file were being read sequentially. |
|
| 56. |
What Do The Sas Log Messages "numeric Values Have Been Converted To Character" Mean? What Are The Implications? |
|
Answer» It IMPLIES that automatic conversion TOOK place to MAKE CHARACTER functions possible. It implies that automatic conversion took place to make character functions possible. |
|
| 57. |
What Is The Effect Of The Options Statement Errors=1? |
|
Answer» The –ERROR- VARIABLE has a value of 1 if there is an error in the DATA for that OBSERVATION and 0 if it is not. The –ERROR- variable has a value of 1 if there is an error in the data for that observation and 0 if it is not. |
|
| 58. |
What Is The One Statement To Set The Criteria Of Data That Can Be Coded In Any Step? |
|
Answer» Options statement. |
|
| 59. |
Under What Circumstances Would You Code A Select Construct Instead Of If Statements? |
|
Answer» I think Select STATEMENT is used when you are USING one condition to compare with severalconditions like. I think Select statement is used when you are using one condition to compare with severalconditions like. |
|
| 60. |
Describe 5 Ways To Do A "table Lookup" In Sas? |
| Answer» | |