how can u create zero observation dataset?
Answer Posted / din
data a ;
set b(obs=0);
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the work of tranwrd function?
what is sas database server? : Sas-di
Differentiate between ceil and floor functions.
which date function advances a date, time or datetime value by a given interval? : Sas programming
How many data types are there in SAS?
How do you specify the number of iterations and specific condition within a single do loop?
In ARRAY processing, what does the DIM function do?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
what has been your most common programming mistake? : Sas programming
how will you location sas platform applications available from web browser? : Sas-bi
What are common programming errors committed in sas
what is sas metadata repository? : Sas-bi
how are numeric and character missing values represented internally? : Sas programming
What is the basic structure of the SAS base program?
what are 5 ways to perform a table lookup in sas? : Sas-administrator