how can u create zero observation dataset?
Answer Posted / kk
data ans;
input a b;
cards;
run;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
If you could design your ideal job, what would it look like?
is data integration and etl programming is same? : Sas-di
what is the basic structure sas administrator? : Sas-administrator
How to convert a numeric variable to a character variable?
What commands are used in the case of including or excluding any specific variables in the data set?
What is the order of application for output data set options, input data set options and SAS statements?
What are the functions which are used for character handling functions?
How can you create a macro variable with in data step? : sas-macro
What is the purpose of trailing @ and @@? How do you use them?
What are the special input delimiters used in SAS?
What are all the problems you faced while validating tables and reports?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What are the data types that sas contain?
What does proc print, and proc contents are used for?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?