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 / mallikarjuna raju
For 10 :
callsymput: We can create macro variable from the dataset
variable during the datastep execution time.for
this process the data set variable must be
existed.
symget: using with symget function you can create data set
variable from the macro variable. for this process
macro variable must be existed.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the ways to do a “table lookup” in sas?
What are the five ways to do a table lookup in sas? : sas-grid-administration
Difference between SAS STATA & SPSS?
for whom is sas data integration studio designed? : Sas-di
Which command is used to save logs in the external file?
Mention few capabilities of sas framework.
do you need to know if there are any missing values? : Sas programming
Describe the ways in which you can create a macro variable?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
what are the component of range? : Sas-bi
what is star schema? : Sas-di
explain the key concept of sas? : Sas-administrator
how to generate the test data in sas without input data? : Sas-administrator
What is proc sort?
What is PDV?