#159Multiple Choice
The following SAS program is submitted: data work.staff; JobCategory = 'FA'; JobLevel = '1'; JobCategory = JobCategory || JobLevel; run; Which one of the follow...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free