how can u create zero observation dataset?
Answer Posted / pramod.c
data temp;
stop;
run;
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What do you know about sas data set?
Did you used proc test? when?
What can be the size of largest dataset in SAS?
What is a macro routine?
what is factor analysis? : Sas-administrator
How long can a macro variable be? A token? : sas-macro
What is a put statement?
how to generate the test data in sas without input data? : Sas-administrator
What is the basic syntax style in SAS?
In SAS explain which statement does not perform automatic conversions in comparisons?
How do you control the number of observations and/or variables read or written?
Can you explain the process of calendar?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Explain what Proc glm does?
what is study design in while working with SAS? what are screening variables in SAS?