1.we can execute a macro with in a macro,by using call
symput and symget can any one give me one example?
2.We can create the macro variables by using %let,%do,macro
parameters,INTO clause in proc sql and call symput, can
any one give me example to create macro variable with INTO
clause and call symput?
3.
Answer / aravind9882
data x;
a=98;
b=45;
call symput('m',a);
run;
%put &m;
proc sql;
select b into :m2 from x;
quit;
%put &m2;
| Is This Answer Correct ? | 4 Yes | 0 No |
What are all the problems you faced while validating tables and reports?
0 Answers Accenture, Quintiles,
Name and describe few sas character functions that are used for data cleaning in brief.
Explain append procedure?
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
What are the limitations for memory allocation for SAS variables
How would you include common or reuse to be processed along with your statements?
what is transformation in sas data integration? : Sas-di
HOW MANY WAYS YOU CAN RETRIEVE THE DATA FROM ORACLE TABLES? WHAT IS ORACLE CLINICAL? HOW IT IS USEFUL?
3 Answers Accenture, Novartis,
how do u validate the program which u have written.
what is data governance? : Sas-di
Did you used proc test? when?
0 Answers Accenture, Quintiles,
What SAS statements would you code to read an external raw data file to a DATA step?