How could you generate test data with no input data?
Answer Posted / guest
Using data _null_ or obs=0
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Explain substr function?
Explain proc univariate?
Explain bmdp procedure?
What do the PUT and INPUT functions do?
What is the sas data set? : sas-grid-administration
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Briefly explain input and put function?
what is the use of proc sql? : Sas programming
What are the different servers in sas? : sas-grid-administration
How does the internal authentication work in sas? : sas-grid-administration
Difference between sum function and using “+” operator?
What commands are used in the case of including or excluding any specific variables in the data set?
Explain the difference between nodup and nodupkey options?
Describe a time when you were really stuck on a problem and how you solved it?
How can you create a macro variable with in data step? : sas-macro