how do u identify a macro variable

Answers were Sorted based on User's Feedback



how do u identify a macro variable..

Answer / aravind rangaraj

ampersand(&) followed by non blank character.

Is This Answer Correct ?    8 Yes 0 No

how do u identify a macro variable..

Answer / ram

ampresend(&)

Is This Answer Correct ?    4 Yes 0 No

how do u identify a macro variable..

Answer / ganesh

variable followed by an "&"

Is This Answer Correct ?    4 Yes 0 No

how do u identify a macro variable..

Answer / venkatesh.layam

%,& with unblock charector.

Is This Answer Correct ?    3 Yes 1 No

how do u identify a macro variable..

Answer / mahesh

macro variable is identified with &

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?

3 Answers   Accenture,


Explain how you can debug and test your SAS program?

1 Answers  


What are pdv and it functions?

1 Answers  


What are the functions used for character handling?

1 Answers  


why a stop statement is needed for the point= option on a set statement?

1 Answers  


What is the difference between %put and symbolgen? : sas-macro

1 Answers  


How do you add a prefix to some or all variables in a dataset using a SAS macro?

2 Answers  


How are the analysis data sets structured?

3 Answers  


If a variable contains only numbers, can it be a character data type?

1 Answers  


/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;

5 Answers  


Why is SAS considered self-documenting?

1 Answers   Quintiles,


In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)

8 Answers   GSK GlaxoSmithKline,


Categories