how can u create zero observation dataset?
Answer Posted / din
data a ;
set b(obs=0);
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Mention some common errors that are usually committed in sas programming.
Explain input and put function?
State the difference between INFORMAT and FORMAT ?
what are informats in sas? : Sas-administrator
what are sas/access and sas/connect? : Sas programming
What are the functions which are used for character handling functions?
Tell e how how dealt with..
What are the parameters of scan function?
how does sas handle missing values in sort order? : Sas programming
What are SAS/ACCESS and SAS/CONNECT?
Where do you use proc means over proc freq?
What do the put and input function do?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Explain by-group processing?
Explain the use of proc gplot? : sas-grid-administration