how can u create zero observation dataset?
Answer Posted / nagendra
data class;
set sashelp.class;
if _n_ >= Then delete;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of _character_ and _numeric_?
If money were no object, what would you like to do?
Mention common programming errors committed in sas ?
Explain proc univariate?
Are you involved in writing the inferential analysis plan? Tables specfications?
What do the PUT and INPUT functions do?
describe the interaction table in sas di? : Sas-di
How would you define the end of a macro? : sas-macro
What are the five ways to do a table lookup in sas? : sas-grid-administration
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
How to test the debugging in sas?
how to do user inputs and command line arguments in sas?
What is the difference between INPUT and INFILE ?
What is the purpose of trailing @ and @@? How do you use them?
What is data _null_?