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 / ravinder.arakati
9 ways we create a macro varisbles are
1)%let
2)macro parameter(a,b)
3)%do
4)call symput
5)sql into clause
6)%window
7)%global
8)%local
9)automatic
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is SAS? What are the functions does it performs?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
what can you learn from the sas log when debugging? : Sas programming
what are input dataset and output dataset options? : Sas programming
What Proc glm does?
What sas features do you use to check errors and data validation?
What are the default statistics for means procedure?
describe about physical data integration? : Sas-di
for whom is sas data integration studio designed? : Sas-di
What is PROC in SAS?
What is the role of unrestrictive users? : sas-grid-administration
what are some differences between proc summary and proc means? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?