Answer Posted / ram
using sas functions and sas procedures
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
what is the difference between infile and input? : Sas-administrator
What are the data types does SAS contain?
How would you define the end of a macro?
What are the uses of sas?
Mention few capabilities of sas framework.
what is SAS OPTIMIZATION?
How to create an external dataset with sas code?
what is intially documentation in sas?
for report generation which one you used proc report or data_null_?
What is a method to debug and test your SAS program?
Intern stastical programmer written test
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what do the mod and int function do? What do the pad and dim functions do? : Sas programming