how can u create zero observation dataset?
Answer Posted / pramod.c
data temp;
stop;
run;
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
For what purposes have you used sas macros? : sas-macro
What is a put statement?
What is PROC in SAS?
what is program data vector? : Sas-administrator
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
How do you delete duplicate observations in sas?
For what purpose would you use the RETAIN statement?
how do the in= variables improve the capability of a merge? : Sas programming
What is the use of PROC gplot?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
what is operational data and operational system? : Sas-di
Explain the purpose of substr functions in sas programming.
Give some ways by which you can define the variables to produce the summary report (using proc report)?