1.What is difference between symget and & in sas?
2.what is difference between callsymput and %let?
Answer Posted / somnath
=> Symget is used to resolve macro variables in data step
and & is used to resolve macro variable in macro processing.
For example, if you have 10 macro variables name1-name10
which contains 10 names and you want to get a particular
name in a data step then you can use symget, not &.
data rank;
i=4;
run;
data name;
set rank;
name=symget('name' || left(put(i, 8.)));
run;
=> The same concept applies for call symput.
The main idea is that the routines symget and symput are
executed at sas run-time where & and %let executes at macro
run time, much before that sas executes it.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
< No Frames > tag is used for
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
What is Negative testing?
What is WEB 3.0? What are the features their in WEB3.0
write a sql qwery which include joining of two tables 4 marks mainframe
Is class is a abstract datatype in java?
what is log files in qtp what is use
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
THE CHANNEL IN DATA COMMUNICATION CAN BE?
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
Give examples of macro quoting function?
What is the entry point function of a DLL?
why we need to take u?