Answer Posted / k.padmaja
To manage external databases from sas for running
applications, in this we can use connect and disconnect
statement
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differences between where and if statement?
how would you create multiple observations from a single observation? : Sas programming
how are numeric and character missing values represented internally? : Sas programming
what is data access? : Sas-di
Explain the special input delimiters used in sas programming.
Explain what is SAS informats?
Mention the difference between ceil and floor functions in sas?
Did you used proc test? when?
Differentiate between proc means and proc summary.
what is study design in while working with SAS? what are screening variables in SAS?
Explain what is the use of proc gplot?
What’s the difference between var b1 – b3 and var b1 — b3?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Tell e how how dealt with..
How do you use the do loop if you don’t know how many times you should execute the do loop?