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 what is data set in sas? : Sas-administrator
Do you need to rearrange the order of the data for the report?
Explain the special input delimiters used in sas programming.
for whom is sas data integration studio designed? : Sas-di
List down the reasons for choosing sas over other data analytics tools.
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what is data governance? : Sas-di
what are the scrubbing procedures in sas? : Sas programming
What is maximum number of rows and cols can be handled in SAS?
How do you debug and test your SAS programs?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Difference between sum function and using “+” operator?
Mention the difference between ceil and floor functions in sas?
How do you use the do loop if you don’t know how many times you should execute the do loop?