Question 59 :The following SAS program is submitted, creating the SAS data set ONE:

 data one;

 infile `file specification';

 input num chars$;

 run;

 ONE

 NUMCHAR

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

 The following SAS program is submitted:

 proc print data = one;

 where char = 23;

 run;

 What is output?

  1. NUM CHAR

 1 77

  1. Get all Questions and Answer from here
  2. You need to have paid subscription to access all questions
  3. Thanks for considering SAS Certification Material

 Correct Answer 4 :

 Exp :

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