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 the 3 components in sas programming?
What is the difference between proportion and average?
Do you need to know if there are any missing values?
what can you learn from the sas log when debugging? : Sas programming
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
How to specify variables to be processed by the freq procedure?
Difference between nodup and nodupkey options?
How would you identify a macro variable? : sas-macro
How experienced are you with customized reporting and use of Data _Null_ features?
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?
Can anyone help me about SAS Realtime scenarios in Clinical field