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


Please Help Members By Posting Answers For Below Questions

what is operational data and operational system? : Sas-di

637


What do the SAS log messages "numeric values have been converted to character" mean?

892


Hello, I have PROC SQLs results group by 3 fields and I use SUM and COUNT functions in SQL. The problem is when I try to display my result with PROC TABULATE. I am getting very big numbers. I believe I make a mistake some where in Tabulate. Here is my Proc Tabulate. PROC TABULATE DATA=OUT04_05 FORMAT=12.; CLASS YR CENTRE VISA / PRELOADFMT EXCLUSIVE; VAR NEWUSER FRAUD TRANSFER AUTUSER REISSUE; TABLE CENTRE ALL, (YR ALL)*VISA, (NEWUSER*F=COMMA12. AUTUSER*F=COMMA12. FRAUD*F=COMMA12. TRANSFER*F=COMMA12. REISSUE*F=COMMA12.) / MISSTEXT={LABEL='0'} PRINTMISS RTS=20; FORMAT VISA VISAFMT.; KEYLABEL SUM = ' ' ALL = 'TOTAL'; LABEL YR = 'DATE YEAR' NEWUSER = 'TOTAL NEW ACCT' TRANSFER = 'TOTAL TRANSFER' FRAUD = 'TOTAL FRAUD TRANSFER' AUTUSER = 'TOTAL AUTH USERS' REISSUE = 'TOTAL REISSUE'; When I code it like : NEWUSER*N*F=COMMA12. AUTUSER*N*F=COMMA12. I get same amount numbers but to find a NEWUSER I use COUNT(*) and to find AUTUSER I use SUM(xxxx) function so both result shouldn’t be the same my problem is in this point. Could you tell me where the problem in code is. How can I display my result? TX.

1782


What is the purpose of trailing @ and @@? How do you use them?

617


What would be the value of month at the end of data step execution and how many observations would be there?

583






How necessary is it to be creative in your work?

2024


what is hierarchy flattening? : Sas-di

622


Give some examples where proc report’s defaults are different than proc print’s defaults?

603


If money were no object, what would you like to do?

2692


Intern stastical programmer written test

290


What is the maximum length of the macro variable?

680


What are the difference between ceil and floor functions in sas?

713


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

549


what is data integration? : Sas-di

620


How do dates work in sas?

649