Printable PDF
Vendor: SAS Institute
Exam Code: A00-201
Exam Name: SAS Base Programming
Certification: SAS Institute Certifications
Total Questions: 140 Q&A
Updated on: Jan 17, 2025
Note: Product instant download. Please sign in and click My account to download your product.
The contents of the raw data file SIZE are listed below:
----I----10---I----20---I----30
72 95
The following SAS program is submitted:
data test;
infile `size';
input@1 height 2. @4 weight 2;
run;
Which one of the following is the value of the variable WEIGHT in the output data set?
A. 2
B. 72
C. 95
D. . (missing numeric value)
The observations in the SAS data set WORK.TEST are ordered by the values of the variable SALARY.
The following SAS program is submitted:
proc sort data = work.test out = work.testsorted;
by name;
run;
Which one of the following is the result of the SAS program?
A. The data set WORKTEST is stored in ascending order by values of the NAME variable.
B. The data set WORKTEST is stored in descending order by values of the NAME variable.
C. The data set WORKTESTSORTED is stored in ascending order by values of the NAME variable.
D. The data set WORKTESTSORTED is stored in descending order by values of the NAME variable.
The following SAS DATA step is submitted:
data sasdata.atlanta
sasdata.boston
work.portland work.phoenix;
set company.prdsales;
if region = `NE' then output boston;
if region = `SE' then output atlanta;
if region = `SW' then output phoenix;
if region = `NW' then output portland;
run;
Which one of the following is true regarding the output data sets?
A. No library references are required.
B. The data sets listed on all the IF statements require a library reference.
C. The data sets listed in the last two IF statements require a library reference.
D. The data sets listed in the first two IF statements require a library reference.
Hannah Johnson
Leads4Pass is one of the best websites I have ever used. It only took me 3 days of preparation to complete my goal plan. Not only that, I was successful with high scores.
Joel C
It was the 16th when I purchased the Leads4Pass materials. They updated the materials on the 18th. When I asked them to send me the latest materials, they quickly sent me the latest ones. The new materials included several of the latest core question types. Finally, I succeeded. Six of the new core questions were completely matched. Thank you!
Martha W
I have used free materials, the privacy is poor, the public content matching rate is too low,I gave up on them because they failed me once. Leads4Pass was recommended by a friend. Both the privacy protection and the preciousness of the materials are very high. By the way, I won this time.
David Frazier
There is nothing more satisfying than success! Their question types are very similar, and they were very helpful to my progress in answering questions during the exam. Thank you.
Dolores N
I need to take multiple certification exams for my organization. There are so many certification exams that I can't help but choose supporting materials. I have tried multiple platforms with some success and failure. In the end, I chose Leads4Pass. It was instant for me. Effective materials are where the real value lies.
Helen Kovac
I was despised by a close friend until he failed twice and I passed once and then he changed his mind. He shared his failure experience with me. He told me that he had been learning through books and looking for free materials. These outdated contents could not really help him. Later I recommended him Leads4Passs and he also succeeded.
Raymond I
I was lucky enough to choose Leads4Pass for the first time. I used their VCE tool to learn, and it was really easy and efficient. I think what’s really amazing is that they can ensure that all materials are industry-leading, which is really amazing.
The following table comprehensively analyzes the quality and value of SAS Institute Certifications A00-201 exam materials.