Thursday, March 21, 2013

Base SAS Example Question 2.1

Be sure to leave a comment to the free Base SAS exam question listed below. I'll post the solution in a week or two. Good luck!

-SAS Cert

---------------------------------------------

What keyword should be used in the blank below to list the dataset's variables in logical, not alphabetical order?

proc contents data=air.organics ___;
run;

a) log
b) logical
c) varnum
d) var

9 comments:

  1. Obviously answer is c - varnum....

    ReplyDelete
  2. C - Varnum, it lists the variables in Order of Creation

    ReplyDelete
  3. Varnum
    (Varnum will list the variable in same sequence as present on the dataset)

    ReplyDelete
  4. I have no idea what "logical order" would mean, but varnum is the option that lists the variables in the order they appear in the dataset (usually the order they were created, unless you move them around).

    ReplyDelete
  5. For latest and updated SAS certification dumps in PDF format contact us at completeexamcollection@gmail.com.
    Refer our blog for more details
    http://completeexamcollection.blogspot.in/2015/12/sas-certification-dumps.html

    ReplyDelete