Which one of the fo...
 
Notifications
Clear all

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

1 Posts
1 Users
0 Likes
88 Views
(@benninkcarrol)
Posts: 687
Noble Member
Topic starter
 

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

Show Answer Hide Answer

Suggested Answer: C
 
Posted : 01/02/2023 11:23 am

Latest SAS Institute A00-211 Dumps Valid Version

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Share: