How could you generate test data with no input data?

Answer Posted / chandra sekar

data test;
delete;
run;

Is This Answer Correct ?    3 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is character variable converted into numeric variable and vice versa?

598


How do you add a number to a macro variable? : sas-macro

545


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1467


Approximately what date is represented by the SAS date value of 730?

750


What does PROC print, and PROC contents do?

730






What do the put and input function do?

589


what are sas/access and sas/connect? : Sas programming

548


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

609


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

753


Explain the difference between using drop = data set option in set and data statement?

682


what is program data vector? : Sas-administrator

614


What is program data vector (pdv)?

635


Give some examples where proc report’s defaults are different than proc print’s defaults?

599


What’s the difference between var b1 – b3 and var b1 — b3?

832


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

758