how can u create zero observation dataset?
Answer Posted / kk
data ans;
input a b;
cards;
run;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What sas features do you use to check errors and data validation?
Approximately what date is represented by the SAS date value of 730?
what are validation tools that are used in sas? : Sas-administrator
Explain what is data step?
How many ways to overcome a missing values???
what is transformation in sas data integration? : Sas-di
What is your favorite all time computer book? Why?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
Name validation tools used in SAS
how to generate the test data in sas without input data? : Sas-administrator
What is the maximum length of the macro variable?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What are the prime responsibilities of data integration administrator? : Sas-di
do you prefer proc report or proc tabulate? Why? : Sas programming
Give an example where SAS fails to convert character value to numeric value automatically?