By admin | January 3, 2010

SAS Certified Adv Programmer 130 Questions (41)

Assume today is Tuesday, July 23, 2002. Which one of the following statements submitted at the beginning of a SAS session assigns the value Tuesday, July 23, 2002 to the macro variable START?

A. %let start = today(),weekdate.;
B. %let start = today(),format=weekdate.;
C. %let start = %sysfunc(today(),weekdate.);
D. %let start = %sysfunc(%today(),weekdate.);

One comment | Add One

  1. admin - 01/3/2010 at 9:09 am

    C

Leave a Comment

Leave a Reply

Your email address will not be published.