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
Explain the difference between using drop = data set option in set and data statement?
what is sas metadata server? : Sas-di
How do dates work in SAS data?
what are informats in sas? : Sas-administrator
Explain the main difference between the sas procedures and functions? : Sas-administrator
Explain data_null_?
Mention sas system options to debug sas macros.
Describe the function and utility of the most difficult SAS macro that you have written?
How would you determine the number of missing or nonmissing values in computations?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is the difference between %local and %global? : sas-macro
what is the use of proc sql? : Sas programming
What is connection profile? : sas-grid-administration
What is your favorite all time computer book? Why?
Explain how you can debug and test your SAS program?