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
How would you identify a macro variable? : sas-macro
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What are the difference between the sas data step and sas procs?
how the sas basic syntax style described? : Sas-administrator
What would you change about your job?
How we can create SAS USER DEFINED CODE?
what other sas products have you used and consider yourself proficient in using? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?
how will you locate the sas platform applications? : Sas-bi
what are the benefits of data integration? : Sas-di
Give e an example of..
Name validation tools used in SAS
what is the primary data source for the wrs? : Sas-bi
Which statement does not perform automatic conversions in comparisons?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?