BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
rimal_mahesh
Fluorite | Level 6

5. Which of the following displays the structure of a table in the SAS log?
a. proc sql;
describe as
select *
from certadv.payrollmaster;
quit;
b. proc sql;
describe contents certadv.payrollmaster;
quit;
c. proc sql;
describe table certadv.payrollmaster;
quit;
d. proc sql;
describe * from certadv.payrollmaster;
quit;

 

 

5. Correct answer: b
The DESCRIBE TABLE statement lists the column attributes for a specified table.

 

Looks Obvious C is the answer

1 ACCEPTED SOLUTION

Accepted Solutions
Mark2010
SAS Employee

I agree with you and will relay to the SAS Press team. The rationale description is correct, but it identifies the wrong answer letter, which should be C rather than B.

View solution in original post

2 REPLIES 2
Ksharp
Super User
Did you run B code in SAS. B code is not right .
Mark2010
SAS Employee

I agree with you and will relay to the SAS Press team. The rationale description is correct, but it identifies the wrong answer letter, which should be C rather than B.

Welcome to the Certification Community

 

This is a knowledge-sharing community for SAS Certified Professionals and anyone who wants to learn more about becoming SAS Certified. Ask questions and get answers fast. Share with others who are interested in certification and who are studying for certifications.To get the most from your community experience, use these getting-started resources:

Community Do's and Don'ts
How to add SAS syntax to your post
How to get fast, helpful answers
3 ways to show off your SAS skills

 

Why Get SAS Certified.jpg

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 644 views
  • 1 like
  • 3 in conversation