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
Describe the ways in which you can create macro variables?
Name types of category in which SAS Informats are placed?
What are the default statistics for means procedure?
Explain how merging helps to combine data sets.
What are the ways in which macro variables can be created in sas programming?
how to remove duplicates using proc sql?
describe about metadata object? : Sas-di
What versions of SAS have you used (on which platforms)?
what is the difference between infile and input? : Sas-administrator
What is the length assigned to the target variable by the scan function?
how do you pull data from equifax?tell me the process?
Explain append procedure?
What is by-group processing?
Hi, If anyone has base SAS certification dumps, please share.
What do the mod and int function do? : Sas programming