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 Proc glm does?
Which command is used to perform sorting in sas program?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What are the different servers in sas? : sas-grid-administration
what is data integration? : Sas-di
how to generate the test data in sas without input data? : Sas-administrator
what is the use of proc contents and proc print in sas? : Sas-administrator
what other sas products have you used and consider yourself proficient in using? : Sas programming
Name any two sas spawners? : sas-grid-administration
how to debug and test the sas program? : Sas-administrator
What is program data vector (pdv)?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Give an example where SAS fails to convert character value to numeric value automatically?
what is sas metadata repository? : Sas-bi
What do you code to create a macro? : sas-macro