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
Can you execute a macro within a macro? Describe. : sas-macro
What is by-group processing?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
how many types of prompts are there? : Sas-bi
What are the data types does SAS contain?
Intern stastical programmer written test
name several ways to achieve efficiency in your program? : Sas programming
Describe the function and untility of the most difficult SAS macro that you have written.
what are some differences between proc summary and proc means? : Sas programming
What are the 3 components in sas programming?
Explain the use of proc print and proc contents?
Differentiate between format and informat? : sas-grid-administration
What is proc sort?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Describe crosslist option in tables statement?