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

What is by-group processing?

763


What makes sas stand out to be the best over other data analytics tools?

816


Which command is used to perform sorting in sas program?

807


what is the purpose of _error_? : Sas programming

873


What is the function of output statement in a SAS Program?

827


Can you explain the process of calendar?

876


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

1115


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

936


what are some differences between proc summary and proc means? : Sas programming

775


What is SAS informats?

863


name several ways to achieve efficiency in your program? : Sas programming

779


Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1477


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

970


What is the difference between %put and symbolgen? : sas-macro

941


how do you test for missing values? : Sas programming

801