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

Q22

Tags: jobcategory

The following SAS program is submitted:

data work.staff;
JobCategory = 'FA';
JobLevel = '1';
JobCategory = JobCategory || JobLevel;
run;

Which one of the following is the value of the variable JOBCATEGORY in the output data set?

A. FA
B. FA1
C. FA 1
D. ' ' (missing character value)



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

×