1.How many ways are there to create variables?
2.What is CLM,how can we use it?
3.what are the advontages of data step?
4.what is the extension of editor window in SAS 9.1.3?
5.How do you copy a particular data set from one library to
another?
6.what is the use of double option?
7.Advontages of Proc Report?
8.what is the basic use of where statement?
9.How do you terminate the statments in SAS Programming?
10.What is the difference between symput and symget?
11.How would a identify the local and global variable?
can any one answer for the 4'th question
Answer Posted / vijayaragunathan.r
9th question ans
ENDSAS; is used to terminate the SAS program.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what are informats in sas? : Sas-administrator
Mention how to limit decimal places for the variable using proc means?
What are the prime responsibilities of data integration administrator? : Sas-di
What is the command used to find missing values?
How do you connect the desktop application to metadata server? : sas-grid-administration
What does proc print, and proc contents are used for?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What are the features of SAS?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What’s the difference between var b1 – b3 and var b1 — b3?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What are all the problems you faced while validating tables and reports?