By admin | September 18, 2009

SAS Certified Base Programmer 123 Questions (62)

The following SAS program is submitted:

data work.company;
    set work.dept1(keep = jobcode)
    work.dept2(rename = (jcode = jobcode));
run;

Which one of the following is the result?

A. The variable JCODE is written to the output data set.
B. The variable JOBCODE is written to the output data set.
C. Neither variable JCODE nor JOBCODE is written to the output data set.
D. The program fails to execute due to errors.

One comment | Add One

  1. admin - 09/18/2009 at 4:17 pm

    B

Leave a Comment

Leave a Reply

Your email address will not be published.