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


Please Help Members By Posting Answers For Below Questions

If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

609


How do you connect the desktop application to metadata server? : sas-grid-administration

581


Explain why double trailing @@ is used in input statement?

572


How do you use the do loop if you don’t know how many times you should execute the do loop?

751


What is the difference between proportion and average?

2755






Explain the main difference between the sas procedures and functions? : Sas-administrator

539


what are the types of interactive display types? : Sas-bi

654


Explain append procedure?

634


If a variable contains letters or special characters, can it be numeric data type?

762


What can be the size of largest dataset in SAS?

715


do you need to know if there are any missing values? : Sas programming

546


Of all your work, where have you been the most successful?

4202


What is the good sas programming practices for processing large data sets?

628


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

1228


What is SAS?

619