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 do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Given an unsorted data set, how to read the last observation to a new data set?
What are the statements that are executed only?
explain about sas business intelligence? : Sas-bi
Differentiate between ceil and floor functions.
which features do you use to check the data validations and errors? : Sas-administrator
What are the different operating system platforms in which we can use sas? : sas-grid-administration
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What are pdv and it functions?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
what is the use of sas management console? : Sas-di
what are all the reports you generated in your recent project?
what is star schema? : Sas-di
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How we can call macros with in data step? : sas-macro