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 a time when you were really stuck on a problem and how you solved it?
What can you learn from the SAS log when debugging?
what is metadata? : Sas-bi
For clinical entire study how many tables will create approx?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
AE datasets names? how many types?
Explain input and put function?
What is the function of Stop statement in a SAS Program?
What was the last computer book you purchased? Why?
What are the five ways to do a table lookup in sas? : sas-grid-administration
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
for report generation which one you used proc report or data_null_?
What is the good sas programming practices for processing large data sets?
In sas, what are the areas that you are most interested in? : sas-grid-administration
What do the mod and int function do? : Sas programming