how can u create zero observation dataset?
Answer Posted / veerendra
data check;
set _null_;
run;
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
what type of graphs we will create(for 2+years candidates)?
Explain what is data step?
which date function advances a date, time or datetime value by a given interval? : Sas programming
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
How long can a macro variable be? A token? : sas-macro
What are the advantages of using sas?
explain about data integrator metadata reports? : Sas-di
What is the use of the %include statement?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What are the functions used for character handling?
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
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What is the use of %include statement?
explain the function of substr in sas? : Sas-administrator
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?