How would you identify a macro variable?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me more about the parameters in macro? : sas-macro
What is the difference between INPUT and INFILE ?
For what purposes have you used sas macros? : sas-macro
What is the purpose of trailing @ and @@? How do you use them?
what is difference in window SAS & Unix SAS.....how do define working environment in both???
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
how will you locate the sas platform applications? : Sas-bi
What statement do you code to write the record to the file?
What are the automatic variables for macro? : sas-macro
explain about various caches available in data integrator? : Sas-di
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
What report output formats can you generate using SAS?