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 scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
How would you define the end of a macro?
what are several options for creating reports in web report studio? : Sas-bi
what is operational data and operational system? : Sas-di
Describe a time when you were really stuck on a problem and how you solved it?
What are the parameters of scan function?
Which function is used to count the number of intervals between two sas dates?
What would you change about your job?
In sas, what are the areas that you are most interested in? : sas-grid-administration
How do you test for missing values?
Explain why double trailing @@ is used in input statement?
what is study design in while working with SAS? what are screening variables in SAS?
In ARRAY processing, what does the DIM function do?
Explain bmdp procedure?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming