Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Q29

The following SAS program is submitted:

libname sasdata 'SAS-data-library';
data test;
set sasdata.chemists (keep = job_code);
if job_code = 'chem3' then description = 'Senior Chemist';
run;

The variable JOB_CODE is a character variable with a length of 6 bytes.

Which one of the following is the length of the variable DESCRIPTION in the output data set?

A. 6 bytes
B. 8 bytes
C. 14 bytes
D. 200 bytes



This post first appeared on SAS Certification Questions, please read the originial post: here

Subscribe to Sas Certification Questions

Get updates delivered right to your inbox!

Thank you for your subscription

×