How could you generate test data with no input data?
Answer Posted / ganesh k
using PROC PLAN
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Define run-group processing?
what is data integration? : Sas-di
what is function of retain statment
Can you execute a macro within a macro? Describe. : sas-macro
What is the difference between proportion and average?
What is the difference between the proc sql and data step?
Where do you use proc means over proc freq?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
what is sas business intelligence? : Sas-bi
What is the use of PROC gplot?
What is the basic structure of the SAS base program?
How necessary is it to be creative in your work?
Mention some common errors that are usually committed in sas programming.
What is a macro routine?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...