BookmarkSubscribeRSS Feed
Rampsas1
Obsidian | Level 7

Hello,

 

Below is a specific question from A00-232 practice exam located here  https://learn.sas.com/course/view.php?id=9

(I might assume that there are different practice test versions for different users)

"Use SAS dictionary tables, run a PROC SQL query to create a macro variable named COL_LIST which contains a comma separated list of the columns contained in the CERT.AIR10 data set"

i) Per SAS, the correct answer is: DATE, AIR << with a comma + space delimiter

      >>> select name into :col_list separated by ', '

ii) If we are indeed using a comma separated list, then the correct answer is: DATE,AIR << with a comma delimiter ONLY

      >>> select name into :col_list separated by ','

I answered as in ii) but it was marked incorrect.

Not an issue on a practice exam but it might be an issue on the actual exam.

 

Any observations on my assessment?

 

many thanks

 

1 REPLY 1
Tom
Super User Tom
Super User

You are right.  Hopefully they QC the questions on the actual exam better.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

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
  • 1 reply
  • 205 views
  • 1 like
  • 2 in conversation