Question 60 Which of the following statements creates a numeric variable named IDnumber with a

 value of 4198?

 

  1. IDnumber=4198;
  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

 Ans :1

 Exp : The first reference to the SAS variable in the DATA step sets the name, type, and length of the variable in the program data vector (PDV) and in the output SAS data set. The

 assignment statement IDnumber=4198; is the first reference and creates a numeric variable named IDnumber with a default storage length of 8 bytes.

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