Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can you excute a macro within a macro? Describe.

Answers were Sorted based on User's Feedback



Can you excute a macro within a macro? Describe...

Answer / i.hari prasad reddy

we can excute a macro within a macro using symget.

Is This Answer Correct ?    5 Yes 0 No

Can you excute a macro within a macro? Describe...

Answer / mallikarjuna reddy

such macros are called nested macros. that can be obtained
by using symget and call symput macros.

Is This Answer Correct ?    3 Yes 1 No

Can you excute a macro within a macro? Describe...

Answer / yella reddy

Above answer not sufficient. using SYMGET can resolve upper
most macro only, but not for nested macros. for executing
macro with in macro use RESOLVE function.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

How would you code the criteria to restrict the output to be produced?

9 Answers  


How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?

1 Answers   Student,


what does the run statement do? : Sas programming

0 Answers  


what are the scrubbing procedures in sas? : Sas programming

0 Answers  


What are the different versions of sas that you have used until now? : sas-grid-administration

0 Answers  


How can I remove header from output data set?

0 Answers  


for report generation which one you used proc report or data_null_?

3 Answers   Accenture, Quintiles,


how can get the first and last observations in a dataset using Proc SQl?

4 Answers   Satyam,


Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?

2 Answers  


Mention few ways with which a “table lookup’ is done in sas programming.

1 Answers  


explain about various caches available in data integrator? : Sas-di

0 Answers  


data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks

3 Answers  


Categories