how can u create zero observation dataset?
Answer Posted / srilatha
creating a data set by using the like clause.
ex: proc sql;
create table latha.emp like oracle.emp;
quit;
in this the like clause triggers the existing table
structure to be copied to the new table.using this method
result in the creation of an empty table.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
what is data access? : Sas-di
what is change analysis in sas di ? : Sas-di
what is data integration? : Sas-di
How would you determine the number of missing or nonmissing values in computations?
Explain proc sort?
What are the different types of sas functions?
What are common programming errors committed in sas
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
How long can a macro variable be? A token? : sas-macro
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
How many ways to overcome a missing values???
List out some key concept of SAS
What is the purpose of _character_ and _numeric_?
How necessary is it to be creative in your work?
how do you pull data from equifax?tell me the process?