Describe how you would pass data to macro.
Answers were Sorted based on User's Feedback
Answer / lakshmi
There are two types of Parameters mainly used to pass a
value for a macro variable.Those are Positional Parameter
and Keyword Parameter regarding on macro variable where we
are creating whether local or globally i.e., inside macro
or outside macro.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / chiranjeevi
You use symput to get information from a data step into a
macro variable.
| Is This Answer Correct ? | 1 Yes | 1 No |
how does sas handle missing values in procs? : Sas programming
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
Explain the purpose of substr functions in sas programming.
what are the validation tools in sas?
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
For what purpose(s) would use the RETURN statement?
How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?
what is factor analysis? : Sas-administrator
What is the differnce between SDTM 3.1.2 to 3.1.1 version