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 / ravikumard
ans for 8'th one
by using where statement no need to read all the
observations in data step only we can read the mentioned
variable or observation
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe crosslist option in tables statement?
What is the maximum length of the macro variable? : sas-macro
name several ways to achieve efficiency in your program? : Sas programming
What are all the problems you faced while validating tables and reports?
What are the five ways to do a table lookup in sas? : sas-grid-administration
Tell me more about the parameters in macro? : sas-macro
How we can create SAS USER DEFINED CODE?
Give e an example of..
Explain translate function?
How do you add a number to a macro variable? : sas-macro
do you prefer proc report or proc tabulate? Why? : Sas programming
Enlist the syntax rules followed in sas statements.
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What do you know about sas and what we do? : sas-grid-administration
in the flow of data step processing, what is the first action in a typical data step? : Sas programming