how to generate report for 0 observation dataset?
Answer Posted / suman pinnika
data _null_;
input name$ age sex$;
delete;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What would you change about your job?
How would you define the end of a macro?
Describe the function and untility of the most difficult SAS macro that you have written.
Mention the category in which sas informats are placed?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What commands are used in the case of including or excluding any specific variables in the data set?
What sas features do you use to check errors and data validation?
What is a macro routine?
What is program data vector (pdv)?
Describe the ways in which you can create macro variables?
Give an example where SAS fails to convert character value to numeric value automatically?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Mention what is SAS data set?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What is the difference between the proc sql and data step?