how can u create zero observation dataset?
Answer Posted / vishnu
for example
data vishnu;
length name $ age ;
run;
proc print data=vishnu;
run;
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
What are the special input delimiters used in SAS?
What does proc print, and proc contents are used for?
How can you limit the variables written to output dataset in data step?
why is sas considered self-documenting? : Sas programming
How do you control the number of observations and/or variables read or written?
Which command is used to save logs in the external file?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Describe a time when you were really stuck on a problem and how you solved it?
what is broad cast agent? : Sas-bi
How to convert a numeric variable to a character variable?
Describe the ways in which you can create a macro variable?
What is the difference between input and infile statement?
Tell me more about the parameters in macro? : sas-macro
What is the SAS data set?
Differentiate between ceil and floor functions.