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 do the SAS log messages "numeric values have been converted to character" mean?
Differences between where and if statement?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
what versions of sas have you used (on which platforms)? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
Differentiate between proc means and proc summary.
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is interleaving in SAS?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Explain why double trailing @@ is used in input statement?
What do the mod and int function do? : Sas programming
What are the implications?
Explain the difference between informat and format with an example.
What do you understand by the term Normal Distribution?