Thursday, 9 April 2015

Advance SAS CertifIcation Exam Question 16


The following SAS program is submitted:
data work.accounting;
set work.department;
length jobcode $ 12;
jobcode=’FAl’;
run;
The WORK.DEPARTMENT data set contains a character variable named JOBCODE with a
length of 5.
What is the result?
A - The length of the variable JOBCODE is 3.
B - The length of the variable JOBCODE is 5.
C - The length of the variable JOSBODE is 12.
D - The program fails to execute due to errors.
 Contact Details :
K.Naveen SAS Trainer 
+91-9177856619 (INDIA) 
001-214-347-4655 (USA)
Knaveen.sas@gmail.com 
goodonlinetrainings@gmail.com  
For further details:
www.sasonlinetraining.training

No comments:

Post a Comment