how can u create zero observation dataset?
Answer Posted / sm
data blank;
input a b;
delete;
run;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What are types of transport files?
how can you import .csv file in to sas? : Sas programming
Difference between informat and format?
What is the basic syntax style in SAS?
How do you control the number of observations and/or variables read or written?
describe how to adjust the performance of data integrator? : Sas-di
what do the pad and dim functions do? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
How do you specify the number of iterations and specific condition within a single do loop?
How to read an input file in sas?
Tell me about % include and % eval? : sas-macro
What do the put and input function do?
What is the work of tranwrd function?
how do you want missing values handled? : Sas programming