What is the general format of function in sas? : sas-grid-administration


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

In PROC PRINT, can you print only variables that begin with the letter “A”?

8 Answers  


What is the difference between order and group variable in proc report?

0 Answers  


%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help

2 Answers  


In this question, I rename the numeric variable phone to numphone and then try use phone=put(numphone,comma16.) to store the numeric value numphone as a string value in phone. But I get a warning tha numphone already exists and in the data sat phone doesnt exist and numphone is set to missing. Why? data names_and_more; input Name $20. Phone : comma16. Height & $10. Mixed & $8.; Name = tranwrd(Name,' ',' '); rename phone = numphone; phone = put(numphone,comma16.); datalines; Roger Cody 9,087,821,234 5ft. 10in. 50 1/8 Thomas Jefferson 3,158,488,484 6ft. 1in. 23 1/2 Marco Polo 8,001,234,567 5Ft. 6in. 40 Brian Watson 5,183,551,766 5ft. 10in 89 3/4 Michael DeMarco 4,452,322,233 6ft. 76 1/3 ;

1 Answers  


How would you delete observations with duplicate keys?

6 Answers  






what kind of variables are collected in AE dataset?

3 Answers   Accenture, Quintiles, SAS,


Can you execute macro within another macro? : sas-macro

0 Answers  


What are the difficulties u faced while doing vital signs table or dataset?

0 Answers  


how does sas handle missing values in an update? : Sas programming

1 Answers  


What is LAG function?How is it used? can any one explain

3 Answers   TRE, Verinon Technology Solutions,


What are the different types of sas functions?

0 Answers  


In proc transpose and data step with arrays which one you pick?

0 Answers   Accenture, Quintiles,


Categories