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
Which statement does not perform automatic conversions in comparisons?
List down the reasons for choosing sas over other data analytics tools.
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
Which date function advances a date, time or datetime value by a given interval?
What is the order of application for output data set options, input data set options and SAS statements?
What are SAS/ACCESS and SAS/CONNECT?
What is the difference between reading data from an external file and reading data from an existing data set?
what is broad cast agent? : Sas-bi
which date functions advances a date time or date/time value by a given interval? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
What is by-group processing?
what do you mean by data staging area? : Sas-di
What is a put statement?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Can you suggest us materials for sdtm mapping?