How could you generate test data with no input data?
Answer Posted / teena
using set statement ....cards and datalines needs input data
these below 2 will need input data
_null_ will create no actual dataset but will create obs
obs=0 will create empty dataset
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the parameters of scan function?
What is the function of output statement in a SAS Program?
Can you execute a macro within a macro? Describe. : sas-macro
What would be the value of month at the end of data step execution and how many observations would be there?
What are symget and symput? : sas-macro
What is the difference between %put and symbolgen? : sas-macro
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What system options would you use to help debug a macro? : sas-macro
Hi, If anyone has base SAS certification dumps, please share.
Name and describe few sas character functions that are used for data cleaning in brief.
Which statement does not perform automatic conversions in comparisons?
What makes sas stand out to be the best over other data analytics tools?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Give e an example of..
Describe the function and untility of the most difficult SAS macro that you have written.