how to change the execute of macro
Answer / Asheesh Dhariwal
To change the execution of a macro in SAS, follow these steps:
1. Open your SAS program or editor and locate the macro you want to modify.
2. Modify the code within the %macro statement (including any parameters, local variables, or looping constructs) as needed.
3. If you want the modified macro to replace the existing one, delete the original %macro statement and paste your updated version.
4. Save your SAS program or close and reopen the editor to ensure that all changes have been saved.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain bmdp procedure?
In proc transpose and data step with arrays which one you pick?
1 Answers Accenture, Quintiles,
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?
why is the use of Retrive statement and give me with example?
What are the main differences between sas versions 8.2, 9.0, 9.1?
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
What are the difficulties u faced while doing vital signs table or dataset?
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
What do you feel about hardcoding?
Code the MEANS to produce output to be used later.
In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?