Which one of the fo...
 
Notifications
Clear all

Which one of the following is the value of the DATE variable?

1 Posts
1 Users
0 Likes
80 Views
 Tuan
(@shippertuan)
Posts: 713
Noble Member
Topic starter
 

The following SAS program is submitted:

data work.new;

mon = 3;

day = 23;

year = 2000;

date = mdy(mon,day,year);

run;

Which one of the following is the value of the DATE variable?

  • A . a character string with the value '23mar2000'
    B. a character string with the value '03/23/2000'
    C. a numeric value of 14692, which represents the SAS date value for March 23, 2000
    D. a numeric value of 3232000, which represents the SAS date value for March 23, 2000

Show Answer Hide Answer

Suggested Answer: C
 
Posted : 11/12/2022 10:13 pm

Latest SAS Institute A00-211 Dumps Valid Version

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Share: