How would you include common or reuse code to be processed
along with your statements?
Answer Posted / rishie
by calling a macro into your program
data x;
set x;
%Z;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is sas metadata server? : Sas-di
Do you need to rearrange the order of the data for the report?
Differences between where and if statement?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
how does sas handle missing values in formats? : Sas programming
What are the automatic variables for macro? : sas-macro
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Explain what Proc glm does?
What do the mod and int function do? : Sas programming
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the maximum length of the macro variable?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
How to limit decimal places for variable using proc means?
What are the data types in sas?
How to create list output for cross-tabulations in proc freq?