Question 1:

 You have executed following SAS DATA step as on Monday, April 01, 2000:

data joiners;

set joinee;

join_date = today();

run;

Which one of the following is the value of the variable JOIN_DATE in the output data set?

 

  1. This will be a character string with the value '04/01/2000'
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 

Correct Answer : 3

 

Exp : Today's date is given in the SAS date form

 

The Ans is: the numeric value 14701

 

You can access to full explanation to question and answer from this page.