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
What is by-group processing?
What makes sas stand out to be the best over other data analytics tools?
Which command is used to perform sorting in sas program?
what is the purpose of _error_? : Sas programming
What is the function of output statement in a SAS Program?
Can you explain the process of calendar?
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
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what are some differences between proc summary and proc means? : Sas programming
What is SAS informats?
name several ways to achieve efficiency in your program? : Sas programming
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)?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What is the difference between %put and symbolgen? : sas-macro
how do you test for missing values? : Sas programming