Describe how you would pass data to macro.

Answers were Sorted based on User's Feedback



Describe how you would pass data to macro...

Answer / suresh

Using call symput

Is This Answer Correct ?    3 Yes 0 No

Describe how you would pass data to macro...

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

Describe how you would pass data to macro...

Answer / chiranjeevi

You use symput to get information from a data step into a
macro variable.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More SAS Interview Questions

what is transformation in sas data integration? : Sas-di

0 Answers  


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

0 Answers  


What are the 3 components in sas programming?

0 Answers  


what is the difference between infile and input? : Sas-administrator

0 Answers  


How to find out no. of business days in a month using macros.???(excluding weekends and holidays).

2 Answers   HSBC,






What are the automatic variables for macro? : sas-macro

0 Answers  


At compile time when a SAS data set is read, what items are created?

14 Answers   Accenture,


What is the basic structure of a sas program?

0 Answers  


What is the Program Data Vector (PDV) and What are its functions?

9 Answers  


how do you read binary data in sas?

3 Answers   Satyam,


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

0 Answers   Quintiles,


Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?

4 Answers  


Categories