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 / ravinder.arakati
9 ways we create a macro varisbles are
1)%let
2)macro parameter(a,b)
3)%do
4)call symput
5)sql into clause
6)%window
7)%global
8)%local
9)automatic
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why and when do you use proc sql?
what other sas products have you used and consider yourself proficient in using? : Sas programming
what is the basic structure sas administrator? : Sas-administrator
Which function is used to count the number of intervals between two sas dates?
How many data types are there in SAS?
Can you suggest us materials for sdtm mapping?
which date function advances a date, time or datetime value by a given interval? : Sas programming
What are the data types that sas contain?
Which date function advances a date, time or datetime value by a given interval?
what do you mean by data staging area? : Sas-di
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Enlist the functions performed by sas.
what are sas/access and sas/connect? : Sas programming
Have you used macros? For what purpose you have used? : sas-macro
If a variable contains letters or special characters, can it be numeric data type?